pimcore / studio-ui-bundle

Studio UI bundle
Other
12 stars 2 forks source link

Dependencies #156

Open fashxp opened 3 months ago

fashxp commented 3 months ago

see https://github.com/pimcore/product-management/issues/381

Allow detaching

https://www.figma.com/design/kTxowT29eCHwNh5NspDGGu/Pimcore-Components?node-id=3021-144691&t=r23gwTNaQeyo9rNt-0

Image

markus-moser commented 2 months ago

API requirements

Add endpoints to receive required elements and required-by relations based on Pimcore's dependencies to be able to render the dependencies tab of an element:

Image

Classic UI calls:

Requires:

https://demo.pimcore.com/admin/element/get-requires-dependencies?_dc=1712836568002&id=81&elementType=object&page=1&start=0&limit=25

Image

Required by:

https://demo.pimcore.com/admin/element/get-required-by-dependencies?_dc=1712836599821&id=81&elementType=object&page=1&start=0&limit=25

Image

Implementation details:

https://github.com/pimcore/admin-ui-classic-bundle/blob/180983f5d23e9d276af039035929c1aa5432c289/translations/admin.en.yaml#L336