2020-11-05

This commit is contained in:
2020-11-05 00:20:40 +01:00
parent 47d036933e
commit 67e31810be
2 changed files with 11 additions and 1 deletions
+8 -1
View File
@@ -1,6 +1,6 @@
# Agora Plan # Agora Plan
I'll use this as a sort of inline project page for the Agora; a place to centralize TODOs, to begin with. I'll use this as a sort of inline project page for the [[agora]] implementation you're likely reading this in now: [[anagora]]. This'll be a place to centrally track lightly sorted TODOs, to begin with.
## Next: ## Next:
- Add user handler: /u - Add user handler: /u
@@ -8,6 +8,11 @@ I'll use this as a sort of inline project page for the Agora; a place to central
- /node/flancia/u/flancian -> flancia by flancian - /node/flancia/u/flancian -> flancia by flancian
- perhaps /g/ for groups later? or /s/ for stoa. - perhaps /g/ for groups later? or /s/ for stoa.
- User profiles: perhaps just note [[flancian]] as written by user [[flancian]]? Unsure. - User profiles: perhaps just note [[flancian]] as written by user [[flancian]]? Unsure.
- [[s5bug]] suggested using [[README]] in gardens for this. Makes sense.
- Multi user improvements:
- Better sorting (right now all my notes show up at the top, doesn't make sense).
- Ability to "zoom into" a user, to navigate just their garden for a while.
- Perhaps ability to "uprank" users, pinning their notes to the top of any sorting order.
- Add 'dark mode' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1 - Add 'dark mode' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1
- Implement search (full text). - Implement search (full text).
- Move uwsgi/prod serving off my user into 'agora'. - Move uwsgi/prod serving off my user into 'agora'.
@@ -23,6 +28,8 @@ I'll use this as a sort of inline project page for the Agora; a place to central
[//begin]: # "Autogenerated link references for markdown compatibility" [//begin]: # "Autogenerated link references for markdown compatibility"
[flancian]: flancian "Flancian" [flancian]: flancian "Flancian"
[s5bug]: s5bug "S5bug"
[README]: README "Flancian's digital garden"
[ding-levery]: ding-levery "Ding Levery" [ding-levery]: ding-levery "Ding Levery"
[iso 8601]: iso-8601 "Iso 8601" [iso 8601]: iso-8601 "Iso 8601"
[go links]: go-links "Go Links" [go links]: go-links "Go Links"
+3
View File
@@ -0,0 +1,3 @@
# 2020-11-05
- Will try to keep [[agora-plan]] up to date.