gintel-as / gsp24-sipviewer

Gintel summer project - SIP Viewer
Apache License 2.0
1 stars 0 forks source link

Multiple Sessions in Sequence Diagram #43

Closed samer-12 closed 3 months ago

samer-12 commented 3 months ago

Adding support for displaying multiple sessions in diagram, preferably with differing arrow-colors.

samer-12 commented 3 months ago

Separate colors for sessions implemented in issue #41, reliant on each session having it's own css class in svg-styles.css, however creating the styling for each session is not yet implemented, nor is taking in a list of sessions and producing a sequence diagram.

New goals: Create styling for each session in the list of sessions asked to be fetched. Only fetch the sessions requested.