Summary
Migrate the Explorer's ISO, RTO, Balancing Authority, and Region tabs from static imports to API-backed data. This is the beginning of the high-risk Explorer migration.
Components to Update
- Explorer ISO tab → fetch from /api/v1/isos
- Explorer RTO tab → fetch from /api/v1/rtos
- Explorer BA tab → fetch from /api/v1/balancing-authorities
- Explorer Regions tab → fetch from /api/v1/regions
Implementation
- Server Components for initial data load
- Client-side filtering for instant feedback (small datasets)
- Feature flag gated
- ExplorerContext updated to support API data source
Acceptance Criteria
Spec ref: Section 9, Phase 2b
Blocked by: #15 (core entity endpoints), #4 (feature flags)
Blocks: Utility Explorer migration
Summary
Migrate the Explorer's ISO, RTO, Balancing Authority, and Region tabs from static imports to API-backed data. This is the beginning of the high-risk Explorer migration.
Components to Update
Implementation
Acceptance Criteria
npm run buildpassesSpec ref: Section 9, Phase 2b
Blocked by: #15 (core entity endpoints), #4 (feature flags)
Blocks: Utility Explorer migration