MVP List - ladymicaela/trello-clone GitHub Wiki

MVP List

R2DToDo, (a Trello clone), is a workflow management application that allows users to create and share boards that track the progress of action/todo items.

1. Hosting on Heroku

2. New account creation, login, and guest/demo login

  • Users can sign up, sign in, log out
  • Users can use a demo login to try the site
  • Users can't use certain features without logging in (creating boards & cards)

3. Boards

  • Logged in users can create boards
  • Users can view a list of boards
  • Logged in users can edit existing boards

4. Lists & Cards

  • Logged in users can create lists and cards
  • Users can view lists and cards
  • Logged in users can edit existing lists and cards

5. Drag and Drop

  • Logged in users can rearrange lists by dragging and dropping on a board
  • Logged in users can move cards by dragging and dropping between lists

6. Sharing Boards

  • Logged in users can share boards
  • Users can view boards that have been shared with them

7. Comments and Due Dates

  • Logged in users can leave comments
  • Users can view comments
  • Logged in users can add due dates to cards
  • Logged in users can view due dates

8. Production README