question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

sequence diagram request: grouping actors in box

See original GitHub issue

Request Description

I’d love to be able to do this:

sequence diagram screenshot with box

More specifically, the “boxes” labeled “Application” and “Kafka”.

Source: https://chrzaszcz.dev/2019/12/kafka-transactions/

Proposed Syntax

I propose using the same syntax as loops:

sequenceDiagram
    participant Alice
    participant Bob


    box Alice_and_Bob
    Alice->>Bob: Hello John, how are you?
    Bob->>Alice: Fight against hypochondria
    end
    

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:42
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

12reactions
cmmorancommented, Jul 9, 2020

Agreed. I can probably get this implemented.

soon™

8reactions
The-Alchemistcommented, Aug 30, 2021

I don’t mind creating (and funding) a bounty on https://gitcoin.co, https://www.bountysource.com, or https://gitpay.me if someone is interested. 😄

UPDATE: I just put a $100 USD bounty on this at https://www.bountysource.com/issues/91876024-sequence-diagram-request-grouping-actors-in-box , if anyone is interested.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sequence Diagram syntax and features - PlantUML
PlantUML sequence diagram syntax: You can have several kinds of participants (actors and others), arrows, notes, groups... Changing fonts and colors is also ......
Read more >
Instructions and Examples - SequenceDiagram.org
Participants. New particpants of type participant may be added by clicking the participant icon; The following special participant types exist. actor - specific ......
Read more >
UML Sequence Diagram - Ashley's PlantUML Doc
UML Sequence Diagram¶. A UML Sequence diagram shows how messages go back and forth between objects over time. It is an interaction diagram....
Read more >
Sequence Diagram Tutorial - Complete Guide ... - Creately
The activation bar is the box placed on the lifeline. It is used to indicate that an object is active (or instantiated) during...
Read more >
grouping actors in box - Bountysource
sequence diagram request : grouping actors in box.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found