Manage Todo Page
Last updated
Last updated
When you click on the date card, the task creation page is displayed with the following details,
Date
Working Status
Add icon
Stats
Existing Tasks
Current date will be displayed as a label.
The user cannot create, edit, and delete the task for the current day without selecting the working status.
By clicking the “+” icon, the task creation page is displayed with the following details,
Title
Estimated Effort
Additional Notes
Tags
Planned/On Demand switch
The user can enter the task title in the field.
User can enter the estimated effort for the task.
User can enter the additional notes in the field based on the task, this one is optional while creating a task.
User can select a tag from the list. It’s a multi-choice so users can select more than one tag for a task.
Based on the task, the user can select between Planned or On Demand.
After filling in the details, click the “Add Task” button. The task will be created and displayed in the “Existing Task” grid.
The following details are displayed in the “Existing Tasks” grid they are,
Title
Status
Estimate
Actuals
Actions
Task title will be displayed.
After creating the task, the task status will be displayed as “Yet to Start” as default. Users can update the task status to In-progress, On Hold, and Completed. Based on the task status.
Estimated effort will be displayed.
By default a task’s actual effort will be displayed as 0. Once the user updates the actual task, the updated value will be displayed.
In the actions, we have the following options,
Edit
Delete
Move to Previous Day
Move to Next Day
By clicking on the edit icon “Edit Task Form” page is displayed. Users can update the following fields,
Title
Actual Effort
Additional Notes
Tags
Status
Planned/On Demand
By default, the actual effort will be displayed as 0. The user can update the actual task according to his effort.
Users can update the additional notes. It’s mandatory to fill in the additional notes when the status of the task is selected as ‘On-hold’ or‘ Completed’.
By default “Yet to Start” status is selected. User can select the status based on their work.
After updating the values in the field when you click the “Update Task” button, the task will be update. The task grid will be displayed like the one mentioned below once an update is completed.
The order sequence of the tasks is ‘In progress’, ‘Yet to Start’, ‘Completed’, and ‘On hold’. In this order, the tasks will be displayed in the grid.
Delete confirmation popup will be displayed once you clicked the button, according to which the task will get deleted.
Users can not delete the task when it is in the completed status. Also, you can not delete the day before yesterday's tasks.
Move to the previous icon will be disabled for the current day and it's enabled for the future days. By using this icon, the user can move the current day task to the previous day
This icon is enabled for the current day, the previous day, and future day’s tasks when the task status is ‘On hold’ and ‘Yet to Start’. By using this, the user can move the task to the next day. For the ‘Completed’ and ‘In-progress’ task, move to previous day and future day will not be functional.
By clicking on the view icon, the user will be navigated to the task page, and the details about the task will be displayed as a label.