lad-website/backend
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
..
__tests__ feat(admin): Implement comprehensive admin dashboard system 2025-03-26 10:13:53 -05:00
scripts Add Update/Article models, migration script, and complete LAD rebrand 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
uploads Add Update/Article models, migration script, and complete LAD rebrand 2026-05-24 15:29:30 -06:00
.env.example Add Update/Article models, migration script, and complete LAD rebrand 2026-05-24 15:29:30 -06:00
.gitignore 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
jest.config.js feat(admin): Implement comprehensive admin dashboard system 2025-03-26 10:13:53 -05: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
tsconfig.json Add Docker development environment with hot reloading 2025-06-01 06:55:36 -07:00