Bernt
2f1b020a1d
feat(comm): add frontend UI for Communication & Lead Layer
...
BOC CI/CD / Test (push) Failing after 2s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped
- Add CommInboxPage with conversation list and message view
- Add CommLeadsPage with pipeline visualization and lead scoring
- Add CommContactsPage with search and filtering
- Add navigation routes for /comm/inbox, /comm/leads, /comm/contacts
- Update Sidebar with Communication menu items
- Build fresh web-v2 dist
2026-08-12 11:26:19 +00:00
Bernt
0124fc0186
feat(agent): integrate agents into all BOC modules
...
BOC CI/CD / Test (push) Failing after 1s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped
- Add AgentFAB floating button to CRM, Sales, Finance, HR, Legal, Marketing, Support, Automation
- Update AgentChat to use /api/v1/agents/chat with auth token
- Add error handling and fallback to mock responses
- Update Anthropic model to claude-sonnet-4-6
- Show agent context in chat footer (title + competencies)
- Build fresh web-v2 dist
2026-08-12 09:04:42 +00:00
Bernt
0b416b0f13
feat(agent): activate BOC agent layer
...
BOC CI/CD / Test (push) Failing after 2s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped
- Add agent orchestrator API (/api/v1/agents/*)
- Connect frontend AgentContext to real backend
- Add AgentLayerPage with full agent management
- Implement specialist agents: finance, sales, hr, crm, legal, marketing, dashboard
- Add authentication, RBAC, tenant isolation on agent endpoints
- Add rate limiting and audit logging
- Update sidebar with Agent Layer navigation
- Build fresh web-v2 dist
2026-08-12 07:50:12 +00:00
Bernt
78b57273e2
security: Add proper authentication, RBAC, and tenant isolation
...
- Add password hashing with bcrypt
- Add AuthService with proper login
- Add password strength validation
- Add RBAC middleware (AdminOnly, ManagerOrAdmin)
- Add tenant isolation middleware
- Update CRM handler with tenant filtering
- Add JWT fallback for development mode
- Add user context helpers
- Build successful
2026-08-10 12:52:48 +00:00
Bernt
cb4a273733
feat: Add Grafana panels, fix Ledger auth, update PM2 versions
...
BOC CI/CD / Test (push) Failing after 5s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped
- Add GrafanaPanel component for system health monitoring
- Update DashboardPage with Grafana iframe panels
- Fix Ledger auth middleware (TICKET-009)
- Update PM2 proxy package.json versions
- Deploy BOC frontend via PM2
2026-07-29 22:29:07 +00:00
Bernt
dd145bc3d9
feat: Add 4 major features to BOC Dashboard
...
1. Balance Sheet Chart — grafisk visning med progress bars
- Assets (grön), Liabilities (röd), Equity (blå)
- Balance check längst ner
2. Period-väljare — dropdown för månadsval
- 2026-02, 2026-03, 2026-04
3. Drill-down — klicka på konto för transaktionshistorik
- Modal med Date, Description, Debit, Credit, Balance
- Mock data (ersätt med API-anrop)
4. Export-knappar — SIE4, PDF, CSV
- Download-funktionalitet
- Loading-tillstånd
Alla komponenter bygger och integreras i DashboardPage.
2026-07-29 20:17:34 +00:00
Bernt
e5623d2f84
feat: integrate Grafana dashboards into BOC DashboardPage
...
- Add Infrastructure Health section with CPU/Memory/Disk panels
- Add Service Status section with PM2/Docker panels
- Create GrafanaPanel component for iframe embedding
- Build passes successfully
2026-07-29 19:03:06 +00:00
Bernt
af874040ca
BOC v1.0: RS256 auth, Ledger integration, Prometheus metrics, CI/CD, backup
2026-07-28 23:08:32 +00:00