doc: move schemas

This commit is contained in:
2025-04-16 00:55:55 +02:00
parent 020c4630d7
commit b6e8a2f347
6 changed files with 14 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ Event Demo
- [What's the demo for ?](#whats-the-demo-for-) - [What's the demo for ?](#whats-the-demo-for-)
- [What's in this demo](#whats-in-this-demo) - [What's in this demo](#whats-in-this-demo)
- [The stack](#the-stack) - [The stack](#the-stack)
- [Architecture](./doc/architecture.md)
What's the demo for ? What's the demo for ?
@@ -60,9 +61,3 @@ Database
Infra Infra
- Docker - Docker
- Træfik - Træfik
Architecture
============
- [Workflow Diagram](./doc/Workflow.puml)
- [Entities and Projections Diagram](./doc/Entities.puml)

11
doc/architecture.md Normal file
View File

@@ -0,0 +1,11 @@
Architecture
============
The Workflow
------------
![Workflow Diagram](./schemas/Workflow.svg)
The business Entities
---------------------
![Entities and Projections Diagram](./schemas/Entities.svg)

1
doc/schemas/Entities.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 48 KiB

1
doc/schemas/Workflow.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 35 KiB