Multiple changes and improvements

* Base and NicotineBase separated
* Importer bugfixed
* Mixer improved
This commit is contained in:
2019-07-09 02:10:56 +02:00
parent 6e662f0263
commit 922d9f09dd
14 changed files with 302 additions and 44 deletions

9
tests/data/recipe1.json Normal file
View File

@ -0,0 +1,9 @@
{
"recipe": "Recipe 1",
"author": "Noccy",
"tags": [ "foo", "bar" ],
"ingredients": [
{ "flavor":"Flavor A", "brand":"Brand A", "percent":3 },
{ "flavor":"Flavor B", "brand":"Brand B", "percent":2 }
]
}