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

feat(react-components): select single model simple list when has no scene #4746

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

danpriori
Copy link
Contributor

@danpriori danpriori commented Sep 8, 2024

Type of change

Feat

Jira ticket 📘

BND3D-3961

https://cognitedata.atlassian.net/browse/

Description 📝

This feature is to give the option to select single 3d models CAD or PCs when doesnt have Scenes in the project.
It will shows up a globe icon on the left toolbar when has no scene created for the project and when is clicked, it will open a list of 3d models to select.

How has this been tested? 🔍

Tested with simulating the project with no scenes by forcing the flag "hasScene" being false (returned by the hook useCheckIfHasScene) in order to force the icon being show and list the 3d models available on the project to be selected, as no project without any scenes it was able to find and test it.

Test instructions ℹ️

  1. Go to the project with no scenes (or force false the flag returned by useCheckIfHasScene hook)
  2. Open the Browser 3D
  3. Select the globe icon on the left toolbar above the Layers icon
  4. Select a 3d model
  5. Observe the 3d model showing in the 3d viewer

Note: this PR comes along with the PR in Fusion: https://github.com/cognitedata/fusion/pull/8080

  • I am proud of this feature.
  • I have performed a self-review of my own code.
  • I have added PR type (Feat, Bug, Chore, Test, Docs, Style, Refactor) to the PR title.
  • I have manually tested this for different scenarios (different models, formats, devices, browsers).
  • I have commented my code in hard-to-understand areas.
  • I have made corresponding changes to the public documentation.
  • I have added unit and visuals tests to prove that my feature works to the best of my ability.
  • I have refactored the code for readability to the best of my ability.
  • I have checked that my changes do not introduce regressions in the public documentation.
  • I have outlined any known defects / lacking capabilities in the contents of this PR.
  • I have listed any remaining work that should follow this PR in the description or jira/miro/etc.
  • I have added TSDoc to any public facing changes.
  • I have added "developer documentation" in any package README.md that is related / applicable to this PR.
  • I have noted down and am currently tracking any technical debt introduced in this PR.
  • I have thoroughly thought about the architecture of this implementation.
  • I have asked peers to test this feature.

@danpriori danpriori requested a review from a team as a code owner September 8, 2024 21:32
@danpriori danpriori changed the title feat(react-components): select single model simple list feat(react-components): select single model simple list when has no scene Sep 8, 2024
Copy link
Contributor

@pramodcog pramodcog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add few comments, will test the feature in a while!

Copy link
Contributor

@pramodcog pramodcog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to add storybook example.

Copy link
Contributor

@pramodcog pramodcog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work on test!
Looks much better now, minor changes. I will test it tomorrow morning before I approve it

};

return (
<RevealContext sdk={sdk}>
Copy link
Contributor

@pramodcog pramodcog Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why should the component be under RevealContext?
As SelectSingle3DModelButton is exported under RevealToolbar which should be within RevealContext, I do not think it is necessary

Copy link
Contributor Author

@danpriori danpriori Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm strange. I only added because it was always complaining about without the context. Even under revealToolbar. Now is working without it.🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

…fix the toggler when not selecting a single model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants