No description
Find a file
Vadym Samoilenko c178a00b74 fix: accurate time tracking — union intervals for totals, no double-counted overhead
- summary/timeline: use union of session start_at/end_at intervals per day
  instead of summing active_hours, so parallel sessions don't inflate totals
- projects: show raw session hours per project (correct for per-project billing)
- monthly: remove daily_overhead_hours addition
- models: change daily_overhead_hours default 2.0 → 0.0
- daily_overhead_hours setting in user profile still works but defaults to 0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 17:39:55 +01:00
.claude feat: project metadata fields (client, job#, repo) with inline editing + time calc audit 2026-03-26 15:08:14 +00:00
alembic feat: project metadata fields (client, job#, repo) with inline editing + time calc audit 2026-03-26 15:08:14 +00:00
scripts Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
src fix: accurate time tracking — union intervals for totals, no double-counted overhead 2026-04-27 17:39:55 +01:00
.dockerignore add .dockerignore to exclude __pycache__ from image 2026-03-26 13:02:16 +00:00
.env.example Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
.gitignore Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
apache.conf Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
deploy.sh fix: correct static file layout for Apache Alias serving 2026-03-26 13:57:33 +00:00
docker-compose.yml Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
Dockerfile fix: alembic config path in Dockerfile CMD 2026-03-26 12:59:10 +00:00
requirements.txt fix: replace passlib with bcrypt directly (passlib incompatible with bcrypt>=4) 2026-03-26 13:10:24 +00:00