Commit History

chore: update .gitignore to allow task documentation files
a0b407e

Michael-Antony commited on

feat: implement tasks API with GET today and PATCH status endpoints
32eb084

Michael-Antony commited on

feat: implement daily attendance summary API
a8ee704

Michael-Antony commited on

refactor: Change API context path from /api/v1 to /tracker
3d54c92

Michael-Antony commited on

refactor: Use server time for check-in/check-out instead of client timestamp
0c2c78b

Michael-Antony commited on

feat: Implement check-out API with total working time calculation
ca7fde4

Michael-Antony commited on

Update Dockerfile
311caf1
verified

MKK25 commited on

Update README.md
8f2c1e9
verified

MKK25 commited on

Fix: Parse DATABASE_URL to extract individual connection parameters for asyncpg
69c71e7

Michael-Antony commited on

Added Wheel file for Dependency
7028ec3

Michael-Antony commited on

Delete .github/workflows/docker-image-ci.yml
3de7757
verified

MKK25 commited on

Standardize Dockerfile (port 8000) and add GHCR workflow
1bd93b7

MukeshKapoor25 commited on

Add initial project structure with Dockerfile, environment configuration, and FastAPI setup
230f597

MukeshKapoor25 commited on

initial commit
f2d6f7a
verified

MKK25 commited on