feat(bookings): add internal remark field to bookings
Add a remark column to the bookings table for management-only notes. Include UI to view and edit remarks directly from the bookings list. Create API endpoint and database queries to support remark updates.
This commit is contained in:
@@ -55,6 +55,7 @@ export interface PublicBooking {
|
||||
personInChargeId: string
|
||||
personInChargeName: string
|
||||
personInChargePhoneNumber: string
|
||||
remark: string | null
|
||||
status: BookingStatus
|
||||
statusLabel: string
|
||||
createdAt: string
|
||||
|
||||
Reference in New Issue
Block a user