Cash Costello
Cash Costello
In model.lua, there is this require: ```lua require 'model_utils.optim_updates' ``` That file does not exist in this repo. I found it in the visdual repo and created a symbolic link...
This references https://github.com/castorini/anserini/issues/1570
Currently, if a user is deleted you not only loose the assignments, but the completed status is not updated on the Batch/Task so annotators won't see it. The DeletedUser will...
If a template does not include a submit button, we insert it at the bottom wrapped in a paragraph tag. If the template does not include any CSS, the default...
1. Need to wait until the autocomplete filter works with django 3.2 - see #160 2. The default primary key type should be set: https://dev.to/weplayinternet/upgrading-to-django-3-2-and-fixing-defaultautofield-warnings-518n 3. default app config doesn't...
We want to encourage admins to deactivate batches that are not being worked on anymore. This may require a redesign of the admin landing page. The idea is to show...
Something like shibboleth or ldap
See comment on #117 The functions of interest are accept_next_task() and _skip_aware_next_available_task_id(). The flow is 1. lock all tasks that the user has access to 2. retrieve first task that...
Currently, we have a few scripts that parse html which is less than ideal. We should replace those with an API similar to mTurk. Documentation on their API: https://docs.aws.amazon.com/AWSMechTurk/latest/AWSMturkAPI/ApiReference_OperationsArticle.html I...
#6094 removed an attempt to add this to the ckeditor plugin. It has decided to add this capability to core and expose it through plugins like ckeditor. Beyond what was...