js-sequence-diagrams icon indicating copy to clipboard operation
js-sequence-diagrams copied to clipboard

Add support for grouping signals together

Open cilerler opened this issue 9 years ago • 1 comments

Group signals together using the alt/else, opt, loop, and par keywords.

Alice->Bob: Authentication Request
alt successful case
Bob->Alice: Authentication Accepted
else some kind of failure
Bob->Alice: Authentication Failure
opt
    loop 1000 times
        Alice->Bob: DNS Attack
    end
end
else Another type of failure
Bob->Alice: Please repeat
end

image

this should cover #149 and #152

cilerler avatar Jul 30 '16 02:07 cilerler

Will this be supported anytime soon?

vin-ni avatar Aug 23 '18 15:08 vin-ni