Rename product TallyFlow IoT → TallyFlow Edge across vault

Update product naming in docs, marketing, architecture, use cases,
and capabilities materials. Rename related notes, screenshot folder,
and marketing image filenames. Keep git/repo identifiers (e.g.
tallyflow-iot) and generic industry IoT language unchanged.
This commit is contained in:
TNB
2026-07-27 15:48:08 -04:00
parent 4d09d3195b
commit cf1e09e1c4
33 changed files with 128 additions and 128 deletions
@@ -6,13 +6,13 @@ This note will contain ongoing code review findings across the TallyFlow ecosyst
- [x] phototag-swift (iOS Swift capture app)
- [x] phototag-connector (Rust connector)
- [x] phototag-web (Vue web interface)
- [x] tallyflow-iot (Rust core + Leptos web; RFID/reader management + REST API)
- [x] tallyflow-iot (**product: TallyFlow Edge**; Rust core + Leptos web; RFID/reader management + REST API) — note: [[tallyflow-edge]]
- [x] tallyflow-web (initial pass complete — core views + entities documented)
- [x] tallyflow-decode (Flutter mobile app for tag decoding)
- [x] tallyflow-print (print/encoding backend)
- [x] tallyflow-print (print/encoding backend)-ui
- [x] tallyflow_spreadsheet_importer (Flutter spreadsheet import tool)
- [x] flutter_tallyflow_iot_rest_client (Flutter REST client for IoT)
- [x] flutter_tallyflow_iot_rest_client (Flutter REST client for Edge)
## General Observations
(Notes will be added here as review progresses)
@@ -20,4 +20,4 @@ This note will contain ongoing code review findings across the TallyFlow ecosyst
## Action Items
- [ ]
## Architecture Notes
- **TallyFlow Core as central hub**: TallyFlow Assets (Mobile), TallyFlow Print, TallyFlow Capture, and TallyFlow IoT all integrate with TallyFlow Core (web) for asset registration, synchronization, reporting, and configuration.
- **TallyFlow Core as central hub**: TallyFlow Assets (Mobile), TallyFlow Print, TallyFlow Capture, and TallyFlow Edge all integrate with TallyFlow Core (web) for asset registration, synchronization, reporting, and configuration.
@@ -1,4 +1,4 @@
# tallyflow-iot Review
# TallyFlow Edge Review (repo: tallyflow-iot)
**Tech Stack:** Rust (Cargo workspace) + Leptos (web UI)
@@ -19,11 +19,11 @@
## Key Capabilities
- Hardware abstraction for multiple RFID vendors
- Real-time data pipeline from readers → REST → web UI
- Designed for always-on IoT deployment
- Designed for always-on Edge deployment
- Strong documentation (REST_API.md, LIBRARY.md, etc.)
## Relevance to TallyFlow Platform
- Primary ingestion layer for RFID/IoT data
- Primary ingestion layer for RFID/Edge data
- Feeds the web app, reporting, and exception systems
- Complements tallyflow-web (which consumes the data)
@@ -71,7 +71,7 @@ Operator → TallyFlow Print app → Print API → Print worker → Zebra printe
## Roadmap / Integration Opportunities
- ~~**Mobile (Assets) integration** for Scan-and-Print~~ — **Shipped:** mobile can trigger print jobs (reprint, on-demand encoding during field scans or enrollment).
- **IoT integration** — Expose print job status/events and printer health to TallyFlow IoT for unified dashboards and alerts.
- **Edge integration** — Expose print job status/events and printer health to TallyFlow Edge for unified dashboards and alerts.
## Recent Changes (develop branch pull - July 2026)
**Major theme:** CSV import for batch printing, GS1 Sunrise dual-carrier retail tags, custom field registration, internal profile standardization.
@@ -10,7 +10,7 @@
## Key Areas to Investigate
- Asset / Zone management
- RFID / IoT integration points
- RFID / Edge integration points
- Reporting & exports
- User workflows (receiving, movement, printing)
- ERP integration surface (API and webhooks)
@@ -26,4 +26,4 @@
- Reporting on zone durations, events, zone categories (`ReportZoneDurations.vue`, etc.)
- Map-based visualization (`Map.vue`)
- **Tech Notes**: Uses Leaflet for maps, Chart.js for reports, Vuetify for UI. Strong emphasis on ERP-adjacent data flows (imports, reports, exceptions).
- **Next**: Review API layer and shared components for integration patterns (RFID, printing, IoT).
- **Next**: Review API layer and shared components for integration patterns (RFID, printing, Edge).
@@ -11,13 +11,13 @@ Dedicated mobile application for TallyFlow.
- Appears to be the primary/official TallyFlow mobile client
## Relevance to Platform
This repo represents the **mobile pillar** of TallyFlow, distinct from the web, IoT, print, and capture components.
This repo represents the **mobile pillar** of TallyFlow, distinct from the web, Edge, print, and capture components.
## Status
Initial structure review complete.
## Roadmap / Integration Opportunities
- ~~Integration with **TallyFlow Print** for Scan-and-Print~~ — **Shipped:** scan existing asset or enroll → trigger print job for new/replacement labels from mobile.
- Integration with **TallyFlow IoT** for real-time location, sensor data, and zone-based workflows directly in the mobile Assets app.
- Integration with **TallyFlow Edge** for real-time location, sensor data, and zone-based workflows directly in the mobile Assets app.
## UX Design
- Built with **Material 3**