-
Notifications
You must be signed in to change notification settings - Fork 881
Frontend Workspace Create - build form #801
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
Comments
@kylecarbs what types of parameters are possible? |
@kylecarbs another question, you mentioned wanting the edit form (which I'm thinking will be almost the same as the creation form) to be like the admin page, with a sidebar, but if the parameters are arbitrary, we won't know how to group them into tabs or name the tabs. What did you have in mind? I'm thinking of just having the Admin style sections but no sidebar. |
I think all parameters can go under a tab named "Parameters" and that can contain a listing of them. |
I wouldn't worry about the types for now, instead we can just make it a string. |
@presleyp do you have what you need answered for this one? |
@misskniss no, but hopefully the meeting we'll have this week will clarify it |
@kylecarbs is working on this one between 2022-05-11 and 2022-05-16. We will have a review meeting 2022-05-16 to check-in on where things are and to help test/review. |
@kylecarbs sounds like this one needs a backend ticket spun off for it. |
Closing this after a convo with Kyle. This work is complete and ready for iteration as needed. |
Workspaces can have arbitrary parameters. The configuration can get long so we will use the style of the v1 Admin page, with tab sidebar.
Given that I have a workspace creation form, when I fill it out and submit it, a workspace should be created.
Note this is still using SWR.
The text was updated successfully, but these errors were encountered: