update todo
This commit is contained in:
parent
473f4aaa34
commit
ddd1a42309
1 changed files with 5 additions and 5 deletions
10
TODO.org
10
TODO.org
|
|
@ -1,11 +1,6 @@
|
|||
#+TITLE: The Task list for Lumina
|
||||
|
||||
|
||||
* TODO [#A] Need to fix tests now that the basic app is working
|
||||
Lots of them have been tweaked to be completing now, but there is more work to do and several need to likely be a lot more robust.
|
||||
|
||||
Still failing 4 tests, all to do with the db or lisp. I might throw out the lisp code at some point tho. I keep thinking that a better alternative would be to have a markdown serialization system such that you can write slides in markdown somehow and they would be able to be loaded.
|
||||
|
||||
* TODO [#A] Need to fixup how songs are edited in the editors
|
||||
Currently the song is cloned many times to pass around and then finally get updated in DB. Instead, we need to edit the song directly in the editor and after it's been changed appropriatel, run the update_song method to get the current song and create slides from it and then update it in the DB.
|
||||
|
||||
|
|
@ -62,6 +57,11 @@ Reordering is finished
|
|||
** DONE SongEditor
|
||||
** DONE Presenter
|
||||
|
||||
* DONE [#A] Need to fix tests now that the basic app is working
|
||||
Lots of them have been tweaked to be completing now, but there is more work to do and several need to likely be a lot more robust.
|
||||
|
||||
Still failing 4 tests, all to do with the db or lisp. I might throw out the lisp code at some point tho. I keep thinking that a better alternative would be to have a markdown serialization system such that you can write slides in markdown somehow and they would be able to be loaded.
|
||||
|
||||
* DONE Move text_generation function to be asynchronous so that UI doesn't lock up during song editing.
|
||||
* DONE [#A] Make sure updating verse updates the lyrics too
|
||||
[[file:~/dev/lumina-iced/src/core/songs.rs::old_verse = verse;]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue