Restructure: Move all content under TallyFlow/ folder

This commit is contained in:
TNB
2026-05-28 17:55:35 -04:00
parent 926815c36d
commit 5b82b1eacd
12 changed files with 0 additions and 0 deletions
@@ -0,0 +1,21 @@
# TallyFlow Code Review Notes
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
## General Observations
(Notes will be added here as review progresses)
## Action Items
- [ ]
@@ -0,0 +1,19 @@
# tallyflow-web Review
**Tech Stack:** Vue.js (Vue 2 based on structure)
## High-Level Architecture
- Classic Vue + Vue Router + Vuex store
- API layer in `src/api/`
- Views in `src/views/`
- Shared components in `src/shared/`
## Key Areas to Investigate
- Asset / Zone management
- RFID / IoT integration points
- Reporting & exports
- User workflows (receiving, movement, printing)
- ERP integration surface
## Initial Observations
(Review in progress)