update todo

This commit is contained in:
Chris Cochrun 2023-04-17 21:29:05 -05:00
parent a93aa37d53
commit bc2ff3d4fc

View file

@ -63,6 +63,8 @@ All of the models need to be editable from the outside so that the editor pages
Songs will be the hardest so I'll save them for last. They are not even using the rust models yet anyway. The key that I figured out is that instead of relying on the proxy model to map to the appropriate id inside the rust model. I'll store an id in the sqlite database and use that as a way to find each item. I'll need to keep tinkering with the best way to do that as right now I looped through all the items and that may get inefficient as models grow.
Another big blocker in this process is to make sure that all properties are accessed appropriately on the QML side. I need to update a lot of QML code yet.
**** TODO start and end times for videos
This is something I couldn't get right in my head and plans and I hope rust will help me to solve it.
*** 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.