docs(ux-lab): add GitHub repo names to all 8 kit folders + add missing READMEs
This commit is contained in:
parent
6d6ca217a5
commit
401bf13a88
@ -1,5 +1,7 @@
|
||||
# Bolt — Command Palette + Keyboard Shortcuts Kit
|
||||
|
||||
**GitHub repo:** [`saravanakumardb1/temp_bolt-command-palette-kit`](https://github.com/saravanakumardb1/temp_bolt-command-palette-kit)
|
||||
|
||||
This folder is designed to be used as a standalone repo.
|
||||
|
||||
## What it is
|
||||
|
||||
@ -1,4 +1,9 @@
|
||||
# Repo Scoping Rules
|
||||
|
||||
**GitHub repo:** `saravanakumardb1/temp_bolt-command-palette-kit`
|
||||
**URL:** `https://github.com/saravanakumardb1/temp_bolt-command-palette-kit`
|
||||
|
||||
- Only modify files inside this repository.
|
||||
- When publishing / pushing, target `saravanakumardb1/temp_bolt-command-palette-kit` only.
|
||||
- Do NOT commit to `learning_ai_common_plat` or any other repo.
|
||||
- If you believe a change is needed outside this repo, stop and ask.
|
||||
|
||||
24
dashboards/ux-lab/bolt-ops-ui-kit/README.md
Normal file
24
dashboards/ux-lab/bolt-ops-ui-kit/README.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Bolt — Ops UI Kit
|
||||
|
||||
**GitHub repo:** [`saravanakumardb1/temp_bolt-ops-ui-kit`](https://github.com/saravanakumardb1/temp_bolt-ops-ui-kit)
|
||||
|
||||
This folder is designed to be used as a standalone repo.
|
||||
|
||||
## What it is
|
||||
|
||||
A token-driven operations dashboard UI kit for:
|
||||
|
||||
- DataTable with sorting, pagination, bulk actions
|
||||
- Filter builder with faceted filters + presets
|
||||
- Details drawer with tabs (Overview, Raw JSON, Notes)
|
||||
- States gallery (skeleton, empty, error, toast, confirm dialog)
|
||||
- KPI cards + chart placeholders
|
||||
|
||||
## How to use
|
||||
|
||||
- Read `PROMPT.md` for the build assignment.
|
||||
- Follow `DESIGN_SYSTEM_BRIEF.md` and `UX_TOKEN_CONTRACT.md` strictly.
|
||||
|
||||
## Reuse goal
|
||||
|
||||
Components should be copy/paste reusable into `dashboards/admin-web` and `dashboards/tracker-web`.
|
||||
@ -1,5 +1,9 @@
|
||||
# Repo Scoping Rules
|
||||
|
||||
**GitHub repo:** `saravanakumardb1/temp_bolt-ops-ui-kit`
|
||||
**URL:** `https://github.com/saravanakumardb1/temp_bolt-ops-ui-kit`
|
||||
|
||||
- Only modify files inside this repository.
|
||||
- Do not attempt to read or reference parent workspace paths.
|
||||
- When publishing / pushing, target `saravanakumardb1/temp_bolt-ops-ui-kit` only.
|
||||
- Do NOT commit to `learning_ai_common_plat` or any other repo.
|
||||
- If you believe a change is needed outside this repo, stop and ask.
|
||||
|
||||
24
dashboards/ux-lab/bolt-telemetry-explorer/README.md
Normal file
24
dashboards/ux-lab/bolt-telemetry-explorer/README.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Bolt — Telemetry Explorer
|
||||
|
||||
**GitHub repo:** [`saravanakumardb1/temp_bolt-telemetry-explorer`](https://github.com/saravanakumardb1/temp_bolt-telemetry-explorer)
|
||||
|
||||
This folder is designed to be used as a standalone repo.
|
||||
|
||||
## What it is
|
||||
|
||||
A local-only observability console micro-app for exploring telemetry events:
|
||||
|
||||
- Event explorer with faceted filters, date range, free-text search
|
||||
- Filter presets (localStorage)
|
||||
- Detail drawer (Overview, Raw JSON, Related events)
|
||||
- Error cluster view (grouped by fingerprint)
|
||||
- URL-reflected filter state (shareable links)
|
||||
|
||||
## How to use
|
||||
|
||||
- Read `PROMPT.md` for the build assignment.
|
||||
- Follow `DESIGN_SYSTEM_BRIEF.md` and `UX_TOKEN_CONTRACT.md` strictly.
|
||||
|
||||
## Reuse goal
|
||||
|
||||
Patterns should inspire improvements to the Admin dashboard "Client Logs" page.
|
||||
@ -1,4 +1,9 @@
|
||||
# Repo Scoping Rules
|
||||
|
||||
**GitHub repo:** `saravanakumardb1/temp_bolt-telemetry-explorer`
|
||||
**URL:** `https://github.com/saravanakumardb1/temp_bolt-telemetry-explorer`
|
||||
|
||||
- Only modify files inside this repository.
|
||||
- When publishing / pushing, target `saravanakumardb1/temp_bolt-telemetry-explorer` only.
|
||||
- Do NOT commit to `learning_ai_common_plat` or any other repo.
|
||||
- If you believe a change is needed outside this repo, stop and ask.
|
||||
|
||||
25
dashboards/ux-lab/bolt-timeline-studio/README.md
Normal file
25
dashboards/ux-lab/bolt-timeline-studio/README.md
Normal file
@ -0,0 +1,25 @@
|
||||
# Bolt — Timeline Studio
|
||||
|
||||
**GitHub repo:** [`saravanakumardb1/temp_bolt-timeline-studio`](https://github.com/saravanakumardb1/temp_bolt-timeline-studio)
|
||||
|
||||
This folder is designed to be used as a standalone repo.
|
||||
|
||||
## What it is
|
||||
|
||||
A timeline/scheduler editor micro-app demonstrating drag-and-drop UX patterns:
|
||||
|
||||
- Multi-lane timeline canvas with blocks
|
||||
- Create, select, drag, resize blocks (snap-to-grid, 5min increments)
|
||||
- Zoom levels (15m / 30m / 60m)
|
||||
- Right inspector: title, time, lane, tags, notes
|
||||
- Undo history (`Cmd+Z`)
|
||||
- Plans list + localStorage persistence
|
||||
|
||||
## How to use
|
||||
|
||||
- Read `PROMPT.md` for the build assignment.
|
||||
- Follow `DESIGN_SYSTEM_BRIEF.md` and `UX_TOKEN_CONTRACT.md` strictly.
|
||||
|
||||
## Reuse goal
|
||||
|
||||
Patterns should inspire ChronoMind timeline and routines UX.
|
||||
@ -1,4 +1,9 @@
|
||||
# Repo Scoping Rules
|
||||
|
||||
**GitHub repo:** `saravanakumardb1/temp_bolt-timeline-studio`
|
||||
**URL:** `https://github.com/saravanakumardb1/temp_bolt-timeline-studio`
|
||||
|
||||
- Only modify files inside this repository.
|
||||
- When publishing / pushing, target `saravanakumardb1/temp_bolt-timeline-studio` only.
|
||||
- Do NOT commit to `learning_ai_common_plat` or any other repo.
|
||||
- If you believe a change is needed outside this repo, stop and ask.
|
||||
|
||||
24
dashboards/ux-lab/lovable-design-tokens-playground/README.md
Normal file
24
dashboards/ux-lab/lovable-design-tokens-playground/README.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Lovable — Design Tokens Playground
|
||||
|
||||
**GitHub repo:** [`saravanakumardb1/temp_lovable-design-tokens-playground`](https://github.com/saravanakumardb1/temp_lovable-design-tokens-playground)
|
||||
|
||||
This folder is designed to be used as a standalone repo.
|
||||
|
||||
## What it is
|
||||
|
||||
A visual QA and design token exploration micro-app:
|
||||
|
||||
- Theme toggle + density toggle + radius slider
|
||||
- Color ramp preview + WCAG contrast checker
|
||||
- Typography scale preview
|
||||
- Component gallery (buttons, inputs, cards, alerts, tabs, table)
|
||||
- Hardcoded color audit helper (paste code, detect hex/rgb, suggest token replacements)
|
||||
|
||||
## How to use
|
||||
|
||||
- Read `PROMPT.md` for the build assignment.
|
||||
- Follow `DESIGN_SYSTEM_BRIEF.md` and `UX_TOKEN_CONTRACT.md` strictly.
|
||||
|
||||
## Reuse goal
|
||||
|
||||
Useful for designers and engineers to spot token inconsistencies and validate the design system.
|
||||
@ -1,4 +1,9 @@
|
||||
# Repo Scoping Rules
|
||||
|
||||
**GitHub repo:** `saravanakumardb1/temp_lovable-design-tokens-playground`
|
||||
**URL:** `https://github.com/saravanakumardb1/temp_lovable-design-tokens-playground`
|
||||
|
||||
- Only modify files inside this repository.
|
||||
- When publishing / pushing, target `saravanakumardb1/temp_lovable-design-tokens-playground` only.
|
||||
- Do NOT commit to `learning_ai_common_plat` or any other repo.
|
||||
- If you believe a change is needed outside this repo, stop and ask.
|
||||
|
||||
@ -1,4 +1,9 @@
|
||||
# Repo Scoping Rules
|
||||
|
||||
**GitHub repo:** `saravanakumardb1/temp_lovable-notify-states-kit`
|
||||
**URL:** `https://github.com/saravanakumardb1/temp_lovable-notify-states-kit`
|
||||
|
||||
- Only modify files inside this repository.
|
||||
- When publishing / pushing, target `saravanakumardb1/temp_lovable-notify-states-kit` only.
|
||||
- Do NOT commit to `learning_ai_common_plat` or any other repo.
|
||||
- If you believe a change is needed outside this repo, stop and ask.
|
||||
|
||||
23
dashboards/ux-lab/lovable-onboarding-flow/README.md
Normal file
23
dashboards/ux-lab/lovable-onboarding-flow/README.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Lovable — Onboarding + Settings Wizard
|
||||
|
||||
**GitHub repo:** [`saravanakumardb1/temp_lovable-onboarding-flow`](https://github.com/saravanakumardb1/temp_lovable-onboarding-flow)
|
||||
|
||||
This folder is designed to be used as a standalone repo.
|
||||
|
||||
## What it is
|
||||
|
||||
A premium onboarding + settings wizard micro-app demonstrating best-in-class UX patterns:
|
||||
|
||||
- Multi-step wizard (5–7 steps) with progress indicator
|
||||
- Back/Next with validation + "Skip for now" confirm dialog
|
||||
- Autosave progress to localStorage
|
||||
- Settings dashboard (profile, preferences, notifications, danger zone)
|
||||
|
||||
## How to use
|
||||
|
||||
- Read `PROMPT.md` for the build assignment.
|
||||
- Follow `DESIGN_SYSTEM_BRIEF.md` and `UX_TOKEN_CONTRACT.md` strictly.
|
||||
|
||||
## Reuse goal
|
||||
|
||||
Components should be copy/paste reusable into product onboarding flows across the ByteLyst ecosystem.
|
||||
@ -1,4 +1,9 @@
|
||||
# Repo Scoping Rules
|
||||
|
||||
**GitHub repo:** `saravanakumardb1/temp_lovable-onboarding-flow`
|
||||
**URL:** `https://github.com/saravanakumardb1/temp_lovable-onboarding-flow`
|
||||
|
||||
- Only modify files inside this repository.
|
||||
- When publishing / pushing, target `saravanakumardb1/temp_lovable-onboarding-flow` only.
|
||||
- Do NOT commit to `learning_ai_common_plat` or any other repo.
|
||||
- If you believe a change is needed outside this repo, stop and ask.
|
||||
|
||||
@ -1,4 +1,9 @@
|
||||
# Repo Scoping Rules
|
||||
|
||||
**GitHub repo:** `saravanakumardb1/temp_lovable-settings-ux-kit`
|
||||
**URL:** `https://github.com/saravanakumardb1/temp_lovable-settings-ux-kit`
|
||||
|
||||
- Only modify files inside this repository.
|
||||
- When publishing / pushing, target `saravanakumardb1/temp_lovable-settings-ux-kit` only.
|
||||
- Do NOT commit to `learning_ai_common_plat` or any other repo.
|
||||
- If you believe a change is needed outside this repo, stop and ask.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user