31 lines
704 B
Org Mode
31 lines
704 B
Org Mode
|
* Todos
|
||
|
** Starter boilerplate
|
||
|
*** [X] Server: Axum
|
||
|
**** [X] Typed routes via macro
|
||
|
**** [X] Nested Router
|
||
|
**** [X] Fallbacks
|
||
|
*** [X] "embd tmpl": Maud
|
||
|
*** [ ] "html tmpl": minijinja
|
||
|
- only index yaml for now, test in app wether inline or external templates feel better
|
||
|
*** [ ] CSS Basic
|
||
|
- UnoCSS
|
||
|
- daisyUI?
|
||
|
*** [ ] UI framework
|
||
|
- data* js basic
|
||
|
- data* axum sdk
|
||
|
*** [ ] Asset bundle testing
|
||
|
*** [ ] DB
|
||
|
- SqlX/SurrealDB?
|
||
|
** Basic streaming chat
|
||
|
- build with inline html via maud
|
||
|
*** Stream same token in loop
|
||
|
*** ???
|
||
|
*** Finish
|
||
|
** Basic Proxy Settings
|
||
|
- build with jinja templates
|
||
|
** Markdown streaming chat
|
||
|
*** Moar Feats
|
||
|
**** Tauri webview/wry?
|
||
|
**** Jinja tmplts for models ??
|
||
|
**** Proxy integration ?
|