feat: implement booking feature with service and time slot selection

This commit is contained in:
Danel Kungla
2025-09-03 10:04:00 +03:00
parent a587b222b9
commit f7514c698e
11 changed files with 306 additions and 14 deletions

View File

@@ -51,12 +51,12 @@ export async function getAvailableAppointmentsForService(
: `No booking times present in appointment availability response, service id: ${serviceId}, start time: ${startTime}`;
}
await logRequestResult(
ExternalApi.ConnectedOnline,
ConnectedOnlineMethodName.GetAvailabilities,
RequestStatus.Fail,
comment,
);
// await logRequestResult(
// ExternalApi.ConnectedOnline,
// ConnectedOnlineMethodName.GetAvailabilities,
// RequestStatus.Fail,
// comment,
// );
return null;
}