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
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=dashboard.html">
|
||||
<title>BOC — Business Operations Center</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="dashboard.html">Dashboard</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user