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

Implement FilteredViews #81

Closed yt-ms closed 3 years ago

yt-ms commented 3 years ago

Checklist

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

As per the Swagger description, FilteredView represents a view on top of a view, which can be used to include or exclude specific elements.

Describe the solution you would like.

Direct port of the Java implementation, which looks pretty straightforward, and add to ViewSet.