# TallyFlow Code Review Notes This note will contain ongoing code review findings across the TallyFlow ecosystem. ## Repos Under Review - [x] phototag-swift (iOS Swift capture app) - [x] phototag-connector (Rust connector) - [x] phototag-web (Vue web interface) - [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 Edge) - [x] tallyflow-assets-iot (**product: TallyFlow Scout**; Collect/Verify/Locate for Edge) — [[tallyflow-scout]] (re-reviewed 2026-07-30 → v0.6.2+14) ## General Observations (Notes will be added here as review progresses) ## Action Items - [ ] ## Architecture Notes - **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.