mpizenberg/annotation-app

Smaller floating point precision for export

Aberta

#12 aberto em 22 de abr. de 2018

 (0 comentário) (0 reação) (0 responsável)Elm (3 forks)auto 404
feature requestgood first issue

Métricas do repositório

Stars
 (31 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador