Files
git.stella-ops.org/docs/features/unchecked/web/global-search-component.md

31 lines
1.2 KiB
Markdown

# Global Search Component (Cmd+K)
## Module
Web
## Status
IMPLEMENTED
## Description
Command-palette-style global search (Cmd+K / Ctrl+K) for quick navigation to releases, findings, environments, and settings across the entire application.
## Implementation Details
- **Feature directory**: `src/Web/StellaOps.Web/src/app/layout/global-search/`
- **Components**:
- `global-search` (`src/Web/StellaOps.Web/src/app/layout/global-search/global-search.component.ts`)
- **Source**: SPRINT_20260118_001_FE_shell_navigation_redesign.md
## E2E Test Plan
- **Setup**:
- [ ] Log in with a user that has appropriate permissions
- [ ] Navigate to the relevant page/section where this feature appears
- [ ] Ensure test data exists (scanned artifacts, SBOM data, or seed data as needed)
- **Core verification**:
- [ ] Verify search/filter input accepts and processes user input
- [ ] Verify results update in real-time as filter criteria change
- [ ] Verify clearing filters resets to the full unfiltered view
- **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)