nswalters / AppTrakz-Client

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

Nw enh/15/create application #63

Closed nswalters closed 3 years ago

nswalters commented 3 years ago

Add the ability to create an application by clicking the 'Apply' button on a specific job. The buttons appear on job records in both the table and card views only if the respective job hasn't already been applied for.

Also updated providers to return the promise from the fetch calls so that we can use other promise methods such as .then or .catch at the place of the original invocation.