Skip to content
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

Use existing experiments as a template #187

Open
3 tasks
dandavies99 opened this issue Oct 12, 2022 · 0 comments
Open
3 tasks

Use existing experiments as a template #187

dandavies99 opened this issue Oct 12, 2022 · 0 comments
Labels
backend related to the backend enhancement New feature or request frontend related to the frontend

Comments

@dandavies99
Copy link
Contributor

dandavies99 commented Oct 12, 2022

Problem
Creating multiple Experiments that use really similar parameters could become tedious.

Proposed solution
Allow the user to duplicate an existing experiment and use that as a template. Potential workflow:

  • Include a "Duplicate this experiment" button in the frontend
  • This would create a new experiment with identical fields as the first except:
    • No ExperimentDataFiles will be associated with it.
    • The name should be like "[original-name]-copy".
    • The status of the Experiment is private so that the user can see the "Edit" button.
  • The user should be redirected to the details page of their newly duplicated experiment.

Aha! Link: https://imperial-college-ict.aha.io/requirements/RSE-138-9

@dandavies99 dandavies99 added enhancement New feature or request backend related to the backend frontend related to the frontend labels Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend related to the backend enhancement New feature or request frontend related to the frontend
Projects
None yet
Development

No branches or pull requests

1 participant