Commit Graph

6 Commits

Author SHA1 Message Date
625e75a005 feat: file attachments — upload endpoint, attachment creation on messages, download
Some checks failed
Deploy Tracker / deploy (push) Failing after 2s
2026-02-25 06:17:20 +01:00
e51a4fa4a9 v0.2.0: new models (Member, Unified Message, Steps, Watchers), REST API, WS v2
Some checks failed
Deploy Tracker / deploy (push) Failing after 1s
- Member + AgentConfig replaces User + Agent
- Unified Message (chat + task comments)
- Steps (task checklist)
- Watchers on tasks
- Auth API (JWT login)
- Members API (CRUD + token generation)
- Tasks API (take/reject/assign/watch)
- Steps API (CRUD)
- Messages API (unified)
- WS handler v2 (auth, heartbeat, project.subscribe, chat.send, filtering)
- Removed: Alembic, Label model, old Agent model
- DB: create_all on startup (dev), init_db.py for seed
2026-02-22 17:20:23 +01:00
3a1ff3c482 fix: remove web from docker-compose (runs on host) 2026-02-15 18:58:22 +01:00
c7f591db32 feat: add web service to docker-compose, port 3100 2026-02-15 18:52:53 +01:00
04be227740 feat: tracker MVP — FastAPI, models, REST API, WebSocket, Docker
- Models: projects, tasks, agents, adapters, labels, chats
- REST API: CRUD for all entities
- WebSocket: connection manager, heartbeat
- Alembic: async migrations, initial schema
- Docker Compose: tracker + postgres + redis (dev)
- All config via TRACKER_* env vars
2026-02-15 18:42:45 +01:00
438a8aaa88 Initial backend structure 2026-02-15 11:57:18 +01:00