Skip to content

Implement Update Project Endpoint #41

@ayshadogo

Description

@ayshadogo

Description:
Allow creators to update their project details.

Tasks:

  • Create PATCH /projects/:id endpoint
  • 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

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions