feat(nexus-operations): standalone nexus operations list page [DT-4003]#3470
Draft
rossedfort wants to merge 4 commits into
Draft
feat(nexus-operations): standalone nexus operations list page [DT-4003]#3470rossedfort wants to merge 4 commits into
rossedfort wants to merge 4 commits into
Conversation
- Add list page route at namespaces/[namespace]/nexus-operations - Add page component with status count filters and configurable table - Add filter bar with search attribute support - Add configurable table with header/body cells and empty state - Add get-nexus-operation-status-and-count utility and tests - Add nexus operation search attributes to search-attributes store - Wire nav layout item for standalone nexus operations - Add i18n strings for nexus operations page
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…mpty state Match Figma design for standalone nexus operations list page: - Add saved views panel with system/user views, expand/collapse, save/edit/delete/share - Add 'Start a Standalone Nexus Operation' CTA button via headerActions snippet - Add rich empty state with value proposition, docs links, and GitHub code samples - Add i18n strings for all new UI copy - Add savedNexusQueryNavOpen persist store and savedNexusQueries/systemNexusViews stores
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Adds the standalone nexus operations list page (Phase 3 of the SANO feature). This page lets users browse, filter, and inspect nexus operation executions for a namespace — mirroring the standalone activities list page pattern.
Implementation
New route:
namespaces/[namespace]/nexus-operationsPage components:
src/lib/pages/standalone-nexus-operations.svelte— full page with status count filters, configurable table, and filter barsrc/lib/components/standalone-nexus-operations/nexus-operations-summary-configurable-table.svelte— paginated configurable tablenexus-operations-summary-configurable-table/— table header/body cell, header row, table row, empty state, filterable cell subcomponentsnexus-operations-summary-filter-bar/filter-bar.svelte— search attribute filter bar wired to nexus operation storesNew utilities:
src/lib/utilities/get-nexus-operation-status-and-count.ts— mapsNexusOperationExecutionStatusenum values to display statuses and parses group-by count responsesStore additions:
nexusOperationSearchAttributesandnexusOperationSearchAttributeOptionsadded tosearch-attributes.tsNav wiring (
+layout.svelte):icon: 'nexus', hidden until server version>= 1.31.0getCurrentHrefrouting updated to include nexus-operationsi18n: Added page strings to
standalone-nexus-operations.tsandfilter-nexus-operationskey tocommon.tsTests
Unit tests for
get-nexus-operation-status-and-count.ts(13 tests):toNexusOperationStatus— all 7 enum value mappingsnexusOperationStatuses— correct ordergetNexusOperationStatusAndCountOfGroup— empty/undefined, single group, multi-group sorting, integer count parsingManual Test Plan
Prerequisites:
Checklist
/namespaces/{namespace}/nexus-operations