Editing posts #6

Open
opened 2024-07-03 00:22:46 +00:00 by ari · 0 comments
ari commented 2024-07-03 00:22:46 +00:00 (Migrated from forge.arimelody.space)

users should be able to edit their own posts.

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

editing a post should involve a compose box (see #5), pre-populated with the content of the post (parsing this back from HTML provided by the mastodon API will need to be figured out). publishing the post should send all changes to the mastodon API (PUT /api/v1/statuses/:id).

users should be able to edit their own posts. the ability to edit a post should be determined by comparing the post author's user ID with that of the client user. the option to edit a post could be provided through a dedicated button in the action bar, or a drop-down "more" option. editing a post should involve a compose box (see #5), pre-populated with the content of the post (parsing this back from HTML provided by the mastodon API will need to be figured out). publishing the post should send all changes to the mastodon API (`PUT /api/v1/statuses/:id`).
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#6
No description provided.