NASA-IMPACT / admg-backend

Apache License 2.0
2 stars 0 forks source link

Feature/delete draft status #591

Closed Tammo-Feldmann closed 9 months ago

Tammo-Feldmann commented 9 months ago

This fixes issue #551

What I'm changing

I'm fixing the delete model behavior. The new delete behavior will skip the approval workflow and allow users to delete models directly after confirming. On delete now creates a delete draft and directly publishes that draft. Publishing a delete draft removes the model (i.e. Campaign) from the list of models that is shown in the CASEI UI.

Users are prompted with a modal to confirm deletion of the model directly:

Screenshot 2023-11-15 at 11 22 14 AM

The deleted model is still listed with the other models:

Screenshot 2023-11-15 at 11 27 10 AM

Only the historical drafts are now available to be viewed. Users cannot edit deleted drafts.

Screenshot 2023-11-15 at 11 22 14 AM