Fix architecture diagram issues
- Changed Core Backend to 'Go (REST API)' (removed gRPC, kept REST) - Removed BLE from IoT (not supported yet) - Fixed text overflow in boxes by adjusting layout and labels - Updated description to reflect REST-only API
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
TallyFlow is built around exactly **five primary components**, with **Core** as the central hub that owns the database.
|
||||
|
||||
### 1. Core (Central)
|
||||
- **Core Backend** (Go) positioned in the center
|
||||
- **Core Backend** (Go) positioned in the center — provides the REST API
|
||||
- **Core Web UI** (Vue.js) on the left — consumes the Core API
|
||||
- Owns MongoDB (assets, tags, photos, zones, events)
|
||||
- Single API integration point for all other components
|
||||
@@ -45,4 +45,4 @@ TallyFlow is built around exactly **five primary components**, with **Core** as
|
||||
- **Print** additionally supports asset registration back into Core
|
||||
- Core Web UI communicates with Core Backend via the same API used by other components
|
||||
|
||||
This structure was verified by reviewing the actual source repositories in `~/src/`. All external modules interact exclusively through Core’s API layer.
|
||||
This structure was verified by reviewing the actual source repositories in `~/src/`. All external modules interact exclusively through Core’s REST API layer.
|
||||
Reference in New Issue
Block a user