-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Description:
Allow creators to update their project details.
Tasks:
- Create
PATCH /projects/:idendpoint - Create
UpdateProjectDto - Verify user is project creator or admin
- Allow updates: description, images, story
- Prevent updates: goal, deadline (or require admin approval)
- Prevent updates if campaign ended
- Return updated project
Acceptance Criteria:
- Only creator or admin can update
- Critical fields require special approval
- Completed projects cannot be edited
- Returns 403 if not authorized
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels