Commit History

feat: Add booking lifecycle APIs, MinIO storage, and OTP generation
090f75a

Michael-Antony Claude Sonnet 4.6 commited on

feat(service-partners): add offer respond API for partners
a9bffa1

Michael-Antony Claude Sonnet 4.6 commited on

feat: Add projection_list and T-2 window to upcoming bookings endpoint
ee660c7

Michael-Antony Claude Sonnet 4.6 commited on

feat: Add GET /me/offers endpoint reading partner offer hash from Redis
517caae

Michael-Antony Claude Sonnet 4.6 commited on

perf(orders): Optimize concurrent API calls with asyncio.gather and refactor projection logic
2703b1e

MukeshKapoor25 commited on

refactor(routes): Update API route prefixes from customer to athoma
0ed65cd

MukeshKapoor25 commited on

perf(cache): Implement Redis connection pooling for improved performance
29a77af

MukeshKapoor25 commited on

refactor(database): Remove create_tables function and related schema enforcement logic
2bd452a

MukeshKapoor25 commited on

Remove wallet management documentation and setup guide files; refactor API to use JWT authentication for improved security and user isolation.
858fa13

MukeshKapoor25 commited on

refactor(ratings): Standardize table naming with spa prefix
51023c6

MukeshKapoor25 commited on

refactor(service_partners): Rename module from service_professionals to service_partners
e6066d7

MukeshKapoor25 commited on

refactor(service_professionals): Fix module paths and standardize constant naming
8d0ae7f

MukeshKapoor25 commited on

refactor(service_partners): Fix module path typo from service_partnerss to service_partners
144c4f5

MukeshKapoor25 commited on

docs(ratings): Standardize table naming with spa prefix
55b08d7

MukeshKapoor25 commited on

docs: Update service professional terminology to service partners
29f53d1

MukeshKapoor25 commited on

refactor(service_professionals): Update database dependency injection in address router
01f7bc3

MukeshKapoor25 commited on

docs(service_professionals): Update collection name references from scm_service_professionals to scm_service_partners
737165a

MukeshKapoor25 commited on

feat(service_professionals): Add address management system for service professionals
a324d72

MukeshKapoor25 commited on

feat(orders): Add eager loading of items in full object queries
57ce312

MukeshKapoor25 commited on

feat(orders): Add performance optimization documentation and remove eager loading
c9526dd

MukeshKapoor25 commited on

feat(orders): Add field projection support to upcoming bookings endpoint
c7107e4

MukeshKapoor25 commited on

fix(orders): Handle None tax_percent values safely in calculations
af736ad

MukeshKapoor25 commited on

feat(service_professionals): Convert model responses to dict for validation
1cd7edd

MukeshKapoor25 commited on

feat(service_professionals): Rename staff_code to partner_code for consistency
bdc35b8

MukeshKapoor25 commited on

fix(service_professionals): Use shared SCM collection for service professionals
b15bde7

MukeshKapoor25 commited on

feat(auth): Extract partner_id from JWT in orders and dashboard routers
b91b33a

MukeshKapoor25 commited on

feat(config): Restore dashboard cache configuration settings
957075a

MukeshKapoor25 commited on

feat(auth): Standardize JWT authentication to match POS microservice pattern
ed5e8b6

MukeshKapoor25 commited on

chore(config): Update PostgreSQL configuration with Neon database credentials
baab604

MukeshKapoor25 commited on

feat(cart): Standardize authentication to use partner_id instead of staff_id
225f648

MukeshKapoor25 commited on

feat(service_professionals): Standardize authentication to use partner_id across all endpoints
e4d981c

MukeshKapoor25 commited on

feat(service_professionals): Standardize authentication to use staff_id instead of staff_code
f295dd5

MukeshKapoor25 commited on

feat(service_professionals): Refactor API to self-service model with JWT auth
b88612a

MukeshKapoor25 commited on

feat(service_professionals): Add service professionals module with CRUD operations
3bfd535

MukeshKapoor25 commited on

feat(ratings): implement service professional ratings system
281395f

MukeshKapoor25 commited on

feat(dashboard): implement 3-tier caching architecture for mobile performance
fd7ec1d

MukeshKapoor25 commited on

feat(dashboard): Add comprehensive dashboard module with analytics
ad6169d

MukeshKapoor25 commited on

fix(auth): use token partner_id instead of request payload for security
3b9e7c1

MukeshKapoor25 commited on

fix(wallet): Update metadata parameter naming in transaction docs
0329f62

MukeshKapoor25 commited on

feat(leave,wallet): Add leave and wallet modules with JWT auth
a558c77

MukeshKapoor25 commited on

feat(service_catalogue): Add customer-facing service catalogue module
68a2738

MukeshKapoor25 commited on

changed in config file
6f7d910

vanitha commited on

changed DATABASE_URL to Postgres_URI
4c382c3

vanitha commited on

changed in config file
fc7548f

vanitha commited on

changed Postgres_URI to DATABASE_URL
b9aeee5

vanitha commited on

changed in sql
1f8c735

vanitha commited on

update readme
9989180

vanitha commited on

added get_postgres_session()
8eeb6c1

vanitha commited on