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)
Apr 1 2026, 9:23 AM
Unknown Object (File)
Mar 26 2026, 5:01 AM
Unknown Object (File)
Mar 2 2026, 6:00 PM
Unknown Object (File)
Feb 6 2026, 12:28 AM
Unknown Object (File)
Nov 29 2025, 12:36 PM
Unknown Object (File)
Nov 28 2025, 6:49 AM
Unknown Object (File)
Nov 12 2025, 8:50 AM
Unknown Object (File)
Nov 11 2025, 10:21 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.