Add/Remove Blog #3

Open
opened 2025-06-02 09:17:29 -04:00 by muszyn · 0 comments
Owner

As an admin/power user
I want to be able to add/update/remove blogs

  • Backend endpoint for DELETE/POST
DELETE /blogs/{author}/{title}
POST /blogs/{author}/{title}
PATCH /blogs/{author}/{title}
  • Only posters/admins should be able to view the 'create blog' button.
  • Only admins should be able to delete ANY blogs.
  • Only posters of their own blogs, should be able to delete their blogs.
  • Button for creation on the Blog Page
  • 3 dots for options on each card.
  • Edit/Delete should be the options on each card.
As an admin/power user I want to be able to add/update/remove blogs - Backend endpoint for DELETE/POST ``` DELETE /blogs/{author}/{title} POST /blogs/{author}/{title} PATCH /blogs/{author}/{title} ``` - Only posters/admins should be able to view the 'create blog' button. - Only admins should be able to delete ANY blogs. - Only posters of their own blogs, should be able to delete their blogs. - Button for creation on the Blog Page - 3 dots for options on each card. - Edit/Delete should be the options on each card.
muszyn added the enhancement label 2025-06-02 09:17:29 -04:00
muszyn self-assigned this 2025-06-02 09:17:29 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: muszyn/talks-site#3