-
Notifications
You must be signed in to change notification settings - Fork 2
MVP Feature List
Brian X edited this page Apr 2, 2021
·
3 revisions
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.
- Log In
- When clicked, will route user to log-in page
- Sign Up
- When clicked, should route user to sign-up page
- When log-in is clicked, will route to user home page(app)
- Will route to welcome page, then to user home page, upon clicking.
- When sign-up is clicked, will route to user home page(app)
- 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.
- Add tasks
- Retrieve tasks
- Update tasks
- Edit tasks
- Mark as complete(removed once complete)
- Delete tasks
- Will display time, number of tasks, and number of tasks completed on right section
- Will pull up tasks in any list, that match search.
- 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
- Autocomplete SmartAdd of task properties
- Subtasks