@crczp/command-visualizations
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Visualizations

Mistake component

Has two types of views, one for trainee and one for organizer.

Organizer view

Organizer is able to filter between commands. Organizer also has possibility to switch between wrong and correct commands. Another filter option is to display only certain trainees.

Trainee view

Trainee can only see his commands and by default see every mistake type he/she has done.

Usage

For Organizer view

<crczp-mistake/>

For Trainee view

<crczp-mistake [sandboxId]="sandboxID"/>

Reference graph

Reference graph shows reference solution for training. Its zoomable component which allows traversal through graph.

Usage

<crczp-reference-graph/>

Summary graph

Summary graph shows results of all trainees in training. Its zoomable component which allows traversal through graph.

Usage

<crczp-summary-graph/>

Timeline

Command timeline displaying timeline for one trainee. Organizer is able to choose between displayed trainees. Detail about particular commands is displayed along with time they were submitted.

Usage

For Organizer view

<crczp-timeline/>

For Trainee view

<crczp-timeline [sandboxId]="sandboxID"/>

Trainee graph

Trainee graph shows what commands trainee used, to which state they brought him/her to. Its zoomable component which allows traversal through graph.

Usage

<crczp-trainee-graph/>

Sources: https://github.com/cyberrangecz/frontend-command-visualizations

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @crczp/command-visualizations

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    727 kB

    Total Files

    201

    Last publish

    Collaborators

    • andy-cshub