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
Unknown Object (File)
Thu, Apr 25, 2:25 AM
Unknown Object (File)
Sun, Apr 21, 12:50 PM
Unknown Object (File)
Wed, Apr 17, 4:36 PM
Unknown Object (File)
Feb 4 2024, 11:55 PM
Unknown Object (File)
Feb 3 2024, 12:06 PM
Unknown Object (File)
Jan 29 2024, 6:25 AM
Unknown Object (File)
Jan 24 2024, 11:24 PM
Unknown Object (File)
Jan 10 2024, 1:47 PM
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.