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
+26
View File
@@ -0,0 +1,26 @@
# TallyFlow Dashboard
## Current Priorities
- [ ] Review source code in `/Users/tnb/src/`
- [ ] Ingest additional marketing documents (pending)
- [ ] Develop new tallyflow.com website structure & messaging
- [ ] Rebrand PhotoTag → TallyFlow Capture
## Quick Links
- [[Marketing/Website/Website Structure]]
- [[Product/Code Reviews/Code Review Notes]]
- [[Marketing/Messaging/Positioning]]
## Repos Being Reviewed
- 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
_Last updated: 2026-05-28_
@@ -0,0 +1,35 @@
# Quick Wins for Current Website (While Building tallyflow.com)
## Goal
Make targeted, low-effort improvements to sdgsystems.com/tallyflow and sdgsystems.com/phototag that better reflect current capabilities and prepare visitors for the new brand.
## Concrete Suggestions
### 1. Messaging & Positioning
- On the TallyFlow page, add a short line near the top:
**"Part of the TallyFlow platform — unified asset intelligence across web, mobile, IoT, and print."**
- On the PhotoTag page, begin transitioning language:
Change “PhotoTag” references in headings/subheads to “TallyFlow Capture (formerly PhotoTag)” where appropriate.
### 2. Feature Highlights (Based on Real SOW Use Cases)
Add or emphasize these capabilities on the TallyFlow page:
- RFID tunnel / fixed reader receiving
- Zone-based asset movement tracking
- ERP integration (keyboard wedge + direct)
- Exception reporting (shortages, overages, stuck assets)
- Tag printing & encoding
### 3. Calls to Action
- Add a consistent “Schedule a Demo” button in the main hero on both pages.
- Add “Request Pricing” or “Talk to Sales” as a secondary CTA.
### 4. Social Proof / Trust
- Add a small “Used by companies in fashion, manufacturing, and logistics” line.
- Consider adding logos or anonymized case study teasers (e.g., “Major apparel brand automated receiving with RFID tunnel”).
### 5. Navigation & Branding
- Add a top-level “TallyFlow Platform” item in the main navigation that links to an overview page (even if simple for now).
- Update footer to mention the upcoming tallyflow.com domain.
## Priority
These are small changes that can be done quickly while the full new site is being built in Cursor/Grok Build.
@@ -0,0 +1,53 @@
# Website Requirements & Insights from SOWs
## Key Use Cases Observed Across Projects
### 1. Receiving & Verification Workflows
- RFID tunnel / fixed reader receiving
- Barcode + RFID cross-verification
- Quantity matching against expected data (PO, GTIN, EPC)
- Exception handling for mismatches
### 2. Zone-Based Asset Movement
- Multiple zones (receiving, storage, outbound, delivery)
- Push/transition assets between zones
- Time-in-zone visibility and alerts
### 3. ERP Integration
- Keyboard wedge / direct injection into ERP (BlueCherry, JD Edwards)
- Import of expected data from spreadsheets / AWBs
- Writing received data back to ERP tables
### 4. Tag Printing & Encoding
- Custom RFID tag encoding (ASCII, proprietary)
- Integration with NiceLabel or custom printing software
- TID + EPC uniqueness handling
### 5. Reporting & Visibility
- Zone reports
- Exception reports (shortages, overages, stuck assets)
- Excel export
- Search by zone, asset, partial number
## Implications for tallyflow.com
### Messaging Opportunities
- "Close the loop between physical assets and your ERP"
- "Reduce manual scanning and data entry at receiving and packing"
- "Real-time visibility into where your assets actually are"
- "Automate verification without changing your existing workflows"
### Feature Highlights to Emphasize
- TallyFlow IoT (fixed infrastructure / tunnels)
- TallyFlow Capture (photo + barcode association)
- TallyFlow Print (tag printing + registration)
- Seamless ERP integration via keyboard wedge or API
- Mobile + Web + IoT working together
### Target Audiences Visible in SOWs
- Fashion / Apparel (Alice + Olivia)
- Manufacturing / Hardware (Assa Abloy)
- Logistics / Receiving (Bollore)
- General industrial receiving and asset tracking
Next: Review source code to validate which of these capabilities are already strong.
@@ -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)
Binary file not shown.