You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spike: Research and find the most appropriate dynamic form library for this project. It should render a JSON schema as a form, ideally using a FluentUI theme (or have appropriate overrides for styling + form controls). Ideally, validation should come as part of this.
Create a CreateUpdateResource component:
Accepts: ResourceType / Workspace Service name/id (optional)
Renders the first screen asking the user to select a template
Renders the second screen showing the dynamic form
Renders the final "success, now deploying" screen - passing the operation to the Notifications panel via Context
On success, takes the user into that resource page
Modify the CreateUpdateResource component to be used for updates too - either by accepting more properties or a new UpdateResourceComponent which reuses the core forms + logic of the Create component
Support Workspace Service Creation
Support User Resource Creation
Support Shared Service Creation
Implement a way for list views to update based on a New item being added - either by being passed the new item, or being told to refresh.
Move CreateForm to a context so it can be added once and called from anywhere
Use contexts to retrieve parent workspace/workspace service details required for resource creation/update
The text was updated successfully, but these errors were encountered:
CreateUpdateResource
component:CreateUpdateResource
component to be used for updates too - either by accepting more properties or a newUpdateResourceComponent
which reuses the core forms + logic of theCreate
componentThe text was updated successfully, but these errors were encountered: