semi implemented and features implemented save checkpoint

This commit is contained in:
master
2026-02-08 18:00:49 +02:00
parent 04360dff63
commit 1bf6bbf395
20895 changed files with 716795 additions and 64 deletions

View File

@@ -0,0 +1,34 @@
# Registry Admin UI
## Module
Web
## Status
IMPLEMENTED
## Description
Admin UI for registry token service plans with plan list, plan editor for repo scope and action rules, dry-run validation, publish actions, and audit log panel.
## Implementation Details
- **Feature directory**: `src/Web/StellaOps.Web/src/app/features/registry-admin/`
- **Routes**: `registry-admin.routes.ts`
- **Components**:
- `plan-audit` (`src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-audit.component.ts`)
- `plan-editor` (`src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-editor.component.ts`)
- `plan-list` (`src/Web/StellaOps.Web/src/app/features/registry-admin/components/plan-list.component.ts`)
- `registry-admin` (`src/Web/StellaOps.Web/src/app/features/registry-admin/registry-admin.component.ts`)
- **Source**: SPRINT_20251229_023_FE_registry_admin_ui
## E2E Test Plan
- **Setup**:
- [ ] Log in with a user that has appropriate permissions
- [ ] Navigate to `/admin/registries`
- [ ] Ensure test data exists (scanned artifacts, SBOM data, or seed data as needed)
- **Core verification**:
- [ ] Verify the component renders correctly with sample data
- [ ] Verify interactive elements respond to user input
- [ ] Verify data is fetched and displayed from the correct API endpoints
- **Edge cases**:
- [ ] Verify graceful handling when backend API is unavailable (error state)
- [ ] Verify responsive layout at different viewport sizes
- [ ] Verify accessibility (keyboard navigation, screen reader labels, ARIA attributes)