diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-28 16:24:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-28 16:24:24 -0700 |
commit | 8ce259591542af0ba1c17c5435cc8844a9fbed7f (patch) | |
tree | c25343a98df2d10058d4016d02266ca6e79e0a3b /adenosine-tauri-gui | |
parent | c7ac6c415565a09b2250218ccc53f17bdb01b256 (diff) | |
download | adenosine-8ce259591542af0ba1c17c5435cc8844a9fbed7f.tar.gz adenosine-8ce259591542af0ba1c17c5435cc8844a9fbed7f.zip |
plan.txt and TODO file cleanup
Diffstat (limited to 'adenosine-tauri-gui')
-rw-r--r-- | adenosine-tauri-gui/plan.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/adenosine-tauri-gui/plan.txt b/adenosine-tauri-gui/plan.txt new file mode 100644 index 0000000..cad37fc --- /dev/null +++ b/adenosine-tauri-gui/plan.txt @@ -0,0 +1,14 @@ +tauri GUI proof of concept: +- build on CLI utils? +- store config as TOML (serlialized) in some XDG location +- views: + => initial config (register/login) + => home (feed) + => notifications + => settings (profile, auth) + => author view (profile, feed, followers, following) + => create post +- buttons/actions: + => like + => follow +- could try htmx with only 'get' requests to pass args? |