 |
Changes
- Added models to support retainer pools for crowds. (commit: ac9a46faaf18f3e626edf8ff674dbb012ae3ccf7)
(detail / githubweb)
- Added a (WIP) celery beat task to regularly post retainer proto-tasks (commit: bd34d2e4ab1dd06d28c7285fbfce20f3f69cd043)
(detail / githubweb)
- Bugfixes to retainer post scripts. (commit: 657c6e7b49dc093d124c0c7bb6b3f94eaa2009d5)
(detail / githubweb)
- Added a script to clean up hits from your AMT account. (commit: ac16ace27a79f98c7e72d0c87fb564708756623b)
(detail / githubweb)
- Whitespace cleanup. (commit: 0d4dc69686c1c987917a884bfd9ff36d6cb7ed9d)
(detail / githubweb)
- Modified beat task to post and delete retainer tasks, modified models (commit: 16739a521f4ff826184b3e11e74e5279bff44f3a)
(detail / githubweb)
- Added support for retainer pools to the post.py script. (commit: c95dff40df52a0defa392ae4dab96e4e6670e1bd)
(detail / githubweb)
- Bugfixes to retainer recruitment, now posting multiple tasks per (commit: dcc905169aa2e3fd5bdb2e4dcc1d394a600c258f)
(detail / githubweb)
- Don't delete retainer tasks once they've been accepted. (commit: 818a4f0b5921f3ddd42d194018be648b0a29c389)
(detail / githubweb)
- Refresh recruitment tasks every 3 minutes. (commit: 294709c1eec000adc8083401ec892bfa9e0a5e8d)
(detail / githubweb)
- Added static file serving in development. (commit: e51cf78587ea2377958a97dcfbda1bdebbe7e214)
(detail / githubweb)
- Acknowledge source of retainer.js (commit: 63ad036ef24443a03e71ceabd7294f5215000e73)
(detail / githubweb)
- Added pings from retainer tasks to the server. (commit: 01bb3f54afe10458012bfa17d839752518ede3e0)
(detail / githubweb)
- Updated retainer task interface to correctly load assignments. (commit: 8921224c803522d7dfb8c9148ff42a2719e11c66)
(detail / githubweb)
- Retainer task submission now works. (commit: 745d710315a81e627d4e24cde193a9d27bc252bb)
(detail / githubweb)
- Don't let worker be active in multiple pools at once. (commit: cd0571f433dbf6b02318edce1dc5da52937869fa)
(detail / githubweb)
- Task creation script updated for new context. (commit: 1033328b0517e47b8cd0c5f6b9d6520944041724)
(detail / githubweb)
- Don't stop looking for work if the server goes down temporarily. (commit: 7f77fe39125340b0acfea01385f4a097f1fc1406)
(detail / githubweb)
- Leaving the pool triggers worker payment (payment not yet implemented). (commit: 90ad1d29b87ae3174a41c3cc9ccc6345fc4734d7)
(detail / githubweb)
- Added more support for bonusing retainer workers. (commit: 7485d7ca6e1ae187b7ddc88eebd5c9320ee67602)
(detail / githubweb)
- Added support for rejecting/bonusing workers in the ampcrowd interface. (commit: fbae40c00791fdde1d9786a5cb4bdb1262e7dcb9)
(detail / githubweb)
- Added support for retainer worker bonusing/rejection. (commit: b6c699d68b43d8023fc0a908f822438335ffcd01)
(detail / githubweb)
- Count worker wait time in seconds instead of minutes. (commit: 86edece98ccaac017ee67ec9db5884e83cd1cedf)
(detail / githubweb)
- Retainer task html cleanup, passing around wait time / completed tasks (commit: a2a2155e5ed4320aa3aa31271d191d2c0abfc501)
(detail / githubweb)
- Added a view to close down a pool. (commit: 2d47db71336b0478c7c68dc450c85d177eb65137)
(detail / githubweb)
- Finished pools prevent workers from getting new tasks. (commit: 1ae54979c47fd377b53e1afb024aba34a3c8981c)
(detail / githubweb)
- Only count retainer wait time when worker is really in the 'waiting' (commit: c0fdeb5e3e550648b0ace9a6563f06b4862a2310)
(detail / githubweb)
- Pop up an instruction modal the first time a worker does a retainer (commit: b4d9c32cc60ae7992fb2bf69b0efe16499f3cd1a)
(detail / githubweb)
- Bugfixes to instruction modal, added a button to call the modal back at (commit: 9777b4607ceac95f8f43d7444bb47963a3d9a9c8)
(detail / githubweb)
- Implemented straggler mitigation. (commit: 4c0bf2ebc67045d24faf27a1f6cea0d6ec36f587)
(detail / githubweb)
- Added instruction text, improved worker display of money earned. (commit: 2a571537e72a56e0828f1ca3f428445055da1221)
(detail / githubweb)
- Switched the response model to an assignment model that stores (commit: a695d58eb0ba7868dfc950c897242bc67dcfae41)
(detail / githubweb)
- Exposed straggler mitigation via the API. (commit: 78e62e571e9962d3b0dd91e801951974fbcdcd72)
(detail / githubweb)
- Rejecting and bonusing assignments, not tasks. (commit: d5ba3ca9b174fd4e62633bc2e68c210e248b9a26)
(detail / githubweb)
- Minor tweaks to interface. (commit: 5c22280959e930e89cbdecf9ecc36fe9c79d676c)
(detail / githubweb)
- Bugfix to retainer task assignment logic. (commit: 3de4ea326f8222d1cc1f44f3aada86f4d7d4d5ab)
(detail / githubweb)
- Prettier bootstrap css on entity resolution tasks. (commit: 6534538721c989286421a75b34f609369c08399c)
(detail / githubweb)
- Don't pop up unnecessary alerts if the user is already looking at the (commit: 048d0a498a09aff47165751e359015b0b591cf34)
(detail / githubweb)
- Better retainer instructions when in preview mode. (commit: 1c92029f340fd376f50e3ed7f5759fd4d8f13cf7)
(detail / githubweb)
- Terminate in-progress workers on tasks after they've been completed. (commit: dfe6aec5f1aefb837addfd39a1d3b2ecfebca89a)
(detail / githubweb)
- Don't start work until the retainer pool is at capacity. (commit: bd1b4104f1106c0bf31699fab144fc96fc0bf333)
(detail / githubweb)
- Store time when task groups actually begin processing. (commit: 95e8e3038918f9439fcd538cd86937169379b89a)
(detail / githubweb)
- Bugfix to EM vote gathering. (commit: acc8cc05fd9317ad944868c42026208bb2c7ce13)
(detail / githubweb)
- Added an 85 percent approval qualification to all tasks. (commit: b5ebcc54e6e354fb24cd93ef5ee9a325ac133a57)
(detail / githubweb)
- Better tracking and error handling for paying workers. (commit: 3a445c81f8117234c604ef44cedfc3ee93f74f05)
(detail / githubweb)
- Special handling for workers who return assignments. (commit: b61be55edc60f9bc1943c81d6febf7260fb45f87)
(detail / githubweb)
- Add language to the preview screen to discourage workers from picking (commit: 8cd50948d35bc30d9627b712625d2499fa126c81)
(detail / githubweb)
- Production-friendly retainer pool settings. (commit: 7bbc0871aa12133136b81901992b1e8a4dfa0262)
(detail / githubweb)
- Bugfix to worker qualifications. (commit: e5825f24c7844c3d099ccd3e15a5ed16769ee50e)
(detail / githubweb)
- Deleting recruitment tasks as soon as we're done recruiting, not (commit: 6b85e06e114cd0c91d073b2cdd844cfb285726cb)
(detail / githubweb)
- Enable active pool refilling when workers leave. (commit: e8b47cb0a79907758956c63b6ec1532bbde11d90)
(detail / githubweb)
- Minor bugfix. (commit: 04911395ed80273ada82fac3f219caf49090af9c)
(detail / githubweb)
- Better message when pool is closed. (commit: 491987db30b1d3b41619f8ebe062274ac75ac662)
(detail / githubweb)
- Better separation of assignments from tasks. (commit: 0a54a58435def67d1cddeb92d4d3f676ed5125dc)
(detail / githubweb)
- Added a grace period for workers who enter the pool too late to do the (commit: 8d34ae2bf2bc21333ebb230ec5cab6f82bda25df)
(detail / githubweb)
- Don't retire tasks with no assignments. (commit: 3ae478b0695028225991bab4ba624767d6b0b2f5)
(detail / githubweb)
- Using select_related for more efficient database access in views. (commit: 1dc50b23db63acf1c450de7d228ae08de8ccf14f)
(detail / githubweb)
- Tweaked language for retainer task instructions. (commit: b5965bb8c9e33b9e283a8415e0e819f94052ab12)
(detail / githubweb)
- Fix to retainer instructions. (commit: 001c1940fc75653452a4a7c6084685d10213604f)
(detail / githubweb)
- Better tracking of how and when workers leave pools. (commit: 5617f3a17bf9c3d4223d2639d8976bb344d5df3d)
(detail / githubweb)
- More informative logging when payment fails. (commit: 3b48447fe30af894b696f67c84ac9f44e41d2c51)
(detail / githubweb)
- Better error handling in AMT connection. (commit: ca05bb4c3bfcec69f8847d2a627af861644b76f0)
(detail / githubweb)
- Early return from AMT if assignment doesn't exist. (commit: 00443d9731e7777b9a5191b5dd900b6b884cb713)
(detail / githubweb)
- Update django-celery integration to new approved layout. (commit: 40c82f7c271e8cea1a9e5322d42120c947c98f02)
(detail / githubweb)
- Tweaks/bugfixes to ampcrowd. (commit: e26d5d33b6fbabb659a4761b2922037e2c8a609e)
(detail / githubweb)
- Fixed stale references to task.workers in internal crowd. (commit: 7aad61cfde7cf14930375e39df0aa7c8f1ce1f83)
(detail / githubweb)
- Many changes made while adding latency techniques and running (commit: 7550d75d9a569100d11a7432b38af62398cddb3d)
(detail / githubweb)
|