Page MenuHomePhabricator

Formatter and parser for QuantityValue should support explicite bounds
Open, MediumPublic

Description

We need to support parsing and formatting quantities with explicitly given upper and lower bound (as opposed to just a margin of uncertainty, which is currently supported). While the margin notation is convenient, we need a way to represent and manipulate independent, explicit bounds.


Version: unspecified
Severity: normal
Whiteboard: quantityvalue, u=dev c=backend p=0

Details

Reference
bz56715

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:15 AM
bzimport set Reference to bz56715.
bzimport added a subscriber: Unknown Object (MLST).
Lydia_Pintscher removed a subscriber: Unknown Object (MLST).

Uncertainty should be described by a set of parameters: lower and upper bounds (not always similar), absolute or relative value and the calculation method. So we need 4 parameters to be able to specify correctly an uncertainty value.