From: Shane Jaroch Date: Fri, 12 Apr 2024 23:24:12 +0000 (-0400) Subject: add TODOs X-Git-Tag: v0.2.8.dev2~30 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=608c202975d684cab8ce8c9475718571117b4623;p=nutratech%2Fcli.git add TODOs --- diff --git a/ntclient/models/__init__.py b/ntclient/models/__init__.py index aac5015..af6629d 100644 --- a/ntclient/models/__init__.py +++ b/ntclient/models/__init__.py @@ -31,7 +31,9 @@ class Recipe: """ Parses out the raw CSV input read in during self.__init__() TODO: test this with an empty CSV file, one with missing or corrupt values - (e.g. empty or non-numeric grams or food_id) + (e.g. empty or non-numeric grams or food_id). + TODO: test with a CSV file that has duplicate recipe_id/uuid values. + TODO: how is the recipe home directory determined here? """ # Read into memory