Commit History

feat: task geofence validation against destination merchant, shared haversine utility
9c3b067

Michael-Antony commited on

fix: get_today_tasks filters by assigned_to and date only, not merchant_id
dbd2244

Michael-Antony commited on

fix: geo_location is top-level field on employee document, not under location_settings
41d9fa0

Michael-Antony commited on

feat: add geofence validation for check-in and check-out
5291403

Michael-Antony commited on

docs: simplify Swagger documentation across all routers
dc5b19b

Michael-Antony commited on

docs: simplify Swagger documentation for trips endpoints
ed049b3

Michael-Antony commited on

feat: implement GET /trips endpoint with optimizations
80b4a42

Michael-Antony commited on

refactor: remove redundant health endpoints from individual routers
bd66b67

Michael-Antony commited on

fix: add missing Optional import in notifications schemas
c078403

Michael-Antony commited on

feat: implement POST /notifications/register endpoint for push tokens
81fa08d

Michael-Antony commited on

Implement Expenses API and optimize startup performance
1be45c0

Michael-Antony commited on

Implement stop trip API with production-ready code
2fad98d

Michael-Antony commited on

Implement Trips API with JWT auth and automatic migrations
6c31d92

Michael-Antony commited on

feat: implement geofences API with merchant-scoped security
6bf0a90

Michael-Antony commited on

fix: correct database connection import in location service
785a469

Michael-Antony commited on

feat: implement location tracking API with TimescaleDB hypertable
956cecd

Michael-Antony commited on

feat: implement task attachments API with MinIO storage integration
e0b1eb1

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: 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

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

MukeshKapoor25 commited on