Tasks ✔️
Tasks are things that analyst must complete, they can be issues that need to be fixed, actions to take, etc. Tasks may have subtasks and findings, as well as priority level.
Task Overview Table (Tasks.vue)
This view provides the general information about the Task, such as the title of the task, the system the task is associated to, the analyst that is working on the task, the priority of a task, the overall progress of a task, the no. of subtask's that is related to the task, the no. of findings that is related to the task, tand he Due Date (DD-MM-YYYY) of the task.
Title
System
Analyst
Priority
Progress
No. of Subtasks
No. of Findings
Due Date (DD-MM-YYYY)
Title01
System01
k.a
Medium
Complete
5
5
12-01-2020
Titile02
System01
j.b
In Progress
Transferred
3
4
12-20-2020
Methods
Name
Description:
taskHelp()
Displays the helper text when clicking the help icon
onSearchToggle()
Allows the user to search for a task name
getTaskData()
Load all taks information and render it to the table
Last updated