Closed
Description
Workspaces can have arbitrary parameters. The configuration can get long so we will use the style of the v1 Admin page, with tab sidebar.
- build an input for each parameter type
- storybook each input
- get parameters
- render an input for every parameter
- test that a form is created with inputs from every type of parameter
Given that I have a workspace creation form, when I fill it out and submit it, a workspace should be created.
- hook up api for workspace create
- new workspace button
- test that a workspace is created
Note this is still using SWR.