Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Diagrams

Overview

This folder contains technical diagrams for the CoreX documentation.

Diagram Types

Architecture Diagrams

System architecture and component diagrams

Flowcharts

Process flows and decision trees

Sequence Diagrams

Interaction and sequence diagrams

Data Flow Diagrams

Data flow and data model diagrams

Tools

Recommended tools for creating diagrams:

  • Draw.io / diagrams.net
  • PlantUML
  • Mermaid
  • Lucidchart

Usage

Reference diagrams in Markdown files using relative paths:

![Architecture Diagram](../assets/diagrams/architecture-overview.svg)

Guidelines

  • Use SVG format when possible for scalability
  • Include source files (e.g., .drawio, .puml)
  • Use consistent styling and colors
  • Label all components clearly
  • Update diagrams when architecture changes