From f2b1fdd4a696ab479f9a9f635c8e564963dc5825 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 14 Apr 2023 08:56:45 -0500 Subject: [PATCH] updating TODO.org --- TODO.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.org b/TODO.org index 755c782..6d24cd7 100644 --- a/TODO.org +++ b/TODO.org @@ -43,6 +43,10 @@ I think i need deletion functions in all models **** DONE Items in library with missing videos or images don't show any helpful UI. **** TODO Now there are bugs related to switch the slideModel in C++ to slide_model in Rust. I'll need to make sure I'm removing the right slide after a serviceItem is removed and then move them as well. +**** TODO slide_model.rs doesn't move slides right yet +[[file:~/dev/church-presenter/src/rust/slide_model.rs::for (i, slide) in slides_iter.clone().enumerate() {]] + +Either their index in the vector is wrong or their service_item_id is wrong. So my next approach will be to move slides individually rather than all at once? *** TODO Deployment - [ ] Linux Need to figure out if I can use Nix to deploy in various fashions. Maybe I'll need to handcraft my own things for Arch, flatpak, and or snap.