-
Notifications
You must be signed in to change notification settings - Fork 0
Feedbacks #1
Copy link
Copy link
Open
Description
gharneeyart
opened on Aug 17, 2025
Issue body actions
- Redundant Create Endpoint: A separate “create post by admin” endpoint is unnecessary since both users and admins should be able to create posts through the same endpoint, with role-based rules applied where necessary.
- Update Requires All Fields: Your update functionality currently requires all fields to be filled in, which is restrictive. For better usability, consider using partial updates (PATCH) so users can update only the fields they need.
- Duplicate Update Endpoints: You have both editPost (PATCH) and updatePost (PUT) endpoints, but they serve the same purpose. It’s better to keep just one consistent approach (usually PATCH for partial updates or PUT for full replacement).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels