Representing similar elements as a "stack"? #87
Unanswered
grahamalama
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a diagram where a software system will interact with other software systems of the same "type". Specifically, 1 web service will interact with multiple email service providers (ESPs).
What would be a good way to represent that using
structurizr/lite
? I could be explicit and list the providers in use, but I want to communicate that the system is meant to interact with any number of ESPs.Would this only be possible through a custom theme?
Beta Was this translation helpful? Give feedback.
All reactions