[FRONT] fix(ui): update subsidy transparency score display#490
Merged
jb-delafosse merged 3 commits intomainfrom Jan 21, 2026
Merged
[FRONT] fix(ui): update subsidy transparency score display#490jb-delafosse merged 3 commits intomainfrom
jb-delafosse merged 3 commits intomainfrom
Conversation
Update the display ranges to match the new scoring logic: - B: 50%-95% (was 75%-95%) - C: 25%-50% (was 50%-75%) - D: 0%-25% (was 25%-50%) - E: 0% or >105% (was <40%, also fixing existing bug) no_jira
Update the hardcoded scoring grid to reflect new thresholds: - B: De 50% à 95% - C: De 25% à 50% - D: De 0% à 25% - E: 0% - Aucune donnée ou plus de 105% no_jira
Update the explanatory text to accurately describe the scoring: - Fix pre-existing bug: was showing "40%" instead of correct threshold - Now correctly states E corresponds to 0% (no usable data) no_jira
Contributor
✅ Review app deployedCheck how your changes look like!
|
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.
Summary
Update the frontend display to reflect the new subsidy transparency scoring thresholds.
Changes
SCORE_TO_RANGEwith new percentage rangesNew scoring display
Test plan
Related