From bc2ff3d4fcddcc1e5fa18f6f6fccc9eac0d66051 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 17 Apr 2023 21:29:05 -0500 Subject: [PATCH] update todo --- TODO.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.org b/TODO.org index 70579a9..8236deb 100644 --- a/TODO.org +++ b/TODO.org @@ -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.