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

Engaging Crowds: add completion counts to the subject set picker #1956

Closed
eatyourgreens opened this issue Jan 4, 2021 · 2 comments · Fixed by #2016
Closed

Engaging Crowds: add completion counts to the subject set picker #1956

eatyourgreens opened this issue Jan 4, 2021 · 2 comments · Fixed by #2016
Assignees
Labels
enhancement New feature or request

Comments

@eatyourgreens
Copy link
Contributor

Package
app-project

Is your feature request related to a problem? Please describe.
When I'm selecting a subject set to work on, I should be able to see which sets are already complete (or nearing completion.)

Describe the solution you'd like
We can get the number of available subjects, per set, from the Cellect API so let's use that to show subject set completeness.
Eg. https://cellect.zooniverse.org/workflows/16807/status
returns this response:

{"name":"16807","state":"ready","grouped":true,"prioritized":true,"pairwise":false,"subjects":112,"users":0,"groups":{"82738":101,"85304":11}}

response.body.groups is keyed by subject set ID and contains the number of available subjects for each set.

@eatyourgreens eatyourgreens added the enhancement New feature or request label Jan 4, 2021
@eatyourgreens eatyourgreens self-assigned this Jan 4, 2021
@eatyourgreens
Copy link
Contributor Author

The numbers here are the number of subjects that haven't been retired for each subject set. If you're logged in, the count won't tell you whether or not you've personally completed a particular set.

@eatyourgreens
Copy link
Contributor Author

Longer term, the subject set counts should be available from the Designator API, once prioritised selection is supported by Designator. https://designator.zooniverse.org/api/

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

Successfully merging a pull request may close this issue.

1 participant