Midnighter / structurizr-python

A Python 3 port of Simon Brown's Structurizr diagrams-as-code architecture description tool.
https://structurizr.com/
Apache License 2.0
65 stars 16 forks source link

Add support for Dynamic views #77

Closed yt-ms closed 3 years ago

yt-ms commented 3 years ago

Checklist

Is your feature related to a problem? Please describe it.

The Python API is currently missing support for Dynamic Views, which are useful for showing the sequence of collaboration between elements at runtime.

Big Bank dynamic view

Describe the solution you would like.

The Java implementation on which this should probably be based is here. Note that there are a couple of bits of complexity in here:

The order attribute of RelationshipView which is needed for this is already present.