You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Proposal score calculation, add rounding to 1 decimal place | NPG-8046 (#611)
# Description
Updated proposal community score calculation, add rounding to 1 decimal
place.
So now with the previous calculation result is `5.799999999999999` it
will be rounded to `5.8`,
and if result is `5.449999999999999` to `5.4`.
## Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
## How Has This Been Tested?
- [ ] weighted_score_test_2
- [ ] weighted_score_test_3
0 commit comments