Team Board web interface (Next.js + BFF)
Go to file
Markov c37d9aed15
All checks were successful
Deploy Web Client / deploy (push) Successful in 37s
fix: align web-client and BFF with TRACKER-PROTOCOL.md
- Add missing API functions: takeTask, rejectTask, assignTask, watchTask, unwatchTask
- Add WebSocket event handlers for task.created, task.updated, task.assigned in KanbanBoard
- Ensure real-time updates for task operations
- All components now fully compatible with TRACKER-PROTOCOL.md specification
2026-02-23 17:26:36 +01:00
.gitea/workflows feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
bff feat: show agent token, revoke, regenerate 2026-02-23 12:11:12 +01:00
src fix: align web-client and BFF with TRACKER-PROTOCOL.md 2026-02-23 17:26:36 +01:00
.gitignore fix: gitignore pycache 2026-02-15 19:45:00 +01:00
Dockerfile feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00
next-env.d.ts fix: simplify API_BASE, remove Docker SSR workaround 2026-02-15 18:58:23 +01:00
next.config.ts feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00
package-lock.json feat: JWT token auth (local + future Authentik) 2026-02-15 19:05:37 +01:00
package.json feat: JWT token auth (local + future Authentik) 2026-02-15 19:05:37 +01:00
postcss.config.mjs feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00
tsconfig.json feat: Next.js frontend — kanban board, sidebar, dark theme 2026-02-15 18:52:49 +01:00