mpizenberg/annotation-app

Smaller floating point precision for export

Offen

#12 geöffnet am 22.04.2018

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elm (3 Forks)auto 404
feature requestgood first issue

Repository-Metriken

Stars
 (31 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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