-
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
Nephio network editor. Configurable editor fixes and performance enhancement. #75
Nephio network editor. Configurable editor fixes and performance enhancement. #75
Conversation
…e editor components. Created first performance tests which showcase the problem of unneeded re-renders.
…avoid prop-drilling.
Skipping CI for Draft Pull Request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kamilmadejek, liamfallon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR introduces multiple improvements to the configurable editor component which make it feasible for implementation of editors for complex, multi-level Kubernetes resources.
Also, several suites of integration tests have been created for the configurable editor.
The aforementioned improvements to the configurable editor have been utilized in the creation of editor for Nephio Network resource, which is a example of a complex object with several levels of nested data.
The implementation of Network editor also showcases limitation of the current editor UI. Its ineffective use of available space and handling of nested data provides poor legibility and user experience, especially when complex resources are concerned. Next PRs will be focused on the redesign effort.
Testing (on
uitests
environment, credentials available per request):Network
parametric editor