IntelliTect / Coalesce

Quickly build amazing web apps
https://intellitect.github.io/Coalesce/
Apache License 2.0
61 stars 22 forks source link

Support soft deletes #6

Open GrantErickson opened 7 years ago

GrantErickson commented 7 years ago

Soft deletes are commonplace in many data scenarios. This can be done with Coalesce, but the build in functionality for deletes does an actual delete. It would be nice to be able to mark a class as using soft deletes which might expose functionality for this automatically. This could either replace the existing delete functionality or replace it and add a permanent delete as well.

ascott18 commented 6 years ago

Doable now through custom behaviors: http://coalesce.readthedocs.io/en/latest/pages/modeling/model-components/behaviors/

ascott18 commented 1 year ago

Reopening now as it would be real cool to have this as a more built in feature.

Idea:

ascott18 commented 2 weeks ago

Spitballing more ideas