update TODO.md

This commit is contained in:
Simon Gardling 2022-02-25 12:23:24 -05:00
parent 14fcfc8e54
commit 26a95d3dd5

View File

@ -4,12 +4,13 @@
3. Fix (very rare) crashes in parsing strings (`TextDecoder.decode: Decoding failed.`) 3. Fix (very rare) crashes in parsing strings (`TextDecoder.decode: Decoding failed.`)
4. Multiple functions in one graph. 4. Multiple functions in one graph.
- Backend support - Backend support
- Generation of data - Generation of data (Done)
- Management - Management
- Handle by IDs - Handle by IDs
- Integrals between functions - Integrals between functions
- UI - UI
- Dynamically create inputs - Dynamically create inputs (Done)
- Dynamically delete inputs
- Different colors - Different colors
- Better Handling of area and integrals - Better Handling of area and integrals
5. Non `y=` functions. 5. Non `y=` functions.