gmal-scope-builder/frontend/src
DJP 668ea44ea2 Client tier mapping + GMAL complexity variant expansion
- Tier mapping on projects: configurable label→complexity mapping
  - Presets: A/B/C, 1/2/3, Gold/Silver/Bronze
  - Stored as JSON on project.tier_mapping
- ClientAsset.client_tier field for tracking which tier an asset belongs to
- GMAL family endpoint: GET /gmal/assets/{id}/family returns all complexity variants
  - Looks up by asset_name (NOT by GMAL number increment)
  - Verified: families share asset_name across non-sequential GMAL IDs
- Expand to Tiers: POST /projects/{id}/expand-tiers
  - Splits each matched asset into N tier variants (one per tier)
  - Finds correct GMAL variant by asset_name + complexity_level query
  - Creates new ClientAsset + Match per tier with correct GMAL
  - Removes original un-tiered asset after expansion
- Frontend: tier preset buttons + expand button on Match Review tab
- Tier tags shown with label → complexity mapping

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 15:02:45 -04:00
..
api Fix 401: send ID token instead of Graph access token 2026-03-30 11:16:44 +01:00
auth Fix redirect URI trailing slash to match Azure AD registration 2026-03-30 11:21:46 +01:00
pages Client tier mapping + GMAL complexity variant expansion 2026-04-09 15:02:45 -04:00
types Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
App.css Add Azure SSO + production deployment config 2026-03-28 18:51:18 +00:00
App.tsx Fix logout for MSAL v5: use clearCache() for app-only sign out 2026-03-30 11:14:06 +01:00
index.css Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
main.tsx Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00