diff options
| author | 2022-12-09 05:37:12 -0500 | |
|---|---|---|
| committer | 2022-12-09 11:37:12 +0100 | |
| commit | 477ae50933ab7447757752ec35bf898db287acff (patch) | |
| tree | 28750a1aea3cda180ca1461cfad7ea130c22bba1 /ROADMAP.md | |
| parent | [chore] move caches to a separate State{} structure (#1078) (diff) | |
| download | gotosocial-477ae50933ab7447757752ec35bf898db287acff.tar.xz | |
[feature] Allow users to create + delete bookbarks, and view bookmarked statuses (#1168)
* Implement Bookmarks
* Update based on review comments
* Update swagger doc
* Fix argument passing to status.Bookmark
* Update changed test
* Updates based on latest PR review
Diffstat (limited to 'ROADMAP.md')
| -rw-r--r-- | ROADMAP.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ROADMAP.md b/ROADMAP.md index 937f1bb9d..3acab31bd 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -152,8 +152,8 @@ Crossed out - will not be implemented / will be stubbed only. - [ ] /api/v1/statuses/:id/unmute POST (Unmute notifications on a status) - [ ] /api/v1/statuses/:id/pin POST (Pin a status to profile) - [ ] /api/v1/statuses/:id/unpin POST (Unpin a status from profile) - - ~~/api/v1/statuses/:id/bookmark POST (Bookmark a status)~~ - - ~~/api/v1/statuses/:id/unbookmark POST (Undo a bookmark)~~ + - [x] /api/v1/statuses/:id/bookmark POST (Bookmark a status) + - [x] /api/v1/statuses/:id/unbookmark POST (Undo a bookmark) - [x] Media - [x] /api/v1/media POST (Upload a media attachment) - [x] /api/v1/media/:id GET (Get a media attachment) @@ -242,8 +242,8 @@ Crossed out - will not be implemented / will be stubbed only. - ~~Suggestions~~ - ~~/api/v1/suggestions GET (Get suggested accounts to follow)~~ - ~~/api/v1/suggestions/:account_id DELETE (Delete a suggestion)~~ - - ~~Bookmarks~~ - - ~~/api/v1/bookmarks GET (See bookmarked statuses)~~ + - [x] Bookmarks + - [x] /api/v1/bookmarks GET (See bookmarked statuses) ### Non-API tasks |
