ynput / ayon-core

Apache License 2.0
28 stars 33 forks source link

Loader: Show statuses in loader #548

Closed iLLiCiTiT closed 4 months ago

iLLiCiTiT commented 4 months ago

Changelog Description

Loader tool shows status name or status short name of version.

Additional info

Added status to VersionItem which is a status name. Projects model now have method to retrieve list of StatusItem for a project. A short name of status is used if name does not fit the column. An icon is not displayed as that would require to implement MaterialIcon for Qt.

Screenshot

image

Testing notes:

  1. Open loader tools (from tray or in DCC).
  2. Select project and folder.
  3. Products view should display status next to version.
ynbot commented 4 months ago

Task linked: AY-5566 Add statuses to loader

BigRoy commented 4 months ago

Love it!

Any chance we can also get the status icons to match from the web frontend? :)

Reference: image

As defined in anatomy settings: image

iLLiCiTiT commented 4 months ago

Any chance we can also get the status icons to match from the web frontend? :)

As description says: An icon is not displayed as that would require to implement MaterialIcon for Qt.