Commit History

Make pet and guest field as optional
0c31b33

GayathriArjun commited on

appointment api changes
36c0ef3

GayathriArjun 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

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

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

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

MukeshKapoor25 commited on

refactor: rename staff to associate across codebase
f1d5335

MukeshKapoor25 commited on

service quantity been added
0ed6b3a

MukeshKapoor25 commited on

Refactor appointment service and model; add error handling for fetching appointments and update cancelation logic
6b8c0cb

MukeshKapoor25 commited on

Refactor appointment cancellation and rescheduling endpoints; update appointment model to include cancel_reason and remove unused AppointmentCancellation model.
b0f4909

MukeshKapoor25 commited on

Change merchant_address type to Dict in appointment model and JSON in appointment table
63b4325

MukeshKapoor25 commited on

Add merchant_address field to appointment model and service response
7f74147

MukeshKapoor25 commited on

Refactor appointment status handling to support multiple statuses and improve query logic
82879ad

MukeshKapoor25 commited on

Update payment status to reflect successful transactions in appointment model and service
db59cf8

MukeshKapoor25 commited on

Make order_id optional in Appointment model to accommodate different payment modes
352ddc6

MukeshKapoor25 commited on

Add duration field to service details in Appointment model
521a128

MukeshKapoor25 commited on

Add merchant_address field to Appointment model and update related schemas
4145622

MukeshKapoor25 commited on

Add merchant_name field to Appointment model and clean up OrderController logic
5e9e4ca

MukeshKapoor25 commited on

Remove compiled Python bytecode files from the repository
c85d0b2

MukeshKapoor25 commited on

Update app/models/appointment.py
d4264cc
verified

MukeshKapoor25 commited on

Add appointment listing endpoint and response models for customer appointments
d2d9ba2

MukeshKapoor25 commited on

Add payment mode handling and Razorpay order validation for appointments
796d4b2

MukeshKapoor25 commited on

Add order_id column to appointment model
3269bf6

MukeshKapoor25 commited on

Refactor appointment model to enforce payment_details as a required field and update appointment data serialization method for compatibility with Pydantic v1 and v2
3ec3ed6

MukeshKapoor25 commited on

Add caching for Razorpay orders and enhance appointment creation with payment processing
e9cd72c

MukeshKapoor25 commited on