Architecture Diagrams
Interactive system architecture, data flow, and process diagrams for the Group Scheduling Application.
Select a diagram below to view it inline. Use Download SVG to save a copy or
Open in Excalidraw to edit. Diagrams are stored as SVG files in
site/diagrams/
and can be replaced with Excalidraw exports at any time.
SVG Diagrams
Draw.io Workflows
100%
Loading diagram...
About These Diagrams
Diagram Index
| Diagram | File | Description | Status |
|---|---|---|---|
| System Architecture | diagrams/system-architecture.svg |
Cloudflare Workers, D1, Durable Objects, Pages — full stack topology | Checking... |
| Data Flow | diagrams/data-flow.svg |
Poll creation, response submission, real-time ranking pipeline | Checking... |
| User Journey | diagrams/user-journey.svg |
Organizer and participant paths from landing to closed poll | Checking... |
| API Endpoint Map | diagrams/api-map.svg |
REST endpoints, request/response shapes, auth boundaries | Checking... |
How to Add or Update Diagrams
- Create or edit a diagram at excalidraw.com
- Export as SVG (File → Export Image → SVG)
- Save the file to
site/diagrams/<name>.svgusing the filename in the table above - Re-run
npx ts-node rebuild-v3.tsto pick up changes during the next build