todo
This commit is contained in:
parent
8efabbdf68
commit
085ede2e04
1 changed files with 3 additions and 1 deletions
4
TODO.org
4
TODO.org
|
@ -3,7 +3,7 @@
|
||||||
:CATEGORY: dev
|
:CATEGORY: dev
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
* Tasks [66%] [35/53]
|
* Tasks [62%] [35/56]
|
||||||
|
|
||||||
** TODO Start planning out what a 1.0 release would look like and decide how to get there :roadmap:
|
** TODO Start planning out what a 1.0 release would look like and decide how to get there :roadmap:
|
||||||
A 1.0 release may be achievable soon as long as I can figure out what is good to have in and what isn't. Then figure out what outstanding bugs and odd workflows exist and fix them. Then figure out deploying the package to various distros, windows, and mac.
|
A 1.0 release may be achievable soon as long as I can figure out what is good to have in and what isn't. Then figure out what outstanding bugs and odd workflows exist and fix them. Then figure out deploying the package to various distros, windows, and mac.
|
||||||
|
@ -72,6 +72,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.
|
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.
|
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 [#A] Make things not rely on my own machine. :bug:
|
||||||
|
Right now some of the paths are hardcoded and I need to fix that very fast so that everything will work on other machines.
|
||||||
** TODO [#B] start and end times for videos :feature:
|
** TODO [#B] start and end times for videos :feature:
|
||||||
This is something I couldn't get right in my head and plans and I hope rust will help me to solve it.
|
This is something I couldn't get right in my head and plans and I hope rust will help me to solve it.
|
||||||
** TODO A busy indicator while deleting library items :feature:ui:
|
** TODO A busy indicator while deleting library items :feature:ui:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue