Feature List - lucascostamonteiro/RememberTheBread GitHub Wiki

Feature List

Remember the Bread it's for users to set reminders for future tasks

1. Account creation and logins

  • users can sign up, log in, and log out
  • users can use a demo log in for trial
  • users can't use features without logging in
  • logging users are redirected to profile page
  • logged out users are redirected to home page

2. List

  • logged in user can create new lists that will appear in the list summary in the left side of page.
  • logged in user can edit any of their lists.
  • logged in user can delete any of their lists.

3. Tasks

  • logged in user can create any task and add to a specific list they created.
  • logged in user can edit any task by renaming it and changing the expected completion date.
  • logged in user can delete any of their tasks.
  • all tasks will be displayed in the main page.

4. List Summary

  • list summary will display all lists created by the logged in user so that can they easily view and select a list.

5. Search

  • a logged in user will be able to use the search bar at the top of the main page to search a lists and tasks.