The events that's happened in your business
Let's build a dead simple todolist application.
The idea is user can see the overview of the tasks they have to do everyday. We'll have 4 tabs in the application:
The 1st one:
-
Task creation box with default category
-
List of pending tasks ( in list with remove/mark done button )
-
List of completed tasks ( in list )
-
List of categories ( display as a chip ) -> if user click on it list of tasks will be filter by category ( user can select multiple categories ) The 2nd one:
-
Category creation box
-
List of category The 3rd one:
-
Settings:
- Default Category
- Pending Tasks limit ( number of pending tasks )
-
Reset Data:
- Clear all tasks button The 4th one:
-
Statistic View Type Switch
- Table
- Chart
-
Statistic Filter
- Time Range: all the time(default), specific date, date range
-
Statistic in table format
- Total Task created
- Total Completed tasks
- Total Pending tasks
-
Statistic in chart format
- Total Task created
- Total Completed tasks
- Total Pending tasks
1.1.User Open 1st tab
1.2.User Create new task
1.3.User Remove a task
1.4.User Mark a task as done
1.5.User Apply Category Filter
2.1. User Open 2nd tab
2.2. User Create category
2.3. User Remove category