-
Notifications
You must be signed in to change notification settings - Fork 38
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
Conversation
Affected libs:
|
📷 Screenshots are here! |
libs/common/domain/src/lib/repository/records-repository.interface.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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.
libs/common/domain/src/lib/repository/records-repository.interface.ts
Outdated
Show resolved
Hide resolved
@@ -2363,6 +2363,7 @@ describe('Gn4Converter', () => { | |||
isPublishedToAll: true, | |||
id: '53583', | |||
favoriteCount: 0, | |||
featureTypes: [], |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
) | ||
) | ||
) | ||
) |
There was a problem hiding this comment.
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, | ||
}) |
There was a problem hiding this comment.
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 i will report all unresolved comments on the other PR, we decided to merge both tickets in one PR to simplify and limit conflicts |
Description
This PR introduces [...]
Architectural changes
The following library now depends on [...]
Screenshots
[...]
Quality Assurance Checklist
breaking change
labelbackport <release branch>
label