digitalutsc / islandora_web_annotations

An Islandora module that enables annotation on Islandora objects, following the W3C Web annotation model.
GNU General Public License v3.0
7 stars 5 forks source link

Delete annotation warning message for video, audio, oral history #202

Open kimpham54 opened 7 years ago

kimpham54 commented 7 years ago

Depends on https://github.com/digitalutsc/islandora_web_annotations/issues/132#issuecomment-291190921

when no verbose messaging is turned on

I create an annotation —> Save/Cancel Annotation is created --> no message I edit an annotation --> Save/Cancel Annotation is edited --> no message I delete an annotation —>" This annotation will be deleted. This action cannot be reversed. Are you sure?” with “Delete” and “Cancel” as the buttons Annotation is deleted —> no message

when verbose messaging is activated

I create an annotation —> Save/Cancel Annotation is created --> confirmation + JSON output I edit an annotation --> Save/Cancel Annotation is edited --> confirmation + JSON output I delete an annotation —> "This annotation will be deleted. This action cannot be reversed. Are you sure?” with “Delete” and “Cancel” as the buttons Annotation is deleted —> confirmation, PIDs of deleted objects

kstapelfeldt commented 7 years ago

right now, no easy way to implement, but it's staying in our wishlist.

kstapelfeldt commented 6 years ago

Audio and Video delete behaviour is still not as described above, but this is a low priority and non insubstantial amount of work. Backburner task for now.

kimpham54 commented 6 years ago

Delete annotation library for audio/video doesn't have callback function so it's not straightforward to implement.