Files
obsidian/TallyFlow/Product/Code Reviews/tallyflow-web.md
T

19 lines
458 B
Markdown

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