timkolloch / tandoor_importer

A program to import food nutrients to a Tandoor instance
MIT License
1 stars 0 forks source link

made f32 to an Option<f32> #3

Closed timkolloch closed 2 months ago

timkolloch commented 2 months ago

Fixes #2 by making a property value of null possible in Tandoor. Sets 0.0 as a default. While this is only a temporary fix (as 0.0 is not a very good default value) I have set it on the roadmap to make overall handling of possible null values better