mpizenberg/annotation-app

Smaller floating point precision for export

Aperta

#12 aperta il 22 apr 2018

 (0 commenti) (0 reazioni) (0 assegnatari)Elm (3 fork)auto 404
feature requestgood first issue

Metriche repository

Star
 (31 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor