-
Notifications
You must be signed in to change notification settings - Fork 4
Add cards for issues #4
Copy link
Copy link
Open
Description
Each board will have one or more lists like design, frontend, backend etc..
Each list can have one or more issues. For each issue, we will create a card.
Each card in the list must have
- title -> required
- slug
- due date
- members - []
- isComplete -> Boolean
Optional fields are
- description
- labels -> [string]
Add endpoints for create/update/delete cards, also add endpoints for add/remove members from cards.
Add endpoint for changing the due date as well as label for each card.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels