Complete code review of all TallyFlow and Phototag repos

- Added detailed reviews for tallyflow-iot, tallyflow-decode, tallyflow-print-ui, tallyflow_spreadsheet_importer
- Added Phototag reviews (swift, connector, web)
- Updated Dashboard and master Code Review Notes
- Noted overlapping implementations across tech stacks
This commit is contained in:
TNB
2026-05-29 09:42:53 -04:00
parent 5b82b1eacd
commit e088ba6405
10 changed files with 155 additions and 25 deletions
@@ -3,16 +3,16 @@
This note will contain ongoing code review findings across the TallyFlow ecosystem.
## Repos Under Review
- [ ] phototag-swift
- [ ] phototag-connector
- [ ] phototag-web
- [ ] tallyflow-iot
- [ ] tallyflow-web
- [ ] tallyflow-decode
- [ ] tallyflow-print
- [ ] tallyflow-print-ui
- [ ] tallyflow_spreadsheet_importer
- [ ] flutter_tallyflow_iot_rest_client
- [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-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)
## General Observations
(Notes will be added here as review progresses)