problem adding records to queue in crowdsourcing #402
mgoliver22
started this conversation in
Problems/Bugs
Replies: 1 comment 1 reply
-
(responded also via email) I think I have identified the problem. The query to determine the number of records to add actually gives you the number of images associated with records that you could add to the crowdsourcing queue, rather than the number of records itself. We will make a note to amend this in the code, as it is misleading. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I've been checking how many records I can add to the crowdsourcing queue for the collection I'm associated with (TENN) on the Bryophyte Portal in anticipation for WeDigBio next week.
When I go into Processing Toolbox and select Crowdsourcing, it says there are 635 records available to add. After I add all of them to the queue it ends up only being 213. If I do a search of all unprocessed specimens that have images associated with them I do get back 213 records. Where does this big number discrepancy come from and are there are a bunch of other records somewhere I could be adding but can't for some reason? Or are there really only 213 records but they have 635 images associated with them and that's where that number is coming from?
If I do a search for all unprocessed specimens regardless of whether they have images or not I currently get back 267 records so it's not as simple as there being 422 unprocessed records that don't have images yet. I also checked to see whether there are a bunch of records without a processing status in case that was somehow blowing up the "available to add" to crowdsourcing queue number, but that also doesn't seem to be the issue.
Records available to add to the queue, 635:
Records after I've added them all to the queue, 213:
Beta Was this translation helpful? Give feedback.
All reactions