From 89afcb446fc8192f34f4c8176961e1eef5179c98 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 25 Oct 2023 09:35:54 -0500 Subject: [PATCH] updates to todo --- TODO.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.org b/TODO.org index 653f411..6b5f182 100644 --- a/TODO.org +++ b/TODO.org @@ -103,11 +103,11 @@ This is now a much higher priority since I need to get this done before a lot of Maybe the first approach is to scan through the rest of the C++ code and see what I can easily move to rust fast. Things like moving items are a more involved set of steps. Start with select, deselect, select_items, and deactivate. Then either move onto save or move things... -- [-] Select -- [-] Activate -- [ ] Deselect +- [X] Select +- [X] Activate +- [X] Deselect - [ ] Select Items -- [ ] Deactivate +- [X] Deactivate - [X] Load - [X] Save *** TODO Deployment