diff --git a/TallyFlow/TallyFlow-Architecture-Diagram.html b/TallyFlow/TallyFlow-Architecture-Diagram.html
index f16e58d..35f994a 100644
--- a/TallyFlow/TallyFlow-Architecture-Diagram.html
+++ b/TallyFlow/TallyFlow-Architecture-Diagram.html
@@ -59,15 +59,18 @@
TallyFlow Architecture
- Manufacturing Asset Tracking & RFID Workflow Platform — Source-verified
+ 5 Core Components • Source-verified from ~/src
-
@@ -179,10 +183,10 @@
Core (Central)
- - • Go backend (API, business logic)
- - • Vue.js 2 web frontend
+ - • Go backend + Vue.js Web UI
- • Owns MongoDB (assets, tags, photos, zones)
- - • Integration hub for all modules
+ - • Single API integration point
+ - • Configuration & reporting hub
@@ -191,19 +195,31 @@
Assets (Mobile)
- - • Flutter mobile app
- - • Lightweight inventory & seek/find
- - • Enrollment, zone moves
+ - • Flutter native mobile app
+ - • Seek & find, lightweight inventory
+ - • Enrollment & zone management
- • Syncs with Core API
- - • Go microservice + Mongo
+ - • Flutter + Rust
+ - • Zebra ZPL + RFID encoding
+ - • Print UI for configuration
+ - • Or direct Print API usage
+
+
+
+
+
+ - • Native mobile app (PhotoTag)
- • Photo + barcode association
- • QC & visual documentation
- • Feeds Core via API
@@ -211,20 +227,20 @@
- - • Print: Flutter + Rust (Zebra ZPL)
- - • IoT: Rust (fixed readers, sensors)
- - • MQTT / HTTP / BLE ingestion
- - • All route through Core
+ - • Rust service
+ - • Fixed readers (Impinj/Zebra)
+ - • Sensors (location, temp, shock)
+ - • Optional dashed flow to Core