Files
obsidian/TallyFlow/Product/Code Reviews/Code Review Notes.md
T
TNB bd09036513 Add TallyFlow roadmap features and update documentation
- Added Scan & Print (Mobile + Print) and Mobile + IoT integration as roadmap features in Dashboard
- Updated TallyFlow User's Guide with Core integration hub note and Mobile UX details (Material 3, large buttons)
- Enhanced Code Review Notes with Architecture Notes (Core as central hub)
- Updated tallyflow_mobile.md with Roadmap/Integration Opportunities and UX Design sections
- Updated Brochure and Go-to-Market targeting with recent GS1/FSMA Print capabilities
- Added new files: tallyflow-print.md review, User's Guide, and Assets icons
2026-06-23 10:33:55 -04:00

24 lines
1.0 KiB
Markdown

# 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 (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)
## 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.