mpizenberg/annotation-app
Smaller floating point precision for export
Aberta
#12 aberto em 22 de abr. de 2018
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.