mpizenberg/annotation-app

Smaller floating point precision for export

Ouverte

#12 ouverte le 22 avr. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)Elm (3 forks)auto 404
feature requestgood first issue

Métriques du dépôt

Stars
 (31 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur