generated from JCruz6725/TaskManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Feature: Create List
User Story:
As a user I want to create list so that I can group similar task item into a single location.
Acceptance Criteria:
Given the user is signed on,
When routed to the create list endpoint and passes a basic name for a list,
Then the user will have created a new list in which they may now use to add task items.
** shall NOT be available to any other user other than the created user.
Technical Details:
Must capture the created date
Effort point: 1
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
InDev