]> Nutra Git (v1) - nutratech/cli.git/commitdiff
add TODOs
authorShane Jaroch <chown_tee@proton.me>
Fri, 12 Apr 2024 23:24:12 +0000 (19:24 -0400)
committerShane Jaroch <chown_tee@proton.me>
Fri, 12 Apr 2024 23:24:52 +0000 (19:24 -0400)
ntclient/models/__init__.py

index aac5015dedeffffc4a81cf28d2ebc6cb93b504b0..af6629d4a6c980df87e0e027692d2cf06f6d4d43 100644 (file)
@@ -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