Deleting posts #7

Closed
opened 2024-07-03 00:25:11 +00:00 by ari · 1 comment
Owner

users should be able to delete their own posts.

the ability to delete a post should be determined by comparing the post author's user ID with that of the client user. the option to delete a post could be provided through a dedicated button in the action bar, or a drop-down "more" option. this resembles the flow of #6, and could be listed alongside the option to edit a post.

deleting a post should first prompt the user to confirm their decision to delete their post, and if confirmed, send the request to the mastodon API (DELETE /api/v1/statuses/:id).

users should be able to delete their own posts. the ability to delete a post should be determined by comparing the post author's user ID with that of the client user. the option to delete a post could be provided through a dedicated button in the action bar, or a drop-down "more" option. this resembles the flow of #6, and could be listed alongside the option to edit a post. deleting a post should first prompt the user to confirm their decision to delete their post, and if confirmed, send the request to the mastodon API (`DELETE /api/v1/statuses/:id`).
ari added the
feature
label 2024-07-03 00:25:11 +00:00
ari added this to the v1.0 project 2024-07-03 00:25:11 +00:00
ari self-assigned this 2024-07-05 14:28:14 +00:00
ari referenced this issue from a commit 2024-07-07 11:57:22 +00:00
Author
Owner

ideally this will be tucked into the "more" button later, but the functionality now exists 👍

ideally this will be tucked into the "more" button later, but the functionality now exists 👍
ari closed this issue 2024-07-07 11:57:57 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: blisstown/campfire#7
No description provided.