Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Remove sequence numeration from messages in PlantUML Sequence diagrams for dynamic views #4

Closed
juanrferia opened this issue Feb 17, 2022 · 0 comments

Comments

@juanrferia
Copy link

Given this example:

workspace {

    model {
        a = softwareSystem "A"
        b = softwareSystem "B"
        c = softwareSystem "C"
    }

    views {

        dynamic * {
            a -> b "Sends customer data to"
            b -> c "Sends customer data to"
            autoLayout
        }
    }

}

The communication diagram and sequence diagram generated using PlantUML exporters looks like this:
image
image

Even though sequence number is relevant for the communication diagram to understand the order of messages, it’s not the case for a sequence diagram, where the order is already implicit to the diagram. I can see WebSequenceDiagrams exporter is not including order number as part of the message description.

It would be great if messages in sequence diagrams don't include the sequence number.

Thanks.

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

No branches or pull requests

1 participant