diff --git a/TallyFlow/TallyFlow-Architecture-Diagram.html b/TallyFlow/TallyFlow-Architecture-Diagram.html
index 1734ec8..f16e58d 100644
--- a/TallyFlow/TallyFlow-Architecture-Diagram.html
+++ b/TallyFlow/TallyFlow-Architecture-Diagram.html
@@ -59,11 +59,11 @@
TallyFlow Architecture
- Manufacturing Asset Tracking & RFID Workflow Platform
+ Manufacturing Asset Tracking & RFID Workflow Platform — Source-verified
-
@@ -181,13 +176,13 @@
- - • Central orchestration & API hub
- - • Web UI for asset management
- - • Zone, category & reporting config
- - • Integration point for all modules
+ - • Go backend (API, business logic)
+ - • Vue.js 2 web frontend
+ - • Owns MongoDB (assets, tags, photos, zones)
+ - • Integration hub for all modules
@@ -196,10 +191,10 @@
Assets (Mobile)
- - • Lightweight inventory & tracking
- - • Geiger-style seek & find
- - • Fast enrollment & editing
- - • Zone moves & shipping workflows
+ - • Flutter mobile app
+ - • Lightweight inventory & seek/find
+ - • Enrollment, zone moves
+ - • Syncs with Core API
@@ -208,10 +203,10 @@
Capture (PhotoTag)
+ - • Go microservice + Mongo
- • Photo + barcode association
- • QC & visual documentation
- - • Work order / serial tagging
- - • Searchable photo records
+ - • Feeds Core via API
@@ -220,16 +215,16 @@
Print + IoT
- - • Zebra ZPL label printing & encoding
- - • Fixed RFID readers (Impinj/Zebra)
- - • IoT sensors (location, temp, shock)
- - • Excel bulk import support
+ - • Print: Flutter + Rust (Zebra ZPL)
+ - • IoT: Rust (fixed readers, sensors)
+ - • MQTT / HTTP / BLE ingestion
+ - • All route through Core