Tutorial Assessment
Tutorial Assessment
For this to-do app, users can create tasks for themselves or request other users to
complete their tasks.
Task status:
- Pending Request: The status of the task when initially created for another user
- In Progress: The status of the task when the request has been accepted by the other
user, or the initial status when created for self{creator of the task}
- Rejected: The status of the task if the request is rejected.
- Completed: the final status of the task
Workflows:
Self Task Workflow:
- If a task is created for yourself, the status of the task becomes In progress, after
which when the task is marked as completed it would become completed.
Other Features:
- The App should also Have another page called the Dashboard that displays;
1. All Todos, Pending Request Taks, Tasks In Progress, Tasks Completed.
2. Then a Pie chart breakdown of Tasks In Progress, and Tasks Completed
3. Then a Pie chart breakdown of Tasks Accepted, and Tasks Rejected
- The Table/List should have pagination
- Then in the page where List/Tables are displayed, there should be filters (Based On
Status, Based On Whether is executed by self or not)