iamkiddy
|
80882c80bc
|
Refactor Booking component to improve rendering of preferred availability and time slots. Update appointment model to support both string and array formats for preferred_dates and preferred_time_slots, enhancing flexibility in data handling.
|
2025-12-01 19:49:20 +00:00 |
|
iamkiddy
|
6b83b092e3
|
Refactor Booking and AppointmentDetail components to integrate new appointment scheduling format. Update time slot management to use selected_slots, enhance availability loading logic, and improve error handling. Replace legacy date and time handling with a more robust API-driven approach for better user experience and data consistency.
|
2025-11-27 19:18:59 +00:00 |
|
iamkiddy
|
9d3cc84816
|
Enhance type safety in BookNowPage and useAppointments hook. Update availableDates and availableDaysOfWeek mapping to specify string types. Add getUserAppointmentStats and AvailableDatesResponse types to useAppointments for improved type definitions. Modify Appointment interface to include 'completed' status for better appointment management.
|
2025-11-25 21:31:20 +00:00 |
|
iamkiddy
|
a1611e1782
|
Enhance AdminSettingsPage to fetch and update user profile. Implement profile data retrieval on component mount, update form structure to include first and last name, and add validation for required fields. Improve loading indicators and error handling for profile updates. Update API integration for fetching and updating user profile data.
|
2025-11-25 21:25:53 +00:00 |
|
iamkiddy
|
4f6e64bf99
|
Refactor Booking and Dashboard components to integrate appointment management and enhance data fetching logic. Replace mock data with API calls for appointments and user statistics, improving error handling and user feedback. Update UI elements for better search functionality and display of appointment details.
|
2025-11-23 22:28:02 +00:00 |
|
iamkiddy
|
37531f2b2b
|
Refactor booking process in BookNowPage to integrate appointment creation via useAppointments hook. Enhance form submission logic to check user authentication before proceeding. Update API endpoint configurations for appointment management, including available dates and user appointments. Improve error handling and user feedback with toast notifications.
|
2025-11-23 21:43:13 +00:00 |
|
iamkiddy
|
041c36079d
|
Enhance authentication and middleware logic by improving user role checks, adding OTP verification steps, and refining redirection based on user roles. Update login and signup forms to handle multiple user attributes and streamline error handling. Integrate logout functionality across components for better user experience.
|
2025-11-23 21:13:18 +00:00 |
|
iamkiddy
|
eb8a800eb7
|
Enhance authentication flow by integrating @tanstack/react-query for improved data fetching, adding form validation in Login and LoginDialog components, and updating user redirection logic post-login. Also, include new dependencies: input-otp and zod for OTP input handling and schema validation.
|
2025-11-23 13:29:31 +00:00 |
|