Architecture Diagrams
This page centralizes architecture diagrams used during development.
Frontend to Backend Access
This diagram shows the top-level dependency where the frontend accesses backend services.

Frontend Global View
This view highlights the frontend layering:
- Pages use Components
- Pages access Services

Frontend Services Interactions
This diagram focuses on frontend service orchestration:
SimulationTrainingcoordinates access toUsers,Cases, andCoreUsersandCasesalso accessCore

Backend Services Interactions
This diagram presents backend collaboration:
SimulationTrainingaccessesUsers,Cases,S3Storage, andAPIOpenAIUsersandCasesalso interact with storage and AI API

Simulation Training Core Flow
This diagram shows the core flow inside SimulationTraining, where Simulation accesses VisualTraining.

Simulation Training Extended Flow
This extended flow shows additional dependencies:
VisualTrainingaccessesDicomViewerSimulationandVisualTrainingboth accessChatbot
