Files
git.stella-ops.org/docs/features/unchecked/web/registry-admin-ui.md

1.5 KiB

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)