From 592ebb53097cad1b5663c02e2a3f968494a5679c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 28 Jun 2023 16:07:30 -0500 Subject: [PATCH] Add detailed todos for next steps --- TODO.org | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/TODO.org b/TODO.org index ae9f9fb..34c7fe6 100644 --- a/TODO.org +++ b/TODO.org @@ -3,7 +3,18 @@ :CATEGORY: dev :END: -* Tasks [66%] [38/57] +* Tasks [0%] [0/0] +** TODO Database doesn't exist we crash :bug: +[[file:~/dev/church-presenter/src/rust/song_model.rs::.expect("Error loading songs");]] + +Need to handle the error and create the database in case it doesn't exist with the proper setup. + +*** TODO Let's copy it from the old comp to test +*** TODO Research diesel's ability to build the database for me +*** TODO Choose function to use +*** TODO Find proper error loading path that is earliest +*** TODO Create database +*** TODO Load rest of app ** TODO Figure out qml hot reload https://www.reddit.com/r/QtFramework/comments/11plifj/qhot_now_with_qt6_support/ ** TODO Switch to using rust only deletion functions.