Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to define custom icon uri #21

Open
iLLiCiTiT opened this issue Aug 29, 2024 · 0 comments
Open

Allow to define custom icon uri #21

iLLiCiTiT opened this issue Aug 29, 2024 · 0 comments
Labels
type: feature Adding something new and exciting to the product

Comments

@iLLiCiTiT
Copy link
Member

iLLiCiTiT commented Aug 29, 2024

Description

Right now we do allow to use only application icons that are available inside applications addon, so custom applications can't set custom icon.

That is due to recent changes in applications addon and movement out of ayon-core.

How would you imagine the implementation of the feature?

Because webactions are comming, we should support custom uri for icon in additional applications. I guess the icons could be supplied by an addon,

Question that might rise is how to make it dynamic enough, the final uri could be like https://my.ayon.server/addons/myAddon/1.1.1/private/icons/myApp.png but the template probably should be {ayon_url}/addons/myAddon/{addon_versions[myAddon]}/private/icons/myApp.png so it can be used dynamically, ayon_url would be filled with whatever client needs and addon_versions would be filled with addon versions based on addons available in bundle that is used.

@iLLiCiTiT iLLiCiTiT added the type: feature Adding something new and exciting to the product label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Adding something new and exciting to the product
Projects
None yet
Development

No branches or pull requests

1 participant