From 608c202975d684cab8ce8c9475718571117b4623 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 12 Apr 2024 19:24:12 -0400 Subject: [PATCH] add TODOs --- ntclient/models/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.52.0