-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
Milestone
Description
User Story
As a professor or applicant, I want to see all the applications either assigned to me if I am a professor, or that I have made if I am an applicant.
Requirements
- Determine if the signed in user is an applicant or professor based on user fields returned from AWS Cognito when they log in
- Make a call to either get professor by id or get applicant by id based on the signed in user
- Get all applications for the either professor or applicant
- Nicely display applicant fields
- If the user is not signed in, a prompt saying "must be a user to see applications" will show up