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
@@ -0,0 +1,15 @@
# tallyflow_spreadsheet_importer Review
**Tech Stack:** Flutter (CLI/tool)
## Purpose
Spreadsheet import tool for bulk asset/zone data into TallyFlow.
## Observations
- Dart/Flutter CLI tool (bin/, lib/)
- Includes sample laydown-2.xlsx
- CHANGELOG present
## Relevance
- Supports the ImportAsset/ImportZone workflows in tallyflow-web
- Bridges ERP/spreadsheet data into the platform