diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -43,12 +43,12 @@ Refer to mastodon changelog and API docs for details when implementing, add or m | |||
43 | ----- | 43 | ----- |
44 | * [x] Add support for incoming edited posts | 44 | * [x] Add support for incoming edited posts |
45 | * [x] Add notifications for posts deleted by moderators <- by email. not actually API relevant. | 45 | * [x] Add notifications for posts deleted by moderators <- by email. not actually API relevant. |
46 | * [ ] Add explore page with trending posts and links | 46 | * [x] Add explore page with trending posts and links |
47 | * [ ] Add graphs and retention metrics to admin dashboard | 47 | * [ ] Add graphs and retention metrics to admin dashboard |
48 | * [ ] Add GET /api/v1/accounts/familiar_followers to REST API | 48 | * [ ] Add GET /api/v1/accounts/familiar_followers to REST API |
49 | * [ ] Add POST /api/v1/accounts/:id/remove_from_followers to REST API | 49 | * [ ] Add POST /api/v1/accounts/:id/remove_from_followers to REST API |
50 | * [ ] Add category and rule_ids params to POST /api/v1/reports IN REST API | 50 | * [x] Add category and rule_ids params to POST /api/v1/reports IN REST API |
51 | * [ ] Add global lang param to REST API | 51 | * [x] Add global lang param to REST API |
52 | * [x] Add types param to GET /api/v1/notifications in REST API | 52 | * [x] Add types param to GET /api/v1/notifications in REST API |
53 | * [x] Add notifications for moderators about new sign-ups | 53 | * [x] Add notifications for moderators about new sign-ups |
54 | * [ ] v2 admin account api | 54 | * [ ] v2 admin account api |
@@ -66,4 +66,4 @@ General improvements that would be good to do before doing another release: | |||
66 | * [x] Fix the CI | 66 | * [x] Fix the CI |
67 | * [ ] Get test coverage like, real high | 67 | * [ ] Get test coverage like, real high |
68 | * [x] Add all those streaming events?? | 68 | * [x] Add all those streaming events?? |
69 | * [ ] Document return values | 69 | * [ ] Document return values (skipping this for a bit to then do it at the end with tooling) |