Skip to content

Add mermaid output support - #8525

Merged
Barthelemy merged 3 commits into
AliceO2Group:devfrom
Barthelemy:support-mermaid-output
Apr 11, 2022
Merged

Add mermaid output support#8525
Barthelemy merged 3 commits into
AliceO2Group:devfrom
Barthelemy:support-mermaid-output

Conversation

@Barthelemy

Copy link
Copy Markdown
Collaborator

The output is simpler than with graphviz, however it can be embedded in github comments:

flowchart TD
    internal-dpl-clock
    producer-0
    Dispatcher
    qc-task-TST-QcTask
    qc-check-TSTQcCheck
    printer
    internal-dpl-clock --22000:from_internal-dpl-clock_to_producer-0 -->producer-0
    internal-dpl-clock --22001:from_internal-dpl-clock_to_Dispatcher -->Dispatcher
    producer-0 --22003:from_producer-0_to_Dispatcher -->Dispatcher
    internal-dpl-clock --22002:from_internal-dpl-clock_to_qc-task-TST-QcTask -->qc-task-TST-QcTask
    Dispatcher --22004:from_Dispatcher_to_qc-task-TST-QcTask -->qc-task-TST-QcTask
    qc-task-TST-QcTask --22005:from_qc-task-TST-QcTask_to_qc-check-TSTQcCheck -->qc-check-TSTQcCheck
    qc-check-TSTQcCheck --22006:from_qc-check-TSTQcCheck_to_printer -->printer
Loading

@Barthelemy
Barthelemy requested a review from a team as a code owner April 8, 2022 08:51
@Barthelemy Barthelemy changed the title Add mermaid output support [WIP] Add mermaid output support Apr 8, 2022
@Barthelemy Barthelemy changed the title [WIP] Add mermaid output support Add mermaid output support Apr 8, 2022

@ktf ktf left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Barthelemy
Barthelemy merged commit 97e484f into AliceO2Group:dev Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants