No description
Find a file
Vadym Samoilenko 2eee1a7c02 fix: projects page shows all-time data, not just last 30 days
When /api/dashboard/projects is called without date params (as the
Projects page does), remove the date filter so all 36 projects appear
regardless of last activity date. Explicit date params still filter
as before (dashboard summary tab).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 11:57:07 +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: projects page shows all-time data, not just last 30 days 2026-04-24 11:57:07 +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