updates to todo

This commit is contained in:
Chris Cochrun 2023-10-25 09:35:54 -05:00
parent 82c3b02075
commit 89afcb446f

View file

@ -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. 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... Start with select, deselect, select_items, and deactivate. Then either move onto save or move things...
- [-] Select - [X] Select
- [-] Activate - [X] Activate
- [ ] Deselect - [X] Deselect
- [ ] Select Items - [ ] Select Items
- [ ] Deactivate - [X] Deactivate
- [X] Load - [X] Load
- [X] Save - [X] Save
*** TODO Deployment *** TODO Deployment