From 401bf13a8833b36cb1731f8bc9856e6e756ceed2 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Thu, 5 Mar 2026 21:17:36 -0800 Subject: [PATCH] docs(ux-lab): add GitHub repo names to all 8 kit folders + add missing READMEs --- .../ux-lab/bolt-command-palette-kit/README.md | 2 ++ .../REPO_SCOPING_RULES.md | 5 ++++ dashboards/ux-lab/bolt-ops-ui-kit/README.md | 24 ++++++++++++++++++ .../bolt-ops-ui-kit/REPO_SCOPING_RULES.md | 6 ++++- .../ux-lab/bolt-telemetry-explorer/README.md | 24 ++++++++++++++++++ .../REPO_SCOPING_RULES.md | 5 ++++ .../ux-lab/bolt-timeline-studio/README.md | 25 +++++++++++++++++++ .../REPO_SCOPING_RULES.md | 5 ++++ .../README.md | 24 ++++++++++++++++++ .../REPO_SCOPING_RULES.md | 5 ++++ .../REPO_SCOPING_RULES.md | 5 ++++ .../ux-lab/lovable-onboarding-flow/README.md | 23 +++++++++++++++++ .../REPO_SCOPING_RULES.md | 5 ++++ .../REPO_SCOPING_RULES.md | 5 ++++ 14 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 dashboards/ux-lab/bolt-ops-ui-kit/README.md create mode 100644 dashboards/ux-lab/bolt-telemetry-explorer/README.md create mode 100644 dashboards/ux-lab/bolt-timeline-studio/README.md create mode 100644 dashboards/ux-lab/lovable-design-tokens-playground/README.md create mode 100644 dashboards/ux-lab/lovable-onboarding-flow/README.md diff --git a/dashboards/ux-lab/bolt-command-palette-kit/README.md b/dashboards/ux-lab/bolt-command-palette-kit/README.md index 921c0f67..014fd1c1 100644 --- a/dashboards/ux-lab/bolt-command-palette-kit/README.md +++ b/dashboards/ux-lab/bolt-command-palette-kit/README.md @@ -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 diff --git a/dashboards/ux-lab/bolt-command-palette-kit/REPO_SCOPING_RULES.md b/dashboards/ux-lab/bolt-command-palette-kit/REPO_SCOPING_RULES.md index 3764afa5..1fd6dea2 100644 --- a/dashboards/ux-lab/bolt-command-palette-kit/REPO_SCOPING_RULES.md +++ b/dashboards/ux-lab/bolt-command-palette-kit/REPO_SCOPING_RULES.md @@ -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. diff --git a/dashboards/ux-lab/bolt-ops-ui-kit/README.md b/dashboards/ux-lab/bolt-ops-ui-kit/README.md new file mode 100644 index 00000000..418dd6d2 --- /dev/null +++ b/dashboards/ux-lab/bolt-ops-ui-kit/README.md @@ -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`. diff --git a/dashboards/ux-lab/bolt-ops-ui-kit/REPO_SCOPING_RULES.md b/dashboards/ux-lab/bolt-ops-ui-kit/REPO_SCOPING_RULES.md index f14b6310..fe4835c6 100644 --- a/dashboards/ux-lab/bolt-ops-ui-kit/REPO_SCOPING_RULES.md +++ b/dashboards/ux-lab/bolt-ops-ui-kit/REPO_SCOPING_RULES.md @@ -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. diff --git a/dashboards/ux-lab/bolt-telemetry-explorer/README.md b/dashboards/ux-lab/bolt-telemetry-explorer/README.md new file mode 100644 index 00000000..e41ffb2e --- /dev/null +++ b/dashboards/ux-lab/bolt-telemetry-explorer/README.md @@ -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. diff --git a/dashboards/ux-lab/bolt-telemetry-explorer/REPO_SCOPING_RULES.md b/dashboards/ux-lab/bolt-telemetry-explorer/REPO_SCOPING_RULES.md index 3764afa5..d7a383f2 100644 --- a/dashboards/ux-lab/bolt-telemetry-explorer/REPO_SCOPING_RULES.md +++ b/dashboards/ux-lab/bolt-telemetry-explorer/REPO_SCOPING_RULES.md @@ -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. diff --git a/dashboards/ux-lab/bolt-timeline-studio/README.md b/dashboards/ux-lab/bolt-timeline-studio/README.md new file mode 100644 index 00000000..5490810e --- /dev/null +++ b/dashboards/ux-lab/bolt-timeline-studio/README.md @@ -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. diff --git a/dashboards/ux-lab/bolt-timeline-studio/REPO_SCOPING_RULES.md b/dashboards/ux-lab/bolt-timeline-studio/REPO_SCOPING_RULES.md index 3764afa5..d9072e1a 100644 --- a/dashboards/ux-lab/bolt-timeline-studio/REPO_SCOPING_RULES.md +++ b/dashboards/ux-lab/bolt-timeline-studio/REPO_SCOPING_RULES.md @@ -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. diff --git a/dashboards/ux-lab/lovable-design-tokens-playground/README.md b/dashboards/ux-lab/lovable-design-tokens-playground/README.md new file mode 100644 index 00000000..d0c82127 --- /dev/null +++ b/dashboards/ux-lab/lovable-design-tokens-playground/README.md @@ -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. diff --git a/dashboards/ux-lab/lovable-design-tokens-playground/REPO_SCOPING_RULES.md b/dashboards/ux-lab/lovable-design-tokens-playground/REPO_SCOPING_RULES.md index 3764afa5..5019ec44 100644 --- a/dashboards/ux-lab/lovable-design-tokens-playground/REPO_SCOPING_RULES.md +++ b/dashboards/ux-lab/lovable-design-tokens-playground/REPO_SCOPING_RULES.md @@ -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. diff --git a/dashboards/ux-lab/lovable-notify-states-kit/REPO_SCOPING_RULES.md b/dashboards/ux-lab/lovable-notify-states-kit/REPO_SCOPING_RULES.md index 3764afa5..170f7c59 100644 --- a/dashboards/ux-lab/lovable-notify-states-kit/REPO_SCOPING_RULES.md +++ b/dashboards/ux-lab/lovable-notify-states-kit/REPO_SCOPING_RULES.md @@ -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. diff --git a/dashboards/ux-lab/lovable-onboarding-flow/README.md b/dashboards/ux-lab/lovable-onboarding-flow/README.md new file mode 100644 index 00000000..99823f8c --- /dev/null +++ b/dashboards/ux-lab/lovable-onboarding-flow/README.md @@ -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. diff --git a/dashboards/ux-lab/lovable-onboarding-flow/REPO_SCOPING_RULES.md b/dashboards/ux-lab/lovable-onboarding-flow/REPO_SCOPING_RULES.md index 3764afa5..6d716d7e 100644 --- a/dashboards/ux-lab/lovable-onboarding-flow/REPO_SCOPING_RULES.md +++ b/dashboards/ux-lab/lovable-onboarding-flow/REPO_SCOPING_RULES.md @@ -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. diff --git a/dashboards/ux-lab/lovable-settings-ux-kit/REPO_SCOPING_RULES.md b/dashboards/ux-lab/lovable-settings-ux-kit/REPO_SCOPING_RULES.md index 3764afa5..2cf13323 100644 --- a/dashboards/ux-lab/lovable-settings-ux-kit/REPO_SCOPING_RULES.md +++ b/dashboards/ux-lab/lovable-settings-ux-kit/REPO_SCOPING_RULES.md @@ -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.