Skip to content

MVP Feature List

Brian X edited this page Apr 2, 2021 · 3 revisions

MVP List

ToDoomList, a Remember The Milk clone, is a to do list application that allows Villains to create and maintain Schemes that can be tracked and completed.

1. Home:

  • Log In
    • When clicked, will route user to log-in page
  • Sign Up
    • When clicked, should route user to sign-up page

2. Log-in page:

  • When log-in is clicked, will route to user home page(app)

3. Sign-up page:

  • Will route to welcome page, then to user home page, upon clicking.
  • When sign-up is clicked, will route to user home page(app)

4. Hosting on Heroku

5. Scheme(Lists)

  • When add list button in list area is clicked, modal pops up to allow user to add list.
  • When add is clicked page rerenders with new list in lists.
  • Should be able to remove list, when button is clicked
  • Should be able to rename list, when button is clicked
  • Options drop down, should have features that are available.
  • Should show number of tasks.

6. Ploys(Tasks)

  • Add tasks
  • Retrieve tasks
  • Update tasks
  • Edit tasks
  • Mark as complete(removed once complete)
  • Delete tasks

7. Scheme Summary (List Summary)

  • Will display time, number of tasks, and number of tasks completed on right section

8. Inquire(Search)

  • Will pull up tasks in any list, that match search.

9. Production README

  • Brief explanation of what the app is and does.
  • How to start development environment
  • Technologies used
  • Link to live site
  • Link to Wiki docs
  • Discussion of two features that show off the team's technical abilities
  • Discussion of both challenges faced and the way the team solved them
  • Code snippets to highlight the best code

10. Bonus Features

  • Autocomplete SmartAdd of task properties
  • Subtasks

Clone this wiki locally