mpizenberg/annotation-app

Smaller floating point precision for export

Open

#12 opened on Apr 22, 2018

 (0 comments) (0 reactions) (0 assignees)Elm (3 forks)auto 404
feature requestgood first issue

Repository metrics

Stars
 (31 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide