CoFi event registration + payment app
Go to file
Jeff Emmett ca8f786fb0 Fix registration API to accept simplified name/email-only form
- Update API route validation to only require name and email
- Simplify RegistrationData interface
- Keep sheet column layout unchanged for backward compatibility

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 13:07:11 -07:00
app Fix registration API to accept simplified name/email-only form 2026-03-20 13:07:11 -07:00
components/ui Initial CoFi registration app 2026-03-19 11:37:45 -07:00
lib Fix registration API to accept simplified name/email-only form 2026-03-20 13:07:11 -07:00
public Add public/.gitkeep for Docker build 2026-03-19 13:53:09 -07:00
.env.example Configure for register.collaborative-finance.net 2026-03-19 13:46:23 -07:00
.gitignore Initial CoFi registration app 2026-03-19 11:37:45 -07:00
CLAUDE.md Move registration form to root path, remove /register 2026-03-19 15:35:37 -07:00
Dockerfile Initial CoFi registration app 2026-03-19 11:37:45 -07:00
components.json Initial CoFi registration app 2026-03-19 11:37:45 -07:00
docker-compose.yml Add staging domain to Traefik Host rule 2026-03-19 13:49:35 -07:00
embed-snippet.html Move registration form to root path, remove /register 2026-03-19 15:35:37 -07:00
next-env.d.ts Initial CoFi registration app 2026-03-19 11:37:45 -07:00
next.config.mjs Initial CoFi registration app 2026-03-19 11:37:45 -07:00
package.json Initial CoFi registration app 2026-03-19 11:37:45 -07:00
pnpm-lock.yaml Initial CoFi registration app 2026-03-19 11:37:45 -07:00
postcss.config.mjs Initial CoFi registration app 2026-03-19 11:37:45 -07:00
tsconfig.json Initial CoFi registration app 2026-03-19 11:37:45 -07:00