code-kern-ai / refinery

The data scientist's open-source choice to scale, assess and maintain natural language data. Treat training data like a software artifact.
https://www.kern.ai
Apache License 2.0
1.39k stars 66 forks source link

Project snapshot name can be set when uploading a new snapshot #261

Closed lumburovskalina closed 1 year ago

lumburovskalina commented 1 year ago

Is your feature request related to a problem? Please describe. If we want to create a new project with uploading new records, we have a validation that we cannot use the same project name twice, but we export the project and import it again then we have projects with the same name. I noticed that in gates it’s hard to find your project since imported projects and sample projects can have the same name.

Describe the solution you'd like We can have an optional input field in the upload component for snapshots (and maybe lookup lists) where the user can enter the desired name (same validation as we have when creating a new project with records).

Describe alternatives you've considered We could also think for a differentiation of the sample projects names (index of the sample project, or entering a name before submitting the project..).