annotationsatharvard / catcha

Catch-A - Catching Annotation: An annotation backend and API.
http://catcha.readthedocs.io
20 stars 9 forks source link

Destroy API should remove the given annotation from the database #8

Closed jmiranda closed 10 years ago

jmiranda commented 10 years ago

Deleting an annotation only hides the record from public view (wee need this in case of inappropriate comments)

jmiranda commented 10 years ago

Including all children (through cascade delete)

jmiranda commented 10 years ago

Added a separate ticket for the cascade delete issue.