This PR adds a new data_precision property to coverage configurations. This property's purpose is to let the frontend know how many decimal places to use when displaying data values for the respective coverage configuration.
This property can be set on a per coverage configuration basis on the admin section and is exposed as an additional property in the API at the /api/v2/coverages/coverage-configurations/{coverage_configuration_id} endpoint.
Image of this new property's editable form in the admin:
This PR adds a new
data_precision
property to coverage configurations. This property's purpose is to let the frontend know how many decimal places to use when displaying data values for the respective coverage configuration.This property can be set on a per coverage configuration basis on the admin section and is exposed as an additional property in the API at the
/api/v2/coverages/coverage-configurations/{coverage_configuration_id}
endpoint.Image of this new property's editable form in the admin:
And as included in the API: