You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new end point to support transcription page turning tools. This will find the subject based on the priority field and select the next N neighbours (up to a limit),
E.g /subjects/:id/sequential?limit=4 -> [ B4, B3, B2, B1, SUBJECT_ID, A1, A2, A3, A4 ]
This will have to copy the subject priority metadata field to the sms priority field. We can figure out the standard for this as we go along and manually do this for our projects that need this.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Linked to zooniverse/shakespeares_world#296
Add a new end point to support transcription page turning tools. This will find the subject based on the priority field and select the next N neighbours (up to a limit),
E.g
/subjects/:id/sequential?limit=4
->[ B4, B3, B2, B1, SUBJECT_ID, A1, A2, A3, A4 ]
This will have to copy the subject priority metadata field to the sms priority field. We can figure out the standard for this as we go along and manually do this for our projects that need this.
The text was updated successfully, but these errors were encountered: