-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parametric editor redesign. #76
base: main
Are you sure you want to change the base?
Parametric editor redesign. #76
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kamilmadejek The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Skipping CI for Draft Pull Request. |
/test presubmit-kbp-fossology |
/lgtm |
This PR introduces a major redesign for configurable editor (see screenshots below).
Expandable sections have been replaced by top-level tabs and hierarchical tree structure of dynamically generated input controls. The new UI is designed to look and feel more modern and clear.
The new editor UI has been implemented for all the Nephio-specific resources, whose editors had been implemented using the configurable editor:
req.nephio.org/v1alpha1/Capacity
infra.nephio.org/v1alpha1/WorkloadCluster
infra.nephio.org/v1alpha1/Network
infra.nephio.org/v1alpha1/Token
Remaining editors, which are not implemented using the configurable editor, are intact and still functional using "legacy" UI. This enables us to migrate to a new design in an incremental manner.
Testing (on
uitests
environment, credentials available per request):WorkloadCluster
,Capacity
andNetwork
parametric editorsToken
parametric editor