a mini social media app for small communities
1# todo
2
3> i use `:` to denote categories
4
5## in-progress
6
7- [ ] post:mentioning ('tagging') other users in posts
8
9## planing
10
11- [ ] post:replies
12- [ ] post:tags ('hashtags')
13- [ ] post:images (should have a config.maple toggle to enable/disable)
14- [ ] post:saving (add the post to a list of saved posts that a user can view later)
15- [ ] user:deletion
16
17## ideas
18
19- [ ] user:per-user post pins
20 - could be used as an alternative for a bio to include more information perhaps
21
22## done
23
24- [x] user:nicknames
25- [x] user:bio/about me
26- [x] user:listed pronouns
27- [x] post:likes/dislikes
28- [ ] ~~site:stylesheet (and a toggle for html-only mode)~~
29 - replaced with per-user optional stylesheets
30- [x] site:message of the day (admins can add a welcome message displayed on index.html)