ynput / ayon-backend

Server codebase with API access to AYON
Apache License 2.0
22 stars 16 forks source link

settings: link types enumerator #420

Closed jakubjezek001 closed 1 week ago

jakubjezek001 commented 2 weeks ago

Story

Need to be able to use Link type enumerator in settings.

Example of usage: ayon-circuit add-on needs to be able to lock two versions together with a link. In settings it is necessary to set link type - since we are not having defined default link types which are always available in API (Related Issue: https://github.com/ynput/ayon-backend/issues/144).

Problems

Since we do not have currently available set of links which are always available in API, we have to offer user link type enumerator.

Proposal

This needs to be agregating options from default anatomy preset at studio settings level, but then in project settings level it has to be agregating options form project anatomy level.

TODO

Attachments