Spaces:
Sleeping
Sleeping
Commit History
feat(service-partners): add offer respond API for partners a9bffa1
feat: Add projection_list and T-2 window to upcoming bookings endpoint ee660c7
feat: Add GET /me/offers endpoint reading partner offer hash from Redis 517caae
perf(orders): Optimize concurrent API calls with asyncio.gather and refactor projection logic 2703b1e
refactor(routes): Update API route prefixes from customer to athoma 0ed65cd
route changes 08edeb4
role id fix 3895783
perf(cache): Implement Redis connection pooling for improved performance 29a77af
refactor(database): Remove create_tables function and related schema enforcement logic 2bd452a
Remove wallet management documentation and setup guide files; refactor API to use JWT authentication for improved security and user isolation. 858fa13
refactor(ratings): Standardize table naming with spa prefix 51023c6
refactor(service_partners): Rename module from service_professionals to service_partners e6066d7
refactor(service_professionals): Fix module paths and standardize constant naming 8d0ae7f
refactor(service_partners): Fix module path typo from service_partnerss to service_partners 144c4f5
docs(ratings): Standardize table naming with spa prefix 55b08d7
docs: Update service professional terminology to service partners 29f53d1
refactor(service_professionals): Update database dependency injection in address router 01f7bc3
docs(service_professionals): Update collection name references from scm_service_professionals to scm_service_partners 737165a
feat(service_professionals): Add address management system for service professionals a324d72
feat(orders): Add eager loading of items in full object queries 57ce312
feat(orders): Add performance optimization documentation and remove eager loading c9526dd
feat(orders): Add field projection support to upcoming bookings endpoint c7107e4
fix(orders): Handle None tax_percent values safely in calculations af736ad
feat(service_professionals): Convert model responses to dict for validation 1cd7edd
feat(service_professionals): Rename staff_code to partner_code for consistency bdc35b8
fix(service_professionals): Use shared SCM collection for service professionals b15bde7
feat(auth): Extract partner_id from JWT in orders and dashboard routers b91b33a
feat(config): Restore dashboard cache configuration settings 957075a
feat(auth): Standardize JWT authentication to match POS microservice pattern ed5e8b6
chore(config): Update PostgreSQL configuration with Neon database credentials baab604
feat(cart): Standardize authentication to use partner_id instead of staff_id 225f648
feat(service_professionals): Standardize authentication to use partner_id across all endpoints e4d981c
feat(service_professionals): Standardize authentication to use staff_id instead of staff_code f295dd5
feat(service_professionals): Refactor API to self-service model with JWT auth b88612a
feat(service_professionals): Add service professionals module with CRUD operations 3bfd535
feat(ratings): implement service professional ratings system 281395f
feat(dashboard): implement 3-tier caching architecture for mobile performance fd7ec1d
feat(dashboard): Add comprehensive dashboard module with analytics ad6169d
fix(auth): use token partner_id instead of request payload for security 3b9e7c1
fix(wallet): Update metadata parameter naming in transaction docs 0329f62
feat(leave,wallet): Add leave and wallet modules with JWT auth a558c77
feat(service_catalogue): Add customer-facing service catalogue module 68a2738
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