feature: users with treatment edit permission should now have working hours defined. the appointment grid is now being drawn based on the doctor's working hours.
This commit is contained in:
@@ -13,6 +13,8 @@ export type AppointmentPurpose = (typeof APPOINTMENT_PURPOSES)[number];
|
||||
export interface AppointmentColumnProvider {
|
||||
userId: string;
|
||||
name: string;
|
||||
hasWorkingHours: boolean;
|
||||
dayBlocks: { startMinute: number; endMinute: number }[];
|
||||
}
|
||||
|
||||
export interface AppointmentRecord {
|
||||
|
||||
Reference in New Issue
Block a user