Fix Dora score calculation and update DoraScore component #530
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.
This pull request includes several changes to fix the calculation of the Dora score and update the DoraScore component. The commits in this pull request address the following issues:
creates a new dora-score card
: This commit creates a new DoraScoreV2 component that replaces the existing DoraScore component. The new component includes updated logic for calculating the Dora score and displays the score in a more visually appealing way.fixes adaptations of deployment frequency metrics
: This commit fixes the adaptations of the deployment frequency metrics in the DoraScore component. It ensures that the correct deployment frequency values are used in the score calculation.removes redundant function
: This commit removes a redundant function that was no longer needed in the DoraScore component.fixes dora score
: This commit fixes the calculation of the Dora score in the getDoraScore function. It addresses issues with the calculation w.r.t to deployment frequencyScreen.Recording.2024-09-02.at.6.01.35.PM.mov
These changes improve the accuracy of the Dora score calculation and update the DoraScore component to reflect the changes.