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
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
it looks like PuzzlePieceViewSet.get_random() is what the API is calling and needs to be updated to factor in the SQL query in findUnconfidentPuzzlePieces(), which I think should consistently find a batch of 100 "do these first" pieces, focusing on ones that are about to be finished first but ordered randomly.
This is very similar to #86, but actually fixing #86 as-written (which I think would mean ignoring that they have a solution?) would result in us focusing on a bunch of old ones in the near term that we probably don't care about as much right now.
The text was updated successfully, but these errors were encountered:
it looks like
PuzzlePieceViewSet.get_random()
is what the API is calling and needs to be updated to factor in the SQL query infindUnconfidentPuzzlePieces()
, which I think should consistently find a batch of 100 "do these first" pieces, focusing on ones that are about to be finished first but ordered randomly.This is very similar to #86, but actually fixing #86 as-written (which I think would mean ignoring that they have a solution?) would result in us focusing on a bunch of old ones in the near term that we probably don't care about as much right now.
The text was updated successfully, but these errors were encountered: