ayon-backend
ayon-backend copied to clipboard
Server codebase with API access to AYON
ATM it is hard to reuse CRUD functions from api module, since endpoints usually expect BackgroundTasks object. We should allow have null as default and in that case, dispatch events...
## Story ### Problems ### Proposal ## TODO - [ ] ... ### Attachments
operations endpoint prevents duplicate targets tuple(entity_type, entity_id) for update and delete operations, since entity is loaded first using SELECT FOR UPDATE. https://github.com/ynput/ayon-backend/pull/74 To lift this limit, we could reuse existing...
## Story Currently `/api/resolve` does not correctly handle malformed URIs as mentioned here https://github.com/ynput/ayon-backend/issues/283 ### Problems When a malformed URI is present in the request, the entire request fails with...
## Story in `ayon_selver.helpers.deploy_project` the way default access groups are assigned for a new project to users is highly unoptimized. Function loads every UserEntity with at least one default access...
## Story Currently it is tricky to delete events if they have children events. Constrain for depends_on column does not have `ON DELETE CASCADE` set. After a year of experience...
Exposes "scope" field in project anatomy (list of strings) that allows limiting statuses to certain entity types. If the field is empty, status will be available for all entities. Otherwise...
## Story as a developer i want to disable some functions in an add-on but this will never be useful for a User. i would like to add some developer...
## Story A director is making a comment on a sequence and wants all the lighters to know it's a dark scene. ### Problems Not having to mention 20 users...
## Story Push to production function was unmaintained for a while. It should reflect the current state of copy settings functionality. - [ ] Copy studio settings from staging to...