This commit is contained in:
Chris Cochrun 2023-05-19 16:24:13 -05:00
parent ea74fda363
commit 9b097b1fb9

View file

@ -58,8 +58,10 @@ I'll need to make sure I'm removing the right slide after a serviceItem is remov
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? 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?
**** DONE Song Model **** DONE Song Model
This still needs ported to Rust. It'll be the hardest of the library models since it includes the song lyric parsing functions. This still needs ported to Rust. It'll be the hardest of the library models since it includes the song lyric parsing functions.
*** TODO serivce_item_model *** TODO [#A] serivce_item_model
This needs to get ported to rust so that I can start adding more features to it soon. This is a blocker for the start and end times I believe This needs to get ported to rust so that I can start adding more features to it soon. This is a blocker for the start and end times I believe
This is now a much higher priority since I need to get this done before a lot of other things are even possible. Video times and presentation indexes will probably rely on this.
*** 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.