Commit Graph

4 Commits

Author SHA1 Message Date
Bernt (LandveX AI) 77465ee9eb feat(boc): Complete module pages with enterprise design
- All 9 module pages: Dashboard, CRM, Sales, Finance, HR, Legal, Marketing, Support, Automation
- Shared boc.js with API utilities
- Landvex enterprise design: dark sidebar, light content
- SVG icons, no emojis
- Tables with real data loading
- Consistent navigation and auth
2026-07-12 18:26:17 +00:00
Bernt (LandveX AI) 7f73e8f03f fix(dashboard): Fix JavaScript syntax errors in token handling
- Fixed Authorization header: '***' -> 'Bearer ' + token
- Fixed WebSocket URL: *** ->
- Dashboard should now load data correctly
2026-07-12 18:06:37 +00:00
Bernt (LandveX AI) 37a1af4a1f style(boc): Landvex design system — no emojis, light theme, professional
- Replaced all emojis with SVG icons (Lucide-style)
- Changed color scheme to Landvex blue (#0066FF)
- Light theme background (#f5f5f7)
- Professional typography (Inter, JetBrains Mono)
- Clean, minimal design following Design Constitution
- No decorative elements — information first
- Consistent with Landvex Enterprise platform
2026-07-12 17:17:26 +00:00
Bernt (LandveX AI) 67a69ab073 feat(boc): v1.0 - Complete Business Operations Center
- Go backend API with full CRUD for all modules
- Rust analytics service with parallel processing
- C runtime with POSIX shared memory IPC
- PostgreSQL schema with 30+ tables
- Redis cache, Kafka event streaming
- WebSocket hub, automation engine
- PDF generation, Resend email integration
- JWT auth, multi-tenant
- Docker Compose deployment
- Nginx reverse proxy

Refs: BOC-001
2026-07-12 13:21:10 +00:00