-
Notifications
You must be signed in to change notification settings - Fork 962
Open
Labels
Description
User Story
As user, I want to easily filter the tasks that are waiting for my input, so I can address them.
Acceptance Criteria
- Add "All" and "Waiting for Input" tabs
- Display the number of idle tasks in "Waiting for Input" tab
- Correctly filter tasks by the selected tab
- If there are no idle tasks, the "Waiting for Input" tab should be disabled
Design
Implementation Notes
Use the existing experimental tasks API for fetching the data. Once coder/internal#899 is completed we will need to switch to this API.