Home ๐Ÿ 

This page is the initial home page for an analyst that will display the analyst progress summary and the log history.

This page is the initial home page for an analyst that will display the analyst progress summary and the log history.

Analyst Progress Summary (Home.vue)

Name

Description

Task Progress Summary

This is used to display the number of tasks with certain status

Event Progress Summary

This is used to visually display on a Chart how many systems, findings, and tasks have been created.

Subtask Progress Summary

This is used to display the number of Subtasks with certain status'

Recent Changes

This is used to display the logs of all changes throughout the FRIC tool

Computed

Name

Description

titleStack()

This is used to put the title of the Subtask at the top of the page

mounted()

This is used to get the data for the status of Tasks, Subtasks, and Chart at runtime

Methods

Name

Description

getTaskStatus()

This is used to gather the status' of all the Tasks in the tool

getSubtaskStatus()

This is used to gather the status' of all the Subtasks in the tool

randomChartData()

This is used to fill the Chart with the data of Systems, Findings, and Tasks in the tool

Last updated