NagarroLabs / HandyMan

connect handyman with clients React app
6 stars 8 forks source link

FE: Listing jobs #25

Closed m1litaru closed 4 years ago

m1litaru commented 4 years ago

image Given that I am logged in the app as a user or HandyMan, I should see a list of jobs. If I am logged as a client, I should see all the jobs I have created/added and their statuses and I should be able to filter them.

If I am logged as a HandyMan, I should see a list of all the jobs created/added by the clients that require specializations that I have added when I've created/edited my account. I should be able to see all the jobs I can assign myself on and I should be able to filter them by different criteria (location, price, specializations, start/end date, etc.)

Whenever I click on a job, I should be able to see all the details about that specific job.