- Replace hardcoded data with MongoDB + Express 5 API
- Add /manage dashboard with board member login, drag-and-drop
reordering, image preview on upload
- Board members log in via email with forced password change
- Forgot/reset password via email
- Rate limiting (5 attempts per 5 min)
- Separate MongoDB container with persistent named volume
- Frontend visually unchanged (100% compatible)
Previous seed generated paths 0001-0018.jpg but only 0001-0010.jpg
exist. Corrects to seed only 0001-0010.jpg and adds the extra
photos (1-6.jpg, IMG_1615(1).jpg) so all 17 images appear on deploy.
- Login by email; board members are dashboard users (full access)
- Forced password change on first login; forgot/reset password via email
- Auto-send welcome email with set-password link when board member created
- 5 attempts / 5 min rate limit on login endpoint
- Board + Minutes tabs: drag-and-drop card reordering, persisted to DB
- PATCH /api/board/reorder and /api/minutes/reorder endpoints
- New minutes auto-insert at top (order 0)
- ImagePicker: inline preview thumbnail before upload (board, gallery, sponsors)
- Fix Minutes public sort: proper date parsing instead of broken string compare
- Remove server/dist/ from git tracking (.gitignore)
- Replace Express 4 backend with Express 5 + Mongoose 8 + TypeScript 5.8
- Add MongoDB 8.0 container via docker-compose
- Add JWT auth (jose), argon2 password hashing, zod validation, multer uploads
- Models: BoardMember, Event, GalleryItem, Sponsor, Minute, Member, User
- Full CRUD REST API for all content types
- Seed script to populate MongoDB from hardcoded data
- Wire all frontend components to fetch from API (no JSX changes)
- Add /manage dashboard: login + tabs for Board, Events, Gallery, Sponsors, Minutes, Members
- Uploads volume for persistent file storage across deploys
- Replaced mcdi-intro.mp4 with new version (old version saved as mcdi-intro-old.mp4)
- Added 5 new events to eventData.ts:
* December 13, 2025: Board Meeting at Liquid Planet at The Book Exchange
* March 14, 2026: Board Meeting at TBD location
* June 13, 2026: Board Meeting at TBD location
* September 12, 2026: Board Meeting at TBD location
* September 12, 2026: Annual Membership Meeting at TBD location
- All events use Tessa Williams as contact (tessa.williams@deafmissoula.org)
- Video component in Meet-Board.tsx already configured to work with new video file