a mini social media app for small communities
1# todo
2
3> i use `:` to denote categories
4
5## in-progress
6
7- [x] post:search for posts
8 - [ ] filters:
9 ```
10 created-at:<date>
11 created-after:<date>
12 created-before:<date>
13 is:pinned
14 has-tag:<tag>
15 posted-by:<user>
16 !excluded-query
17 ```
18- [x] user:search for users
19 - [ ] filters:
20 ```
21 created-at:<date>
22 created-after:<date>
23 created-before:<date>
24 is:admin
25 ```
26- [ ] misc:replace `SEARCH *` with `SEARCH <column>`
27
28## planing
29
30> p.s. when initially writing "planing," i made a typo. it should be "planning."
31> however, i will not be fixing it, because it is funny.
32
33- [ ] post:add more embedded link handling! (discord, github, gitlab, codeberg, etc)
34- [ ] user:follow other users (send notifications on new posts)
35- [ ] site:webhooks
36 - could be used so that a github webhook can send a message when a new commit is pushed to beep!
37- [ ] site:log new accounts, account deletions, etc etc in an admin-accessible site log
38 - this should be set up to only log things when an admin enables it in the site config, so as to only log when necessary
39- [ ] site:implement a database keep-alive system
40
41## ideas
42
43- [ ] user:per-user post pins
44 - could be used as an alternative for a bio to include more information perhaps
45- [ ] site:rss feed?
46
47## done
48
49- [x] user:nicknames
50- [x] user:bio/about me
51- [x] user:listed pronouns
52- [x] user:notifications
53- [x] user:deletion
54- [x] user:change password
55- [x] user:change username
56- [x] post:likes/dislikes
57- [x] post:mentioning ('tagging') other users in posts
58 - [x] post:mentioning:who mentioned you (send notifications when a user mentions you)
59- [x] post:editing
60- [x] post:replies
61- [x] post:tags ('hashtags')
62- [x] post:embedded links (links added to a post will be embedded into the post
63as images, music links, etc)
64 - should have special handling for spotify, apple music, youtube,
65 discord, and other common links. we want those ones to look fancy!
66- [x] post:saving (add the post to a list of saved posts that a user can view later)
67- [x] site:message of the day (admins can add a welcome message displayed on index.html)
68
69## graveyard
70
71- [ ] ~~post:images (should have a config.maple toggle to enable/disable)~~
72 - replaced with post:embedded links
73- [ ] ~~site:stylesheet (and a toggle for html-only mode)~~
74 - replaced with per-user optional stylesheets