+24
-6
doc/todo.md
+24
-6
doc/todo.md
···
4
4
5
5
## in-progress
6
6
7
-
- [ ] post:embedded links (links added to a post will be embedded into the post
8
-
as images, music links, etc)
9
-
- should have special handling for spotify, apple music, youtube,
10
-
discord, and other common links. we want those ones to look fancy!
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
+
```
11
26
12
27
## planing
13
28
···
15
30
> however, i will not be fixing it, because it is funny.
16
31
17
32
- [ ] post:saving (add the post to a list of saved posts that a user can view later)
18
-
- [ ] post:search for posts
19
-
- [ ] user:search for users
33
+
- [ ] post:add more embedded link handling! (discord, github, gitlab, codeberg, etc)
20
34
- [ ] user:follow other users (send notifications on new posts)
21
35
22
36
## ideas
···
40
54
- [x] post:editing
41
55
- [x] post:replies
42
56
- [x] post:tags ('hashtags')
57
+
- [x] post:embedded links (links added to a post will be embedded into the post
58
+
as images, music links, etc)
59
+
- should have special handling for spotify, apple music, youtube,
60
+
discord, and other common links. we want those ones to look fancy!
43
61
- [x] site:message of the day (admins can add a welcome message displayed on index.html)
44
62
45
63
## graveyard