Campaign builder UI#108
Conversation
|
@Miss-nonso is attempting to deploy a commit to the christroa's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hello @Miss-nonso, yeah, the API isn’t live yet. |
|
for the env NEXTAUTH_SECRET="QJC+Sc3EBh9OsJzsnjAGgbq6xQ8Z7K1cZ1mOOgKA8sE=" # Added by `npx auth`. Read more: https://cli.authjs.dev
NEXTAUTH_URL="http://localhost:3000/" #neccesary
NEXT_PUBLIC_APP_URL=https://boundless-liard.vercel.app/ #neccesary
# NEXT_PUBLIC_API_URL=http://localhost:8000/api
NEXT_PUBLIC_API_URL=https://www.api.boundlessfi.xyz/api |
Oh wow. How am I just seeing this... |
RE- 🚀 Campaign Builder Feature – PR📄 OverviewThis PR implements the Campaign Builder UI that allows approved creators to define a funding goal, set milestones, select a deadline etc (Cue taken from the recommended interface - http://localhost:3000/projects/new ) 📂 File Structure
🖼️ Screenshot |

🚀 Campaign Builder Feature – PR
📄 Overview
This PR implements the Campaign Builder UI that allows approved creators to define a funding goal, set milestones, and select a deadline.
Issue #104
✅ Features Implemented
Calendarcomponent)/api/campaignsendpoint viaPOSTmethodsonnertoast notifications📂 File Structure
components/campaign/CampaignForm.tsx– Main form componentapp/api/campaigns/route.ts– API route handling campaign creation with schema validation using Zod🐛 Notable Issue
The provided
POST /api/campaignsendpoint in the original spec consistently returned a 404 Not Found, suggesting it may not have been correctly set up or deployed. However, I proceeded to implement a localroute.ts🖼️ Screenshot