Which kind of architecture drawings (generated by sphinx needs) do we need ? #2494
RolandJentschETAS
started this conversation in
Architecture Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have (defined in the docs-as-code repository) the following draw functions:
draw_feature
draw_component
draw_module
draw_interface
The base of this draw functions are always the sphinx needs model,
Is there any need to have more of them and what should the functions draw ?
My current picture is:
draw_feature : draw any modules and components which are addressed via the the logic interfaces given as parameters.
draw_module : draws the components in the module
draw_component : draws the sub_components and the interfaces of the components
draw_interface : not sure (draws the operations of an interface)
Is this any of static drawings we need ?
Beta Was this translation helpful? Give feedback.
All reactions