appointment new changes based on new table format 9e1c5c2 sivarajbookmyservice commited on Dec 26, 2025
fix(appointment): handle serialization of time objects in appointment data a13c4f2 MukeshKapoor25 commited on Oct 5, 2025
refactor(appointment): remove redundant rowcount checks 9c8cb4d MukeshKapoor25 commited on Oct 5, 2025
fix(database): ensure required fields are accessed directly in appointment serialization aac93aa MukeshKapoor25 commited on Oct 5, 2025
fix(database): handle None check explicitly in appointment_date serialization 085fe7f MukeshKapoor25 commited on Oct 5, 2025
refactor(appointment): consolidate customer appointment endpoints 2a01c62 MukeshKapoor25 commited on Oct 5, 2025
feat(appointment): add endpoint for customer appointments without trailing slash 3857adc MukeshKapoor25 commited on Oct 5, 2025
refactor(cart): remove duplicate endpoint for cart retrieval bdeb9b7 MukeshKapoor25 commited on Oct 4, 2025
refactor(appointment): update merchant details and payment example values 73a629a MukeshKapoor25 commited on Oct 4, 2025
refactor(models): make customer_id and appointment_date optional fields ff83914 MukeshKapoor25 commited on Oct 4, 2025
feat(performance): add db operation monitoring to payment and appointment repos 102d950 MukeshKapoor25 commited on Oct 4, 2025
fix(appointment): make order_id optional with default None 31bb69e MukeshKapoor25 commited on Oct 4, 2025
refactor(config): improve jwt config flexibility with fallback values 274a33b MukeshKapoor25 commited on Oct 4, 2025
refactor(logging): replace direct logger initialization with setup_logger 6323fca MukeshKapoor25 commited on Oct 4, 2025
refactor(auth): rename user_id to customer_id for clarity ee0383b MukeshKapoor25 commited on Oct 4, 2025
fix(auth): improve token verification with proper error handling b038be6 MukeshKapoor25 commited on Oct 4, 2025
fix(config): add Hugging Face Spaces to default ALLOWED_HOSTS a05d564 MukeshKapoor25 commited on Oct 4, 2025
fix(security): tighten CORS origin regex for localhost only 40a69a3 MukeshKapoor25 commited on Oct 4, 2025
refactor(database): improve database configuration handling 6eda67d MukeshKapoor25 commited on Oct 4, 2025
refactor(env): update jwt secret and shorten cache key prefixes 4770ed0 MukeshKapoor25 commited on Oct 4, 2025
feat(cart): add endpoint to get cart by customer ID with auth check 67f05ab MukeshKapoor25 commited on Oct 3, 2025
refactor(models): update regex to pattern in appointment time field f0a9331 MukeshKapoor25 commited on Oct 3, 2025
build: downgrade sqlalchemy to 1.4.53 for compatibility d64c7e0 MukeshKapoor25 commited on Oct 3, 2025
feat: add authentication, security middleware, and optimize JSON handling fd2ce9d MukeshKapoor25 commited on Oct 3, 2025
refactor(cart): rename user_id to customer_id for consistency 25481c5 MukeshKapoor25 commited on Sep 30, 2025
fix(database): remove trailing comma in appointments table definition fa11678 MukeshKapoor25 commited on Sep 30, 2025
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 May 13, 2025