From 26a95d3dd583285cbf5e303c6ef0bd1b3f4e0e6f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 25 Feb 2022 12:23:24 -0500 Subject: [PATCH] update TODO.md --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index e896b66..99e2b88 100644 --- a/TODO.md +++ b/TODO.md @@ -4,12 +4,13 @@ 3. Fix (very rare) crashes in parsing strings (`TextDecoder.decode: Decoding failed.`) 4. Multiple functions in one graph. - Backend support - - Generation of data + - Generation of data (Done) - Management - Handle by IDs - Integrals between functions - UI - - Dynamically create inputs + - Dynamically create inputs (Done) + - Dynamically delete inputs - Different colors - Better Handling of area and integrals 5. Non `y=` functions. \ No newline at end of file