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
F14060126: D16601.diff
Sun, Nov 17, 11:28 PM
F14047809: D16601.diff
Thu, Nov 14, 5:21 AM
F14034200: D16601.diff
Sat, Nov 9, 10:46 PM
F14020668: D16601.diff
Wed, Nov 6, 1:27 AM
F14018386: D16601.id39964.diff
Tue, Nov 5, 11:08 AM
F14009391: D16601.diff
Wed, Oct 30, 4:07 PM
F14005172: D16601.diff
Sun, Oct 27, 8:24 AM
F13983328: D16601.diff
Sun, Oct 20, 5:43 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.