nswalters / AppTrakz-Client

React Client for AppTrakz application for documenting the job application process.
0 stars 0 forks source link

Update Job Contact #24

Closed nswalters closed 3 years ago

nswalters commented 3 years ago

As a user, I would like to be able to edit a job contact in case of an error or a change is required.

Given a user is viewing the job contact list OR a specific job contact When they select the option to edit a job contact Then they should be directed to a form and given the ability to change the job contact information

Given the user is finished updating the job contact information When they click the Save button Then the job contact information should be updated in the database And the user should be redirected to the job contact details view

Given the user has decided to not edit the job contact information When they click the Cancel button Then they should be redirected to the job contact details view