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

[Workspace] Add workspace creator #6181

Closed
wanglam opened this issue Mar 18, 2024 · 0 comments · Fixed by #6179
Closed

[Workspace] Add workspace creator #6181

wanglam opened this issue Mar 18, 2024 · 0 comments · Fixed by #6179
Labels
enhancement New feature or request

Comments

@wanglam
Copy link
Contributor

wanglam commented Mar 18, 2024

Is your feature request related to a problem? Please describe.

For now workspace only can be created by calling workspace API or index data created API. It's not convenient for using worksapce feature. Need to add a workspace create page to allow user create workspace with name, description, color and features.

Describe the solution you'd like

To add a workspace create page, we need to use core.application.register to register the new page. The workspace form and create button will be placed in the workspace create page. The workspace form will be consists of name input, description input, color picker and feature selector. The feature selector will list the registered applications and group by category.label. The create button will grab all the input data and send them to the workspace create API. Then it will show workspace create successful and redirect to the workspace overview page. The workspace overview won't need to be implemented for now.

Describe alternatives you've considered

N/A

Additional context

#4944

@wanglam wanglam added the enhancement New feature or request label Mar 18, 2024
@wanglam wanglam changed the title [Workspace] Add workspace create page [Workspace] Add workspace creator Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants