nswalters / AppTrakz-Client

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

Updating an application's status works #71

Closed nswalters closed 3 years ago

nswalters commented 3 years ago
  1. Added status provider to support selection of statuses on applications.
  2. Updated /applications table view to support updating the application status details. i. Since the Applied status is configured at time of creation, it is not a valid selection. The user will either keep it the same or update it to a different status as applicable.

Closes #23