Files
dbis_core/docs/VISUAL_INDEX.md
defiQUG 849e6a8357
Some checks failed
CI / test (push) Has been cancelled
CI / security (push) Has been cancelled
CI / build (push) Has been cancelled
Initial commit
2025-12-12 15:02:56 -08:00

7.5 KiB

DBIS Core Banking System - Visual Index

This document provides a comprehensive index of all visual diagrams and visualizations in the DBIS Core Banking System documentation.

Diagram Legend

Diagram Types

  • Mermaid Diagrams: Interactive diagrams that render in Markdown viewers
  • ASCII Diagrams: Text-based diagrams (legacy format, maintained for compatibility)
  • Architecture Diagrams: System architecture and component relationships
  • Sequence Diagrams: Process flows and interactions
  • Flow Diagrams: Business process flows
  • State Diagrams: State machines and transitions

Main Documentation

README.md

Architecture Documentation

Architecture Atlas

Flow Documentation

Payment Flows

CBDC Flows

FX & Settlement Flows

Compliance Flows

Technical Documentation

Development Guide

Deployment Guide

API Guide

Monitoring Guide

Best Practices Guide

Recommendations

Volume Documentation

Volume II

Volume III

  • Volume III Systems
    • GSS architecture diagrams
    • CIM flow diagrams
    • SSU architecture diagrams

Additional Volumes

  • Volume IV-XIV documentation contains additional architecture and flow diagrams
  • See individual volume README files for diagram listings

Quick Navigation

By Diagram Type

Architecture Diagrams:

  • System Architecture Overview (README)
  • Deployment Architecture (deployment.md)
  • API Architecture (api-guide.md)
  • Monitoring Architecture (monitoring.md)

Sequence Diagrams:

  • Quick Start Flow (README)
  • GPN Payment Flow (flows/gpn-payment-flow.md)
  • API Request Flow (api-guide.md)
  • Authentication Flow (api-guide.md)

Flow Diagrams:

  • All flow documentation in docs/flows/
  • CBDC flows
  • FX flows
  • Settlement flows
  • Compliance flows

State Diagrams:

  • State machine diagrams in volume documentation
  • Process state diagrams in flow documentation

By Topic

System Architecture:

Development:

Deployment:

API:

Business Flows:

Diagram Standards

Mermaid Diagram Conventions

  1. Node Naming: Use descriptive names
  2. Color Coding: Use consistent colors for component types
  3. Direction: Use top-to-bottom for hierarchies, left-to-right for flows
  4. Labels: Include clear labels on all connections

ASCII Diagram Conventions

  1. Boxes: Use box-drawing characters
  2. Flow Direction: Use arrows (→, ↓, ↑, ←)
  3. Branches: Use tree structures
  4. Connections: Use lines (│, ─, └, ┌, ┐, ┘)

Contributing

When adding new diagrams:

  1. Use Mermaid for new diagrams
  2. Maintain ASCII diagrams for legacy compatibility
  3. Update this index
  4. Follow diagram standards
  5. Include recommendations where applicable