From e9980c3b7a9323e78682c0ced140d7636a5ecc1f Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 22 Dec 2023 19:04:11 -0500 Subject: [PATCH] add todo note about what to make nnest into --- ntclient/core/nnest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ntclient/core/nnest.py b/ntclient/core/nnest.py index 66dfc4d..515ca48 100644 --- a/ntclient/core/nnest.py +++ b/ntclient/core/nnest.py @@ -3,6 +3,10 @@ Created on Sat Aug 29 19:43:55 2020 @author: shane + +@todo +Think about all the use cases for the "nested" nutrient tree. Analyzing a recipe, +a food, meal. How to display the data, or filter, reverse search, sort, etc. """ -- 2.52.0