Closed itsravenous closed 8 years ago
This would enable hopping between devices/browsers to transcribe pages you've annotated, and prevent losing annotations when clearing browser data.
POST annotations as classifications with { completed: false } and retrieve for transcription from /classifications/incomplete (http://docs.panoptes.apiary.io/#reference/classification/classification-collection)
{ completed: false }
/classifications/incomplete
This would enable hopping between devices/browsers to transcribe pages you've annotated, and prevent losing annotations when clearing browser data.
POST annotations as classifications with
{ completed: false }
and retrieve for transcription from/classifications/incomplete
(http://docs.panoptes.apiary.io/#reference/classification/classification-collection)