mpizenberg/annotation-app

Smaller floating point precision for export

开放

#12 创建于 2018年4月22日

 (0 条评论) (0 个反应) (0 位负责人)Elm (3 个派生)auto 404
feature requestgood first issue

仓库指标

星标
 (31 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

For now, the exported Json contains unformatted floats with too many decimal places. It might be a good idea to round to integer or limit precision when exporting to Json to have smaller files.

Encoding code is located in file client/src/Data/Annotation.elm.

贡献者指南