blahosyl / task-manager-frontend

On Fire 🔥 - the cheerful productivity app | PP5 Code Institute
https://pp5-task-manager-frontend-eebb66e2c99d.herokuapp.com/
0 stars 2 forks source link

USER STORY: Tabbed filtering of ProfileList #112

Open blahosyl opened 3 months ago

blahosyl commented 3 months ago

As a Logged-in User,

I want to Filter profiles on the profile list view,

so that I can have an overview of profiles with specific properties

Acceptance Criteria

  1. Logged-in Users can filter the profile list:
    • owners of tasks assigned to me
    • assignees of tasks watched by me
    • assignees of tasks created by me
    • all
  2. The filtering is presented in a tab format
  3. The search bar only returns results from the selected tab

Tasks