Commit Graph

2 Commits

Author SHA1 Message Date
Julio Ruiz db9eb8a304 Fix type errors and set PM2 port to 3111
- page.tsx: type the search filter as Where
- PastorsTable.tsx: narrow action result before setError
- seed.ts: tag ids are numbers on SQLite
- ecosystem: PORT 3111

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-13 21:10:39 -05:00
Julio Ruiz e1bd3c7949 Initial commit: Payload CMS ministerial database
Payload CMS 3 + Next.js app with a Spanish frontend.

- Pastors collection (name, church, location, phones[], Telegram, letter upload)
- PastorLetters upload collection restricted to PDF/Word
- CSV importer (pnpm import:pastors) loading data/pastores_unificado.csv
- Frontend home page: daisyUI pastors data table with search, pagination,
  and create/edit/upload-letter modals (all in Spanish)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-13 20:55:10 -05:00