briggySmalls / archie

Tool for documenting system architecture
https://briggysmalls.github.io/archie
MIT License
2 stars 2 forks source link

Consider data flow diagram #55

Open briggySmalls opened 4 years ago

briggySmalls commented 4 years ago

The current diagrams present a view a bit like a SysML 'internal block diagram'. The way it's been used is for associations to indicate dependencies, and not inheritance etc. It doesn't indicate 'activities'/'processes'.

Other diagrams, such as a data flow diagram, exist that do reveal 'functions'. This can be helpful to indicate when relationships come into play.

It might be useful to extend the model to support annotating relationships with this concept