Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST ISSUE] Epic #1

Open
7 tasks
maxim-lobanov opened this issue Dec 10, 2022 · 0 comments
Open
7 tasks

[TEST ISSUE] Epic #1

maxim-lobanov opened this issue Dec 10, 2022 · 0 comments

Comments

@maxim-lobanov
Copy link
Owner

maxim-lobanov commented Dec 10, 2022

Epic 1

Spec

Spec Diagram

flowchart TD

%% <Legend>
legend --> start
subgraph legend["Legend"]
    direction LR;
    notstarted("Issue is not started"):::notstarted;
    started("Issue is in progress"):::started;
    completed("Issue is done"):::completed;
    notstarted --> started --> completed;
end

%% </Legend>


%% <CSS>

classDef notstarted fill:#FFF,color:#000;
classDef started fill:#fae17d,color:#000;
classDef completed fill:#ccffd8,color:#000;

%% </CSS>


%% <Issues>

start("Start"):::default;

issue1488484564("[TEST ISSUE] Child issue 1"):::completed;

issue1488484695("[TEST ISSUE] Child issue 2"):::completed;

issue1488484833("[TEST ISSUE] Child issue 3"):::completed;

issue1524488391("[TEST ISSUE] Child issue 4"):::completed;

issue1524488450("[TEST ISSUE] Child issue 5"):::completed;

issue1524488472("[TEST ISSUE] Child issue 6"):::notstarted;

issue1524488513("[TEST ISSUE] Child issue 7"):::notstarted;

finish("Finish"):::default;

%% </Issues>


%% <Dependencies>

start --> issue1488484564;
start --> issue1488484695;
start --> issue1524488391;
start --> issue1524488450;
issue1488484564 --> issue1488484833;
issue1488484695 --> issue1488484833;
issue1488484833 --> issue1524488472;
issue1524488450 --> issue1524488472;
issue1524488450 --> issue1524488513;
issue1524488391 --> finish;
issue1524488472 --> finish;
issue1524488513 --> finish;

%% </Dependencies>

Hello

Test content 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant