Cash Costello

Results 17 issues of Cash Costello

There would be a select or autocomplete for selecting container for content. The access control would auto refresh based on selection. This replaces #4873 and #4730

forms

If they don't, __getitem__ is called twice. When using the fetch wrapper one, it ends up calling the remote service twice per request. This is because of the way CommunicationContainerFetchHandler...

Big changes in Django 4: * Python 3.8 or greater (we currently support python 3.6 or greater) Nothing else jumps out to me. Timezone handling is different so we would...

Reduce the amount of time for annotators to find batches that they have been working on. One way to do that is to favorite a batch and display those separately...

When testing it seems like Turkle acts like login_required is still set (the batch is not available when logged out) so appears no harm is done currently.

Small inconsistency that I noticed when I was working on the REST API. This may not be worth the effort to standardize.

technical-debt

Looks like @TomLippincott ran into an issue using Turkle as an app due to us not namespacing our URLs: ``` stats_url = reverse('stats_for_user', kwargs={'user_id': obj.id}) ``` I believe this prevents...