-
Notifications
You must be signed in to change notification settings - Fork 6
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 a new project based on a dataset #1604
Comments
This is related to #1313, but not exactly the same. |
The We should refine the whole logic by adding the following steps:
|
…erator (#1604) (#1682) feat(client): Add validation when importing dataset in an existing project Adding loading animation if the project list is not ready Validation when the dataset project does not exist Validation if the version of the dataset project metadata is not supported Validation if the version of the dataset project metadata and the selected project metadata is not the same
Motivation
It is possible to add a dataset to a project, it would be nice to add an option to create a new project and add the dataset.
Proposal
The add button, which currently opens a popup, should change. It should open a new page that lets the user either pick an existing project or create a new project, using the new project form.
If a new project is created, that should be the first step, the second step is to add the dataset to the project.
Context
The text was updated successfully, but these errors were encountered: