diff --git a/src/Handler/Utils/Delete.hs b/src/Handler/Utils/Delete.hs index 3f4937fb7..c6de2dec9 100644 --- a/src/Handler/Utils/Delete.hs +++ b/src/Handler/Utils/Delete.hs @@ -1,3 +1,13 @@ +{-| +Module : Handler.Utils.Delete +Description : Generic deletion from database after confirmation + +`postDeleteR`, `getDeleteR`, and `deleteR` provide handlers for calling +`deleteCascade` on a `Set` of Record-`Key`s after asking for confirmation, which +currently entails asking the user to copy a text, which is dependent on the +records to be deleted (i.e. a comma-separated list of user names), into a +`Textarea`. +-} module Handler.Utils.Delete ( DeleteRoute(..) , deleteR