Commit Graph

5 Commits

Author SHA1 Message Date
73bf9a69b1 feat: add migrate-owner endpoint for todos reassignment
Some checks failed
CI/CD / test (push) Successful in 28s
CI/CD / deploy (push) Failing after 2s
2026-01-30 13:52:36 +00:00
8407dde30b fix: comprehensive init-tables.sql for all new tables (todos, security_audits, daily_summaries, task_comments) 2026-01-30 05:06:52 +00:00
fd823e2d75 Add SQL init fallback for todos table creation 2026-01-30 04:59:17 +00:00
602e1ed75b fix: force db:push with yes pipe + add error logging to summaries 2026-01-30 04:48:22 +00:00
0a8d5486bb Initial scaffold: Hammer Queue task dashboard
- Backend: Elysia + Bun + Drizzle ORM + PostgreSQL
- Frontend: React + Vite + TypeScript + Tailwind CSS
- Task CRUD API with bearer token auth for writes
- Public read-only dashboard with auto-refresh
- Task states: active, queued, blocked, completed, cancelled
- Reorder support for queue management
- Progress notes per task
- Docker Compose for local dev and Dokploy deployment
2026-01-28 22:55:16 +00:00