Page MenuHomePhabricator

When summing points on a workboard, display sum with same precision as most-precise value
ClosedPublic

Authored by epriestley on Sep 27 2016, 4:31 PM.
Tags
None
Referenced Files
F18822426: D16601.diff
Thu, Oct 23, 6:39 AM
F18788010: D16601.id39964.diff
Wed, Oct 15, 2:29 AM
F18769225: D16601.id39965.diff
Wed, Oct 8, 6:53 AM
F18643698: D16601.diff
Sep 19 2025, 3:05 AM
F18192472: D16601.id39965.diff
Aug 17 2025, 4:14 AM
F18120839: D16601.id39964.diff
Aug 13 2025, 10:47 AM
F18111933: D16601.id.diff
Aug 12 2025, 2:44 PM
F18108528: D16601.diff
Aug 11 2025, 7:26 AM
Subscribers
None

Details

Summary

Fixes T11703. This mostly avoids rounding errors.

If point values include "0.001", we also get three digits of precision: 1.000.

Maybe useful if your point field is called "bitcoins" or something.

Test Plan

Before:

Screen Shot 2016-09-27 at 9.21.16 AM.png (404×319 px, 19 KB)

After:

Screen Shot 2016-09-27 at 9.29.05 AM.png (497×968 px, 51 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to When summing points on a workboard, display sum with same precision as most-precise value.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Sep 27 2016, 4:36 PM
This revision was automatically updated to reflect the committed changes.