Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add end point to retreive before / after subjects based on their priority order #2043

Open
camallen opened this issue Nov 15, 2016 · 2 comments

Comments

@camallen
Copy link
Contributor

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.

@stale
Copy link

stale bot commented Nov 9, 2017

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.

@stale stale bot added the stale label Nov 9, 2017
@camallen
Copy link
Contributor Author

this keeps coming up for transcription projects, multi images subjects solve this to some degree but won't help with large numbers of pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant