equinor / cc-components

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

🎁 [piping] : Enable 3D in sidesheet #943

Closed kjellhaaland closed 2 months 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?

kjellhaaland commented 2 months ago

@JoneUE Pipetest is now ready for test and is deployed to test env.

I have made som assumptions for information that is shown in the tags, currently grouping by LineNo.

JoneUE commented 2 months ago

Looks good

kjellhaaland commented 2 months ago

@JoneUE FYI: 3D for Pipetest is now in production.