aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-tauri-gui
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-28 16:24:24 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-28 16:24:24 -0700
commit8ce259591542af0ba1c17c5435cc8844a9fbed7f (patch)
treec25343a98df2d10058d4016d02266ca6e79e0a3b /adenosine-tauri-gui
parentc7ac6c415565a09b2250218ccc53f17bdb01b256 (diff)
downloadadenosine-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.txt14
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?