-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Milestone
Description
At the moment, if we push a single file it auto-generates a dataset name. This is very useful but in some cases, users may want to set their own dataset name so they can control it, e.g., repush to the same dataset later.
Acceptance criteria
- when I push a single file it prompts me to confirm dataset name and title
- I also can set name with
--name=mydatasetoption
Tasks
- refactor
prepareDatasetFromFilefunction accroding to analysis
Analysis
- Check if
nameproperty is provided- YES - use it as name
- NO - prompt user to confirm auto generated name (default) or he should type new one
- Construct title from name and confirm with user (by replacing
-with space and capitalizing)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels