IQSS / IQSS/dataverse-frontend

Feature Request/Idea: Add Dataset duplication feature

Open
#659 0 comments 1 reaction 0 assignees View on GitHub

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?

Image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.