2020-11-15 plus updates to plan

This commit is contained in:
2020-11-15 00:53:10 +01:00
parent c88bad2635
commit 5ce80c5da2
2 changed files with 24 additions and 12 deletions
+19 -12
View File
@@ -10,6 +10,7 @@ As you might know by now, an Agora is a beast with multiple legs:
This page is about both, although it's probably going to be [[Agora Server]] heavy as I'm currently focused on developing features for it.
## Latest
- [[2020-11-15]] released [[agora 0.5.1]].
- Moved prod (uwsgi) serving off my user into 'agora'.
- dev environment is now available (when up) at http://dev.anagora.org.
- Moved both dev and prod to separate 'agora' and 'agora-server' repos.
@@ -23,15 +24,12 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
- [ ] [[titushora]] [[FR]]: make the [[Agora]] look like this: https://twitter.com/TitusHora/status/1325147589197484036
## Next
- [x] Add user handler: /u
- /u/flancian -> all nodes by flancian
- /node/flancia/u/flancian -> flancia by flancian
- Also added @flancian. Shorter is better, and it's a common convention.
- perhaps /g/ for groups later? or /s/ for stoa.
- [ ] Add support for media serving (useful for pictures of [[ocell]]).
- assets/foo end up at node/assets/foo; just adding a handler for node/assets/ seems like it could be enough.
- It would conflict with a node named 'assets' though, so perhaps it's not ideal.
- Perhaps it'd be better to just serve images/media as subnodes?
- [ ] better css
- [ ] Add 'dark mode' to the Agora, I like this kind of scheme: https://twitter.com/ablueaeshna/status/1323439284272222208/photo/1
- [ ] add some search support -- a simple textbox + post should work
- [ ] add fuzzy matching -- probably good complement to search
- [ ] could help with disambiguation and acronym expansion
- [ ] add /latest or some other chronological view
- [ ] User profiles: perhaps just note [[flancian]] as written by user [[flancian]]? Unsure.
- [[s5bug]] suggested using [[README]] in gardens for this. Makes sense.
- [ ] Add 'link to this note'.
@@ -43,12 +41,20 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
- 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
- [ ] Implement search (full text).
- [x] Add config.py file with things such as paths.
- [ ] Add support for media serving (useful for pictures of [[ocell]]).
- assets/foo end up at node/assets/foo; just adding a handler for node/assets/ seems like it could be enough.
- It would conflict with a node named 'assets' though, so perhaps it's not ideal.
- Perhaps it'd be better to just serve images/media as subnodes?
- [ ] Add monitoring/alerting.
- [ ] Make the index be just another note [[ding-levery]].
- [ ] Clean up stale journal pages which don't follow [[iso 8601]].
- [x] Add config.py file with things such as paths.
- [x] Add user handler: /u
- /u/flancian -> all nodes by flancian
- /node/flancia/u/flancian -> flancia by flancian
- Also added @flancian. Shorter is better, and it's a common convention.
- perhaps /g/ for groups later? or /s/ for stoa.
## Some day:
- Support [[Roam]], [[Athens]], [[org-roam]] digital gardens.
@@ -63,13 +69,14 @@ This page is about both, although it's probably going to be [[Agora Server]] hea
[//begin]: # "Autogenerated link references for markdown compatibility"
[agora]: agora "Agora"
[anagora]: anagora "Anagora"
[2020-11-15]: journal/2020-11-15 "2020-11-15"
[pen-coded]: pen-coded "Pen Coded"
[arghzero]: arghzero "Arghzero"
[titushora]: titushora "Titushora"
[ocell]: ocell "Ocell"
[flancian]: flancian "Flancian"
[s5bug]: s5bug "S5bug"
[README]: README "Flancian's digital garden"
[ocell]: ocell "Ocell"
[ding-levery]: ding-levery "Ding Levery"
[iso 8601]: iso-8601 "Iso 8601"
[org-roam]: org-roam "Org Roam"
+5
View File
@@ -0,0 +1,5 @@
# 2020-11-15
- Start the day by taking a look at:
- [[daily]]
- [[agora plan]]