a mini social media app for small communities
1# todo
2
3> i use `:` to denote categories
4
5## in-progress
6
7## planing
8
9> p.s. when initially writing "planing," i made a typo. it should be "planning."
10> however, i will not be fixing it, because it is funny.
11
12- [ ] post:images (should have a config.maple toggle to enable/disable)
13- [ ] post:saving (add the post to a list of saved posts that a user can view later)
14- [ ] user:change password
15- [ ] user:change username
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] user:notifications
28- [x] user:deletion
29- [x] post:likes/dislikes
30- [x] post:mentioning ('tagging') other users in posts
31 - [x] post:mentioning:who mentioned you (send notifications when a user mentions you)
32- [x] post:editing
33- [x] post:replies
34- [x] post:tags ('hashtags')
35- [ ] ~~site:stylesheet (and a toggle for html-only mode)~~
36 - replaced with per-user optional stylesheets
37- [x] site:message of the day (admins can add a welcome message displayed on index.html)