Feature List - ericgeagan/git_r_done GitHub Wiki
About
Git_r_done an app to track the tasks that need done, so you can organize, track, add, complete the things in your workflow so you can Git r done
Feature List
1. User Creation and Login on Homepage
- Users can sign up, log in, and log out.
- Landing page with basic info about the site.
- (maybe cancel registration buttons).
- (navbar, icons, buttons, footer).
2. Data Hosting
3. Inbox List of All Tasks
- Logged-in users can see today's, tomorrow's, and this week's tasks.
- Logged-in users can see deleted tasks (trash).
- Logged-in users can create, update, and delete tasks.
4. List of Tasks
- Logged-in users can see the lists they have created and it's related tasks.
- Logged-in users can create, update, and delete lists.
- Logged-in users can add more tasks to these lists.
5. (Bonus) Tags
- Logged-in users can create, update, and delete tags.
- Logged-in users can add tags to tasks to allow additional filtering.
6. (Bonus) List Summary
- Logged-in users can see the total time to complete all tasks in the list.
- Logged-in users can see the total number of tasks.
- Logged-in users can see the number of tasks completed.
- Logged-in users can see other extra statistics about the list.