Dealership Process Map¶
Repo: savvydealer-adam/dealership-process-map · Path: C:/Users/adam/dealership-process-map · Owner: Adam
Status: Prototype · % Done: 20 · Last commit: 2026-02-09
Deployed: Not deployed
What it is¶
A React/Vite app for visualizing dealership internal processes — swimlane diagrams, workflow automation maps, department handoffs. Intended as a visual companion to the discovery work in unified-app.
Why it exists¶
Dealerships have opaque, tribal processes (lead handoffs, service tickets, credit flow). A shared visual map makes bottlenecks and automation targets obvious during audits and onboarding.
How it works¶
React 19 + Vite 7 + Supabase JS client. Template-level scaffold today — dependencies wired, no product surface yet. - Vite dev server for local iteration. - Supabase client present for future persistence of maps per dealer. - ESLint + react-hooks plugin configured.
What's done¶
- Vite + React 19 scaffold.
- Supabase JS dependency added (
@supabase/supabase-js ^2.95.3). - ESLint config.
- Default Vite template README (still in place — flag).
What's next¶
- Replace default Vite README with a real project README.
- Pick a diagram library (React Flow, Mermaid-react, or custom SVG).
- Define process map data model (nodes, edges, swimlanes, dealer scope).
- Wire Supabase for persistence.
- Decide relationship with
unified-appprocess discovery outputs.
Where the code lives¶
- Source:
src/ - Entry:
index.html - Build config:
vite.config.js,eslint.config.js - Gap: no product code, diagrams, or schema yet beyond template.
Integrations¶
Planned: Supabase for saved process maps. Natural pairing with Unified App's PROCESS-DISCOVERY.md and MASTER-PROCESS-MAP.md outputs — this app should consume them, not re-discover them.
Don't rebuild this — extend it¶
Very early. If you need a dealership process visualizer, pick this up and ingest Unified App's existing process docs rather than starting a third tool.