Skip to content

MVP List

Ed Herman edited this page Nov 18, 2020 · 9 revisions

SpringBoard is a clone of BaseCamp, which is a project management and productivity tool that allows users to post messages, create multiple to-do lists, schedule events, and comment on, follow, and assign all of these items.

1. Hosting on Heroku (12/09/2019)

2. New account creation, login, and guest/demo login (12/10/2019, 2 days)

3. Basecamp Project Home View (12/12/2019, 2 days)

  • Displays and links to "cards" with a preview of the Message Board, To-dos, Schedule, and other features
  • Can create new projects

4. To-do Lists (12/15/2019, 3 days)

  • There are two view options: as list and as cards. Both options show all list's title, their items, and a completion ratio.
  • The individual list's title is a link to that to-do list where logged-in users can comment
  • Shows each to-do list's title, list items, completion ratio
  • Items are marked completed with a checkbox
  • Add a to-do with a button at the bottom of each list
  • Items can be re-ordered by clicking and dragging a 3-bar-burger-handle
  • Lists can be edited by their logged-in creators
  • Clicking on a list items opens an edit and discussion window

5. Message Board (12/17/2019, 2 days)

Logged-in users can:

  • Post a new message (with an optional category) with some text-formatting options
  • Authors of messages can edit their previously posted messages.

6. Schedule (12/19/2019, 2 days)

Logged-in users can:

  • View a calendar of events for the project
  • Add events to the calendar
  • Edit existing events
  • Add to the discussion of an event Additional features:
  • Clicking on an event opens an in depth view and the discussion for that event

7. Production README (12/20/2019, 1/2 day)