nswalters / AppTrakz-Client

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

View Jobs #9

Closed nswalters closed 3 years ago

nswalters commented 3 years ago

As a user, I would like to see a list of all the jobs I have applied to.

Given the user is in the AppTrakz application When they select the Jobs option Then they should be directed to the Jobs list page And each job in the list should display the: role title, type, salary, job post link, related company name, the current application status, if the application is active or not, and a list of contacts for that job And the job list should be sorted alphabetically (A-Z)

nswalters commented 3 years ago

Will need to add 'contacts', 'application status', and 'active' flag once respective models/views are created.