Conversation
What was broken Development challenge history cards could render without placement or rating even when the same challenge had those display values under a configured rating path such as DATA_SCIENCE / AI Engineering. Root cause (if identifiable) The stats history response grouped duplicate challenge rows by track and type without sharing display fields between the source-track row and the rating-path row. Profile pages that displayed the source-track history saw the metadata-only row and rendered blank stats. What was changed The unified stats history response now backfills only missing placement and newRating values from another history row with the same challenge id. Existing values are preserved, so a source-track rating is not overwritten by a rating-path rating. Any added/updated tests Added a stats history unit test covering duplicate Development / Challenge and DATA_SCIENCE / AI Engineering rows, including preserving an existing Development rating while copying missing placement.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was broken
Development challenge history cards could render without placement or rating even when the same challenge had those display values under a configured rating path such as DATA_SCIENCE / AI Engineering.
Root cause (if identifiable)
The stats history response grouped duplicate challenge rows by track and type without sharing display fields between the source-track row and the rating-path row. Profile pages that displayed the source-track history saw the metadata-only row and rendered blank stats.
What was changed
The unified stats history response now backfills only missing placement and newRating values from another history row with the same challenge id. Existing values are preserved, so a source-track rating is not overwritten by a rating-path rating.
Any added/updated tests
Added a stats history unit test covering duplicate Development / Challenge and DATA_SCIENCE / AI Engineering rows, including preserving an existing Development rating while copying missing placement.
Validation run: