Skip to content
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

Create sidepanel child component that displays business data forms and interacts with resource instance #101

Open
chrabyrd opened this issue Oct 7, 2024 · 0 comments

Comments

@chrabyrd
Copy link
Contributor

chrabyrd commented Oct 7, 2024

This component is a lower-order component of #100. Even though we are only handling a small subset of datatypes for the component, it should still be built generically with the idea to expand functionality as needed in the future.

It should have a loading state. It should take some amount of data as input ( likely nodegroup_id and resourceinstance_id ) and make a call to the backend for data to populate its forms. The user should be able to save changes back to the tile.

To keep scope minimal, this should handle a single section at a time. Additional complexity will be handled in a followup.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant