Tasks
Overview
The Tasks page is an upcoming feature designed to help administrators manage and track tasks associated with various groups and projects within the CAG. This page will provide a structured and organised view of all current and archived tasks and their statuses.
Task Management Flow Diagram
Below is a chart that illustrates the relationships between the different roles and how task lists can be created and used across the system. The larger boxes highlight the focal point of this section.
flowchart TD
subgraph User
A1[Create New Task]:::focus --> A2[Tasks]:::focus
A3[Import Tasks from Project Task List]:::focus --> A2
end
subgraph Project Admin
B1[Create Project Task List] --> B2[Task List]
B3[Import Task List from Template] --> B2
end
subgraph Super Admin
C1[Create Task List Template] --> C2[Template]
end
C2 --> B3
B2 --> A3
classDef focus font-size:1.2em,font-weight:bold,stroke-width:3px
How to Import a List of Tasks
- Navigate to the Tasks section within a specific group in your Project.
- Press the Import from Task Template button.
- Search for the relevant task list.
- Press the Save button.
- The template tasks have been added and are now visible in the Tasks Table.
How to Add a Task
- Navigate to the Tasks section within a specific group in your Project.
- Press the Add new task button, which will open the Create Task pop-up.
- Fill in the Task Information:
- Title: Enter the title of the task.
- Description: Provide a brief description of the task.
- Status: Select the current status of the task (e.g., Pending, In Progress, Completed).
- Press the Save button.
- A new task has been added and is now visible in the Tasks Table.
How to Edit a Task
- Navigate to the Tasks section within a specific group in your Project.
- Locate the task you wish to edit in the Tasks Table.
- Press the button in the Actions column, which will open a menu.
- Press the Edit option to open the Edit Task pop-up.
- Update the task information as needed:
- Title: Modify the title of the task.
- Description: Update the description of the task.
- Status: Update the current status of the task.
- Press the Save button to apply the changes.
How to Delete a Task
- Navigate to the Tasks section within a specific group in your Project.
- Locate the task you wish to delete in the Tasks Table.
- Press the button in the Actions column, which will open a menu.
- Press the Delete option, which will open a confirmation pop-up.
- Press Yes, I'm sure to confirm the deletion or choose No, cancel to stop the task from being deleted.
How to Search and Navigate Tasks
To efficiently manage and locate specific tasks, use the search functionalities provided on the Tasks page:
-
Search Tasks:
- Use the search bar at the top of the page to enter keywords related to the task you are looking for.
-
Navigate Through Pages:
- Use the pagination controls at the bottom of the table to navigate through different pages of tasks. Adjust the number of rows displayed per page using the dropdown menu.