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

Support for operators

Open adrai opened this issue 12 years ago • 6 comments

Is there a support for some operations? Something like:

Alice->Bob: Authentication Request
note right of Bob: Bob thinks about it
Bob->Alice: Authentication Response
alt text1
    A->B: text
else text2
    A->B: text
end
opt text
    A->B: text
end
loop text
    A->B: text
end

adrai avatar Jul 11 '13 13:07 adrai

No support at the moment, but I plan to add it!

bramp avatar Jul 11 '13 13:07 bramp

I thought such things could be better displayed with a flowchart :-) http://adrai.github.io/flowchart.js/

adrai avatar Aug 03 '13 21:08 adrai

@adrai, that is very cool! I'll add it to a list of related apps in my readme.

bramp avatar Aug 03 '13 22:08 bramp

Would be great, thanks @bramp

adrai avatar Aug 04 '13 05:08 adrai

@bramp I want to reference your list but unfortunately I don't find it... :-(

adrai avatar Aug 17 '13 06:08 adrai

I've just added a related section in 4c64e16f366367939aa667ab396c02ed1dfef806

bramp avatar Aug 17 '13 17:08 bramp