Class Diagrams
- Show the hierarchy and relationships of classes. See: Classes (Object-Oriented).
Architecture Diagrams
- Depict the overall structure of the system.
- Show how main components fit together and interact.
See: Architecture Diagram
- Sequence Diagrams
- Show how components interact over time.
Useful for visualising the flow of communication between parts of the system.
See: Sequence diagram
Tools
- Diagrams can be produced in Mermaid.
Related Documentation & Meetings