hatchways / team-water-polo

1 stars 1 forks source link

BE: Board, column and cards models #1

Closed moffatethan closed 3 years ago

moffatethan commented 3 years ago

For the first iteration, we'll use a simplified schema:

- A user has one board. A board has many columns. A column has many cards - Cards need only to have a name and description. No comments, deadline, attachments, etc - A new board already comes with the "in progress" and "completed" columns and is created for the user when they sign up - Implement all routes for creating and editing columns within a board, creating cards, moving cards with a column and between columns