Commit History

Make pet and guest field as optional
0c31b33

GayathriArjun commited on

appointment api changes
36c0ef3

GayathriArjun commited on

fix(appointment): handle serialization of time objects in appointment data
a13c4f2

MukeshKapoor25 commited on

refactor(appointment): remove redundant rowcount checks
9c8cb4d

MukeshKapoor25 commited on

fix(database): ensure required fields are accessed directly in appointment serialization
aac93aa

MukeshKapoor25 commited on

fix(database): handle None check explicitly in appointment_date serialization
085fe7f

MukeshKapoor25 commited on

refactor(appointment): consolidate customer appointment endpoints
2a01c62

MukeshKapoor25 commited on

feat(appointment): add endpoint for customer appointments without trailing slash
3857adc

MukeshKapoor25 commited on

refactor(cart): remove duplicate endpoint for cart retrieval
bdeb9b7

MukeshKapoor25 commited on

refactor(appointment): update merchant details and payment example values
73a629a

MukeshKapoor25 commited on

refactor(models): make customer_id and appointment_date optional fields
ff83914

MukeshKapoor25 commited on

feat(performance): add db operation monitoring to payment and appointment repos
102d950

MukeshKapoor25 commited on

fix(appointment): make order_id optional with default None
31bb69e

MukeshKapoor25 commited on

refactor(config): improve jwt config flexibility with fallback values
274a33b

MukeshKapoor25 commited on

feat(logging): add centralized logger setup utility
206d2a8

MukeshKapoor25 commited on

refactor(logging): replace direct logger initialization with setup_logger
6323fca

MukeshKapoor25 commited on

feat(cart): add logging for customer_id extraction
5390311

MukeshKapoor25 commited on

refactor(auth): rename user_id to customer_id for clarity
ee0383b

MukeshKapoor25 commited on

fix(auth): improve token verification with proper error handling
b038be6

MukeshKapoor25 commited on

fix(config): add Hugging Face Spaces to default ALLOWED_HOSTS
a05d564

MukeshKapoor25 commited on

fix(security): tighten CORS origin regex for localhost only
40a69a3

MukeshKapoor25 commited on

refactor(database): improve database configuration handling
6eda67d

MukeshKapoor25 commited on

Delete .env
56f84d4
verified

insightfy commited on

refactor(env): update jwt secret and shorten cache key prefixes
4770ed0

MukeshKapoor25 commited on

fix(auth): improve jwt error logging for debugging
e9d2dd0

MukeshKapoor25 commited on

feat(cart): add endpoint to get cart by customer ID with auth check
67f05ab

MukeshKapoor25 commited on

refactor(models): update regex to pattern in appointment time field
f0a9331

MukeshKapoor25 commited on

build: add python-dotenv to requirements.txt
35fec85

MukeshKapoor25 commited on

build: downgrade sqlalchemy to 1.4.53 for compatibility
d64c7e0

MukeshKapoor25 commited on

feat: add authentication, security middleware, and optimize JSON handling
fd2ce9d

MukeshKapoor25 commited on

refactor(cart): rename user_id to customer_id for consistency
25481c5

MukeshKapoor25 commited on

fix(database): remove trailing comma in appointments table definition
fa11678

MukeshKapoor25 commited on

refactor: rename staff to associate across codebase
f1d5335

MukeshKapoor25 commited on

service quantity been added
0ed6b3a

MukeshKapoor25 commited on

update Dockerfile to expose port 8000 and modify CMD for application startup; refactor app.py to implement search_and_chunk function for fetching and processing URLs
76caa9d

MukeshKapoor25 commited on