# Track Plan: Comprehensive Dashboard UI/UX Redesign

**Track ID**: `comprehensive_ui_uplift_20260311`
**Status**: In Progress

## Phase 1: Scouting & Scaffolding [Skills: Codebase-Investigator, Shadcn-UI] [MCP: FileSystem]
- [ ] [Scout] Inventory all pages in `app/(private)/dashboard/`.
- [ ] [Scout] Analyze existing `DashboardMetricPill.tsx` and identify "Codex" patterns.
- [ ] [Scaffold] Implement new `components/dashboard/shared/MetricPill.tsx` using `shadcn/ui` and `uncodixfy`.
- [ ] [Scaffold] Ensure all base `shadcn/ui` components (Table, Form, Input, Button, Card) are installed and configured.

## Phase 2: Core Overview Uplift [Skills: Styling-UI-UX, Uncodixfy] [MCP: FileSystem]
- [ ] Redesign **Dashboard Main Page** (`app/(private)/dashboard/page.tsx`).
- [ ] Redesign **Product Overview** (`app/(private)/dashboard/products/overview/page.tsx`).
- [ ] Redesign **Order Overview** (`app/(private)/dashboard/orders/overview/page.tsx`).
- [ ] Redesign **Customer Overview** (`app/(private)/dashboard/customers/overview/page.tsx`).
- [ ] Apply `uncodixfy` table styles to all remaining overviews (Categories, Brands, Suppliers, etc.).

## Phase 3: Form & Detail Redesign [Skills: Styling-UI-UX, Uncodixfy] [MCP: FileSystem]
- [ ] Redesign **Product Create/Edit Forms**.
- [ ] Redesign **Order Edit View**.
- [ ] Redesign **Customer Create/Edit Forms**.
- [ ] Standardize all other entity forms using the new `shadcn/ui` patterns.

## Phase 4: Final Verification [Skills: Testing-Code] [MCP: Shell]
- [ ] Run `pnpm build` to ensure no breakages.
- [ ] Perform a responsive audit on critical pages (Mobile/Desktop).
- [ ] Run `pnpm vitest run` to ensure functional integrity.

## Phase 5: Finalization [Skills: Authoring-Git-Commits] [MCP: Shell]
- [ ] Commit changes with `conductor(checkpoint): Global Dashboard Redesign Uplift`.
