Commit graph

5 commits

Author SHA1 Message Date
e2e33764d3 Rebrand from OCD to LAD with full structural changes
- Update all OCD/Olathe/1975 references to LAD/Louisiana/1908
- Add Updates, Minutes, and Deaf Focus pages to nav, footer, and filesystem
- Rename package names from ocd-website-* to lad-website-*
- Reduce nav font size to accommodate 9 nav items
- Update metadata, OpenGraph, and Twitter card for lad1908.org
2026-05-24 13:00:09 -06:00
512a5df89a Fix dark theme gradients on home page 2025-06-01 22:59:10 -06:00
2e429b0af3 Update npm packages to latest compatible versions - June 2025 2025-06-01 07:06:36 -07:00
adc2eb7abc feat(website): complete Phase 1 with public pages and Tailwind styling
- Add Events, Membership, and Donate pages with responsive layouts
- Fix Tailwind CSS 4.0 configuration with proper PostCSS setup
- Update Memory Bank documentation (product, system, tech context)
- Configure CSS variables for consistent theming and accessibility
- Fix client-side components with 'use client' directives
- Update progress tracking in Memory Bank
- Implement WCAG 2.2 AA accessibility features

This commit completes Phase 1 of the OCD website implementation plan,
establishing all core public-facing pages with proper styling and accessibility.
2025-03-25 10:34:41 -05:00
edb6faa351 feat: create project structure and update implementation files
- Created complete project directory structure:
  - Frontend with Next.js 15.2.3 app router structure
  - Backend with Express API endpoints
  - Docker configurations with security best practices
  - MongoDB initialization with schema validation
  - Nginx configuration with security headers

- Implemented core file templates:
  - Custom video player with transcript display options
  - MongoDB schemas with validation for Videos and Members
  - JWT authentication middleware with role-based access control
  - Docker Compose with resource limits and security
  - Frontend/backend package.json with dependencies

- Updated documentation:
  - Enhanced TECH_STACK with latest version details
  - Updated TO_DO.txt with WCAG 2.2 AA requirements
  - Updated planned_implementation.txt with current best practices
  - Refreshed all Memory Bank files with current state

- Security and accessibility improvements:
  - Added MongoDB 7.0 schema validation with
  - Enhanced video requirements with mandatory transcripts and thumbnails
  - Updated accessibility to WCAG 2.2 AA standards
  - Added security best practices for Docker deployments
2025-03-25 09:28:10 -05:00