-
Notifications
You must be signed in to change notification settings - Fork 0
Meeting Minutes June 24th 2021
Shivam Mathur edited this page Jun 25, 2021
·
1 revision
Discuss the Smart TODO project and get ideas
Abrar, Nav, Jashan, Sam, Shivam
Date: 24 Jun 2021
Notes:
- Idea is a TODO app where user create tasks with start time and estimate of how long it will take to complete
- When you first click start it gives you the time (start for the day)
- At set time, slide if you have completed task or not, if not it moves the task to future time
- We should have default tasks that can be applied to each day
- Update the time estimation of the task if only partially complete
- Tasks can be categorized (House related, work related, family tasks, etc.)
- Category for Must Do tasks
- 2 Types of tasks: 1) Tasks with deadline 2) Tasks that are reoccurring
- Be smart enough to limit the tasks for each day
- Hosting: App Engine, AWS
- Database: PostgreSQL
- Backend: Node JS (Express.js)
- Tools: Visual Studio Code, NPM, GIT