lad-website/frontend
Chris Haulmark c9e042fa98 Add Update/Article models, migration script, and complete LAD rebrand
Backend:
- New models: Update, Article (Deaf Focus)
- Expanded Event + Document models: directusId, photoUrl, new minute types
- New routes/controllers: /api/updates, /api/articles (full CRUD)
- Migration script: pulls all data from db.lad1908.org Directus API,
  downloads public PDFs into uploads/documents/, idempotent re-runs
- .env.example for production deployment reference
- Rename ocd_db → lad_db throughout

Frontend:
- Contact: LAD contact info, removed Olathe address and map
- Membership: LAD copy, membership fees replaced with contact-us prompt
- Donate: LAD name in metadata, hero, and FAQs

Infrastructure:
- mongo-init: simplified, uses MONGO_USER/MONGO_PASSWORD env vars, lad_db
- docker-compose: rename volumes ocd-* → lad-*, image names updated
- Upload directory structure committed via .gitkeep files
2026-05-24 15:29:30 -06:00
..
src Add Update/Article models, migration script, and complete LAD rebrand 2026-05-24 15:29:30 -06:00
Dockerfile feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
Dockerfile.dev Add Docker development environment with hot reloading 2025-06-01 06:55:36 -07:00
health.js feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
next-env.d.ts Add Update/Article models, migration script, and complete LAD rebrand 2026-05-24 15:29:30 -06:00
next.config.js Rebrand to LAD: green theme, real content on all pages, logo, affiliated orgs 2026-05-24 13:53:01 -06:00
package-lock.json Upgrade all packages to latest major versions; fix two pre-existing bugs 2026-05-24 13:05:38 -06:00
package.json Upgrade all packages to latest major versions; fix two pre-existing bugs 2026-05-24 13:05:38 -06:00
postcss.config.js feat(website): complete Phase 1 with public pages and Tailwind styling 2025-03-25 10:34:41 -05:00
tailwind.config.js Fix dark theme gradients on home page 2025-06-01 22:59:10 -06:00
tsconfig.json Upgrade all packages to latest major versions; fix two pre-existing bugs 2026-05-24 13:05:38 -06:00
tsconfig.tsbuildinfo MAJOR MILESTONE: Complete CSS Variable Theme System Implementation 2025-06-02 12:46:28 -06:00