generated from JCruz6725/TaskManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Feature: View all task items on a list
User Story:
As a user I want to view all task that pertain to a single list so that I can see all the realted task to complete a list/project.
Acceptance Criteria:
Given a user has task items in a list
When the user request to all item in a particular list
Then the user will be given the requested list with all the related work items.
Technical Details:
Response Must return:
- The List itself.
- All tasks related to the list.
- The current task status.
Additionally, Task may be without list, you will need to add provisions to see items that may be orphaned.
Effort point: 3
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
InDev