a mini social media app for small communities
1# todo 2 3> i use `:` to denote categories 4 5## in-progress 6 7- [ ] post:replies 8 9## planing 10 11- [ ] post:tags ('hashtags') 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- [ ] ~~site:stylesheet (and a toggle for html-only mode)~~ 34 - replaced with per-user optional stylesheets 35- [x] site:message of the day (admins can add a welcome message displayed on index.html)