Skip to content

Wire create-event form to POST /api/events#798

Merged
Yunusabdul38 merged 2 commits into
Agora-Events:mainfrom
codedmalik:feature/wire-create-event-form
Jun 2, 2026
Merged

Wire create-event form to POST /api/events#798
Yunusabdul38 merged 2 commits into
Agora-Events:mainfrom
codedmalik:feature/wire-create-event-form

Conversation

@codedmalik
Copy link
Copy Markdown
Contributor

closes #789

  • Add Zod schema replacing manual validate()
  • Fetch organizer profile on mount for organizerName/organizerWallet
  • Redirect to /events/:id on success via useRouter
  • Show API errors as toasts; inline field errors from Zod
  • Add zod@3.24.4 dependency

- Add Zod schema replacing manual validate()
- Fetch organizer profile on mount for organizerName/organizerWallet
- Redirect to /events/:id on success via useRouter
- Show API errors as toasts; inline field errors from Zod
- Add zod@3.24.4 dependency
@vercel
Copy link
Copy Markdown

vercel Bot commented May 31, 2026

@codedmalik is attempting to deploy a commit to the oseh-svg's projects Team on Vercel.

A member of the Team first needs to authorize it.

@OSEH-svg
Copy link
Copy Markdown
Contributor

OSEH-svg commented Jun 1, 2026

@codedmalik please fix merge conflict

@Yunusabdul38 Yunusabdul38 merged commit 513681f into Agora-Events:main Jun 2, 2026
1 check failed
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.

## INTEGRATION: Connect Create Event Form to Events API

3 participants