Computing-For-All / nextjs-issue-tracker

Repository created to manage the UAT (User Acceptance Testing) workflow for the Next.js website. This repo will serve as a central hub for tracking issues, feedback, and improvements identified during testing phases, ensuring a smooth and efficient UAT process.
0 stars 0 forks source link

Jobseeker Profile Creation: Ensure input requirements match DB #77

Open rorosaurus opened 1 month ago

rorosaurus commented 1 month ago

GPA is required, but not labelled as such.

Also, GPA shouldn't be required if not actively enrolled for some time, right?

theGaryLarson commented 1 month ago

It should not be required. Is optional on the database. @cfa-jonathan can you do a pass on jobseeker profile creation pages to ensure input requirements align with the database?

cfa-jonathan commented 4 weeks ago

This comment in process of being created

cfa-jonathan commented 1 week ago

This is related to the following pull request: https://dev.azure.com/CFA1/Career%20Services/_git/CoalitionWebsite/pullrequest/98

The frontend UI has been updated to match what is actually required by the DB. The fields are matched against the data retrieved and entered in the comment above.

Known Issues