updating flake and todo

This commit is contained in:
Chris Cochrun 2025-08-06 09:13:35 -05:00
parent e52cc3eb29
commit 8de473519b
4 changed files with 12 additions and 6 deletions

View file

@ -4,10 +4,13 @@
:CATEGORY: dev
:END:
* Tasks [63%] [55/87]
* Tasks [62%] [55/88]
** TODO [#A] REWRITE FOR ALL RUST AND BUILD WITH CARGO
** TODO [#A] Plugin architecture with steel or some scheme as an extension language
** TODO [#A] Server client architecture
Found that making sure qmake comes from qt6.full in the flake helps a lot!
** TODO [#A] Move slides into service_items
I believe this will enable me to build things with much more simplicity. The service items contain slides anyway.
** TODO [#C] Plugin architecture with steel or some scheme as an extension language
** TODO [#C] Server client architecture
** TODO [#A] Organize and layout structure of rust code :maintenance:
Since building a lot of the rust code felt more like an experiment, I've not kept it very well organized. I need to go through each model and rust module and organize them well and then decide what needs to be publicly available or not.