updating TODO.org

This commit is contained in:
Chris Cochrun 2023-04-14 08:56:45 -05:00
parent 0db19df3ea
commit f2b1fdd4a6

View file

@ -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. **** 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. **** 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. 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 *** TODO Deployment
- [ ] Linux - [ ] 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. 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.