Jonathan Takahashi
Jonathan Takahashi
Convert the archive upload workflow initiated by the `Transcode` endpoint to a single container workflow. This should be a tator-py script that extracts the archive, uploads media, and creates localizations/states...
In all `POST` and `PATCH` requests, a new field `object` should be included in the response along with `id`. For list requests (localizations, states, leaves) the content of `object` should...
This task includes evaluation of REST API traffic for duplicated foreign keys (for example the same localization type for thousands of localizations).
See https://docs.djangoproject.com/en/4.2/ref/settings/#csrf-trusted-origins.
Remove the `Token` endpoint and replace with `ServiceTokens` endpoint. The new endpoint will require normal authentication, and only return the full token once, when the initial `POST` is made. `GET`...
This issue is to allow for media to have a nested folder structure just like a filesystem. This could be implemented by expanding or replacing the `Section` objects with an...
In project detail view, filtering by localization width > 0.3 results in the following backend response: ``` { "message": "Cannot resolve keyword 'width' into field. Choices are: attributes, color, created_by,...
If a filter is applied in the corrections view, and edits are made which cause localizations to not pass the filter, going to the next page will cause localizations to...
Should include: * How to create an issue * Available labels and meaning * Review process for both issues and PRs * Brief explanation of CI process * Links to...
Add a new attribute type `string_array` that will allow for things like "tags" and use a front end widget that populates an area with pills. Autocomplete should be supported. In...