Skip to content

Features

Daniel Blanco edited this page Apr 28, 2022 · 13 revisions

F0: User Auth

  • Users can sign up, log in, and log out.
  • Users can use a demo user button to try the site.
  • Users can't use the site without having an account and being logged in.
  • Logged in users are directed to their workspace page which displays all their boards.
  • Logged out users are directed to a splash page.

F1: Boards

  • Users can create a new board
  • Users can read all boards owned by them or shred with them
  • Users can rename their boards
  • Users can delete their boards

F2: Lists & Cards

  1. Lists
  • Users can add lists to their boards
  • Users can read all lists on their boards
  • Users can rename their lists
  • Users can reorder their lists
  • Users can delete their lists
  1. Cards
  • Users can add cards to their lists
  • Users can read all cards on their lists
  • Users can edit cards in their lists
  • Users can delete cards in their lists

F3: Sharing Boards

  • Users can read all boards shared with them
  • Users can (create) share boards owned by them
  • Users can (delete) stop sharing boards owned by them

F4: Comments

  • Users can add comments to cards
  • Users can read all comments in their cards
  • Users can edit their comments
  • Users can delete their comments

Bonus 1: Board Settings

Bonus 2: Workspaces

Potential Future Features

  • File Attachments on Cards
  • Activity Log on Cards
  • Workspaces to organize Boards
  • Templates

Clone this wiki locally