nswalters / AppTrakz-Client

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

Nw enh/21/update company job #70

Closed nswalters closed 3 years ago

nswalters commented 3 years ago
  1. Normalized created and edit forms to a single CreateAndEditForm component which multiple paths utilize.
  2. Added Edit button and/or menu functionality to all views (ListCard, ListTable, and Details) for both companies and jobs.
  3. Added PUT update support for company and job records.
  4. Added Cancel buttons to all forms.

Closes #21 Closes #22