Skip to content

feat: project registration form at /projects/new (#316)#486

Open
AnnabelJoe wants to merge 1 commit into
dev-fatima-24:mainfrom
AnnabelJoe:feat/316-project-registration-form
Open

feat: project registration form at /projects/new (#316)#486
AnnabelJoe wants to merge 1 commit into
dev-fatima-24:mainfrom
AnnabelJoe:feat/316-project-registration-form

Conversation

@AnnabelJoe
Copy link
Copy Markdown
Contributor

Closes #316

Changes

  • New page /projects/new with full registration form
  • Added registerProject and uploadToIpfs mutations to api.ts

Acceptance criteria met

  • Submits to POST /api/projects with correct body shape
  • 400 field errors mapped to individual form fields with inline messages
  • Successful submission redirects to /projects/{projectId}
  • Network errors show a toast with the error message
  • IPFS document upload triggered before submission; CID included in payload

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 1, 2026

@AnnabelJoe Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FRONTEND] Connect project registration form to backend API

1 participant