You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BandScope has accessibility-oriented component work and a saved Figma design-system file, but there is not yet one trustworthy parity contract among source design tokens, Storybook, Figma and the shipped Tauri application.
Fresh Figma inspection on 2026-08-20 found:
file ID: BP30foevuRtufwRpTknZUw;
the cover says 라이브러리 구조 (28 pages) and describes 28 planned sections;
the actual file currently exposes only two top-level pages: 1. Cover & README and 5. Components - Identity;
the Figma footer cites VERSION/package.json 0.1.3, while the protected repository package/runtime version is 0.1.0;
the cover itself labels the system Design System Draft and says formal Visual QA, Dev Handoff and Coverage Audit remain in progress.
This is useful design work, but it must not be mistaken for complete implementation evidence.
Product outcome
Every buyer-visible BandScope state is implemented from source-backed design tokens and reusable components, represented in Storybook, reconciled to the Figma file, and verified through an end-to-end WCAG 2.2 AA plus assistive-technology gate.
Source-of-truth decision
Runtime behavior, content semantics, localization keys and version metadata originate in the repository.
Design tokens are versioned in code and synchronized to Figma variables; Figma must not invent unsupported product behavior or stale version copy.
Storybook is the executable component/state inventory.
Figma is the reviewed interaction/visual specification and handoff surface.
The shipped application is the final acceptance target.
Record this decision and the Figma file ID in the BandScope 1.0 ADR.
Required scope
Figma repair and coverage
Reconcile the claimed 28-page inventory with actual pages; create the missing source-backed pages or correct the cover/coverage statement.
Replace stale hard-coded version copy with a documented sync/check process.
Complete variables/tokens, components, basic patterns, service patterns, functional wireframes, source-to-Figma mapping, implementation parity, accessibility lab, visual QA, developer handoff, gap report and coverage audit only where repository behavior exists.
Add component descriptions, variants and states sufficient for implementation review.
Include the full first-run/import/analyze/rehearse/share/recover/updater/support journey, not only identity components.
Preserve desktop-first layouts while validating supported minimum window sizes, scaling and high-contrast behavior.
Give every reusable component stories for normal, loading, empty, disabled, error, partial, stale, long-content, Korean, English, keyboard-focus, reduced-motion and high-contrast states as applicable.
Keep stories source-backed; do not create behavior that the application cannot perform.
Add interaction tests and automated accessibility checks for stories, but do not treat automated scans as the complete WCAG gate.
End-to-end accessibility
Apply WCAG 2.2 AA to the complete desktop journey, including non-WebView/native dialogs and exported artifacts where applicable.
Parent: #958
Buyer-visible gap
BandScope has accessibility-oriented component work and a saved Figma design-system file, but there is not yet one trustworthy parity contract among source design tokens, Storybook, Figma and the shipped Tauri application.
Fresh Figma inspection on 2026-08-20 found:
BP30foevuRtufwRpTknZUw;라이브러리 구조 (28 pages)and describes 28 planned sections;1. Cover & READMEand5. Components - Identity;VERSION/package.json 0.1.3, while the protected repository package/runtime version is0.1.0;Design System Draftand says formal Visual QA, Dev Handoff and Coverage Audit remain in progress.This is useful design work, but it must not be mistaken for complete implementation evidence.
Product outcome
Every buyer-visible BandScope state is implemented from source-backed design tokens and reusable components, represented in Storybook, reconciled to the Figma file, and verified through an end-to-end WCAG 2.2 AA plus assistive-technology gate.
Source-of-truth decision
Record this decision and the Figma file ID in the BandScope 1.0 ADR.
Required scope
Figma repair and coverage
Storybook and component inventory
End-to-end accessibility
Localization parity
Acceptance criteria
Required test matrix
Standards
Non-goals