web-client/bff
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
..
app.py v0.2.0: updated for new Tracker API 2026-02-22 17:40:13 +01:00
auth.py feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
config.py feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
requirements.txt feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
tracker_client.py feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth 2026-02-15 19:44:55 +01:00
ws_proxy.py v0.2.0: updated for new Tracker API 2026-02-22 17:40:13 +01:00