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

fix: rework category completeness computation #1276

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

shauke
Copy link
Collaborator

@shauke shauke commented Sep 15, 2022

so more complete data overwrites less complete one

  • categoryRef was missing for categories that should already have this information

PR Type

[x] Bugfix

What Is the Current Behavior?

For some category levels (second level) after the initial load of the category main navigation tree the categoryRef information is missing.
The information is part of the REST response but it is somehow not mapped/copied right to the state management.
After a category details call it is available in the state.

What Is the New Behavior?

Category Completeness Level is calculated considering more relevant response information to have better distinct completeness levels for merging the correct category information.

Does this PR Introduce a Breaking Change?

[x] No

Other Information

AB#79621

…verwrites less complete one

* categoryRef was missing for categories that should already have this information
@shauke shauke added this to the 3.1 milestone Sep 15, 2022
@shauke shauke self-assigned this Sep 15, 2022
@shauke shauke added the bug Something isn't working label Sep 15, 2022
@shauke shauke merged commit a6783cc into develop Sep 16, 2022
@shauke shauke deleted the bugfix/category_computeCompleteness branch September 16, 2022 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant