equinor / cc-components

Components and apps for CC.
MIT License
4 stars 0 forks source link

🎁 [heattrace] : Enable 3D in sidesheet #942

Closed kjellhaaland closed 1 month ago

kjellhaaland commented 2 months ago

The baseline 3D Model-viewer component is finished, and available for use in all cc-applications. Implemented in PR https://github.com/equinor/cc-components/pull/774

To use it in the rest of the applications, the following needs to be done:

  1. Create a new endpoint in each of the apps returning the relevant tags for a given entity. (/echo endpoint, see work-order implementation)
  2. Enable the model-viewer in application config.
  3. Add the ModelViewerTab to each sidesheet with relevant props.

In order to implement this, PO must provide a list of which types of tags that are relevant for 3D for each application.

kjellhaaland commented 2 months ago

@jone, which tags are relevant for 3D for this application?

MagnusGjosund commented 1 month ago

PR frontend: https://github.com/equinor/cc-components/pull/994 PR backend: https://github.com/equinor/fusion-data-gateway/pull/571