You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user should be able to add a Contact from their Contacts page to a Job Application when creating a new Job Application. The user should be able to access their Contacts on the form through a dropdown menu.
Note: The and for Contact information and the useState variable both exist in NewJobApplication.tsx. Both are commented out, functionality needs to be build around them.
Acceptance Criteria
Contact information should be a dropdown menu.
Dropdown menu displays all contacts associated with the logged in user.
When saving a new Job Application, selected contact should be saved in a successful post request.
Having Contact Information is optional, not having it should not result in a missing field error.
The text was updated successfully, but these errors were encountered:
A user should be able to add a Contact from their Contacts page to a Job Application when creating a new Job Application. The user should be able to access their Contacts on the form through a dropdown menu.
Note: The and for Contact information and the useState variable both exist in NewJobApplication.tsx. Both are commented out, functionality needs to be build around them.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: