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

load attribute descriptions embedded ( feature catalog) #1135

Closed
wants to merge 6 commits into from

Conversation

Guillaume-d-o
Copy link
Collaborator

Description

This PR introduces [...]

Architectural changes

The following library now depends on [...]

Screenshots

[...]

Quality Assurance Checklist

  • Commit history is devoid of any merge commits and readable to facilitate reviews
  • If new logic ⚙️ is introduced: unit tests were added
  • If new user stories 🤏 are introduced: E2E tests were added
  • If new UI components 🕹️ are introduced: corresponding stories in Storybook were created
  • If breaking changes 🪚 are introduced: add the breaking change label
  • If bugs 🐞 are fixed: add the backport <release branch> label
  • The documentation website 📚 has received the love it deserves

Copy link
Contributor

github-actions bot commented Feb 26, 2025

Affected libs: api-metadata-converter,
Affected apps: metadata-converter,

  • 🚀 Build and deploy storybook and demo on GitHub Pages
  • 📦 Build and push affected docker images

Copy link
Contributor

github-actions bot commented Feb 26, 2025

📷 Screenshots are here!

@coveralls
Copy link

coveralls commented Feb 26, 2025

Coverage Status

coverage: 83.795% (-1.0%) from 84.811%
when pulling d013e31 on GSIGNGPF-39-feature-catalog-embedded
into b51c2cb on main.

Copy link
Member

@jahow jahow left a comment

Choose a reason for hiding this comment

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

Thank you for the work so far. I've made detailed comments on your PR since this is I think your first on the project :)

Let me know if you need any guidance or clarification.

@@ -2363,6 +2363,7 @@ describe('Gn4Converter', () => {
isPublishedToAll: true,
id: '53583',
favoriteCount: 0,
featureTypes: [],
Copy link
Member

Choose a reason for hiding this comment

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

is there a way to get a test to show that this takes in the correct value? e.g. by changing the mock values used as input?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i don't know exactly what you mean, but there is a test which is base to test the extras.featureType describe('when extras feature catalog is defined ', () => {

and this one test can check that the extras.featureType is completed and there is object that we can show up

)
)
)
)
Copy link
Member

Choose a reason for hiding this comment

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

This needs a test I'm afraid! Although it should be quite straightforward.

...state,
error: { otherError, notFound },
featureCatalogLoading: false,
})
Copy link
Member

Choose a reason for hiding this comment

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

This also needs to be tested

@jahow jahow changed the title GSIGNGPF-39-load attribute descriptions embedded ( feature catalog) load attribute descriptions embedded ( feature catalog) Feb 26, 2025
@Guillaume-d-o
Copy link
Collaborator Author

@jahow i will report all unresolved comments on the other PR, we decided to merge both tickets in one PR to simplify and limit conflicts

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.

4 participants