TurkServer / turkserver-meteor

Web-based, real-time behavioral studies and experiments using Meteor
http://turkserver.readthedocs.io
MIT License
90 stars 23 forks source link

Assignments can be completed that are no longer assigned on MTurk #69

Closed mizzao closed 8 years ago

mizzao commented 8 years ago

Working with Nasrin and @kgao on this; causes assignments that can't be refreshed via the admin console

We should handle these gracefully when refreshing assignment statuses. If an assignment is marked as completed but doesn't actually exist, we should set it to returned and remove it from the list of assignments.

https://github.com/TurkServer/turkserver-meteor/blob/master/server/assignment.js

kgao commented 8 years ago

Fixed: https://github.com/TurkServer/turkserver-meteor/pull/75