Recruitment Form Backend #15

Open
opened 2026-01-31 13:37:07 -07:00 by siddharth24 · 3 comments
Member

The Backend process is distributed among 4 different steps:

  1. Serialization
  2. Email step
  3. Excel step
  4. Testing
The Backend process is distributed among 4 different steps: 1) Serialization 2) Email step 3) Excel step 4) Testing
Author
Member
Author
Member
No description provided.
cnidariaware added the due date 2026-09-19 2026-02-01 12:34:36 -07:00
Member
pub struct CandidateInfo {
   ucid: ArcString, // changed
   email: ArcString,
   name: ArcString,
   first_preference_sub_team: ArcString,
   second_preference_sub_team: Option<ArcString>,
   major: ArcString,
   year_of_study: ArcString,
   availability: boolean, //switch to enum 
   interest_question: ArcString,
   technical_question: ArcString, //json string, needs parsing
}
```RUST pub struct CandidateInfo { ucid: ArcString, // changed email: ArcString, name: ArcString, first_preference_sub_team: ArcString, second_preference_sub_team: Option<ArcString>, major: ArcString, year_of_study: ArcString, availability: boolean, //switch to enum interest_question: ArcString, technical_question: ArcString, //json string, needs parsing } ```
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

2026-09-19

Dependencies

No dependencies set.

Reference
ucalgary-baja/ucalg-baja-cloud#15
No description provided.