IQSS / IQSS/dataverse-frontend
Feature Request/Idea: Add Dataset duplication feature
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 31
- Forks
- 26
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 4
Description
Overview of the Feature Request
Add a "Duplicate" button in the "Edit Dataset" menu that will allow users to duplicate an existing Dataset with all its metadata but without the associated files.
What kind of user is the feature intended for?
This feature is intended for users with Dataset creation rights (Depositor).
What inspired the request?
Currently, to create a Dataset similar to an existing one, users must manually recreate all metadata, which is time-consuming and error-prone. Adding a duplication feature will improve efficiency and user experience.
What existing behavior do you want changed?
No existing behavior will be modified. This request is for adding a new feature.
Any brand new behavior do you want to add to Dataverse?
We want to add a new "Duplicate Dataset" button to the existing "Edit Dataset" menu. When a user clicks this button:
- A new Dataset is created
- All metadata from the original Dataset is copied to the new Dataset
- The title of the new Dataset has the prefix "Copy of " (e.g., "Copy of Original Dataset Title")
- Files from the original Dataset are NOT copied
- The user is redirected to the edit form of the new Dataset to finalize its creation
Technical details:
- No relationship is maintained between the original Dataset and its copy
- Identifier uniqueness is ensured by not duplicating the DOI
Any open or closed issues related to this feature request?
JSF issue :
- IQSS/dataverse#11430
Are you thinking about creating a pull request for this feature?
This is not currently prioritized in the team
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the existing Edit Dataset menu entry point and review the related IQSS/dataverse#11430 issue for context. The feature is done when a depositor can create a new dataset with copied metadata, a "Copy of " title, no files or duplicated DOI, and is redirected to the new dataset's edit form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100