nswalters / AppTrakz-Client

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

View Company Details #11

Closed nswalters closed 3 years ago

nswalters commented 3 years ago

As a user, I would like to see the details of a Company.

Given a user is viewing the list of companies When they select a company to view Then they are directed to the Company detail page that shows the company details

Company details include:

nswalters commented 3 years ago

Eventually we will have company notes added to this view (at a minimum). Until we have that functionality added, this will be pushed back until required.

nswalters commented 3 years ago

Potential layout for a Company Details view (Instead of the timeline on the right side, maybe a list of jobs related to that company...)

image

nswalters commented 3 years ago

Removed from pending because regardless if the data is duplicated from the list view currently, we:

1 - Already link to a details view from the job list/details views 2 - We're going to need that view as a base anyways for when we add the notes. Might as well get that started now.