Team Board web interface (Next.js + BFF)
Go to file
Markov 7185a50f57
Some checks failed
Deploy Web Client / deploy (push) Failing after 9s
v0.2.0: updated for new Tracker API
- api.ts: Member, Unified Message, Steps, new types
- ws.ts: auth.ok handling, project.subscribe, chat.send
- KanbanBoard: new statuses (backlog/todo/in_progress/in_review/done)
- TaskModal: steps checklist, comments (unified messages), member select
- ChatPanel: unified messages, WS events
- BFF: all new endpoints (members, messages, steps, task actions)
- BFF ws_proxy: token-based auth to tracker
2026-02-22 17:40:13 +01:00
.gitea/workflows feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
bff v0.2.0: updated for new Tracker API 2026-02-22 17:40:13 +01:00
src v0.2.0: updated for new Tracker API 2026-02-22 17:40:13 +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