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

How would we add a different selection strategy? #77

Open
camallen opened this issue Feb 5, 2019 · 1 comment
Open

How would we add a different selection strategy? #77

camallen opened this issue Feb 5, 2019 · 1 comment
Labels

Comments

@camallen
Copy link
Contributor

camallen commented Feb 5, 2019

Say i wanted to use priority (in order) subject selection, how would this implementation be best achieved in the current API?

The use case is transcription workflow e.g. a book page number stored stored in the priority field of a subject) instead of random selection. There has been a many requests / discussions about supporting a transcriber starting at page 1 and progressing through the pages as they are sequentially wired.

@marten
Copy link
Contributor

marten commented Feb 5, 2019

Essentially it'd mean a conditional on this line: https://github.com/zooniverse/designator/blob/master/lib/designator/subject_stream.ex#L12

That'd mean passing through information from the controller down to this point in the code so that it can set it up to iterate sequentially instead of randomly.

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

Successfully merging a pull request may close this issue.

2 participants