[
https://issues.apache.org/jira/browse/AIRAVATA-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcus Christie updated AIRAVATA-3053:
--------------------------------------
Description:
This feature depends on backend support for soft-deleting experiments (that is,
adding a "DELETED" column to EXPERIMENT table, setting it to true to soft
delete the experiment and then removing deleted experiments from the
EXPERIMENT_SUMMARY view, etc.).
This feature will add a Delete button the experiment listing and summary page
to call deleteExperiment in the API.
Other thoughts:
- Admins should always be able to view an experiment even if it is deleted. So
we should make sure that experiment statistics continues to report these
experiments.
- You shouldn't be able to delete a running experiment.
- We should probably remove the experiment data directory when the experiment
is deleted.
was:
This feature depends on backend support for soft-deleting experiments (that is,
adding a "DELETED" column to EXPERIMENT table, setting it to true to soft
delete the experiment and then removing deleted experiments from the
EXPERIMENT_SUMMARY view, etc.).
This feature will add a Delete button the experiment listing and summary page
to call deleteExperiment in the API.
> Delete experiment
> -----------------
>
> Key: AIRAVATA-3053
> URL: https://issues.apache.org/jira/browse/AIRAVATA-3053
> Project: Airavata
> Issue Type: New Feature
> Components: Django Portal
> Reporter: Marcus Christie
> Priority: Major
>
> This feature depends on backend support for soft-deleting experiments (that
> is, adding a "DELETED" column to EXPERIMENT table, setting it to true to soft
> delete the experiment and then removing deleted experiments from the
> EXPERIMENT_SUMMARY view, etc.).
> This feature will add a Delete button the experiment listing and summary page
> to call deleteExperiment in the API.
> Other thoughts:
> - Admins should always be able to view an experiment even if it is deleted.
> So we should make sure that experiment statistics continues to report these
> experiments.
> - You shouldn't be able to delete a running experiment.
> - We should probably remove the experiment data directory when the experiment
> is deleted.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)