iamkiddy
|
8d0088f555
|
Enhance deliverables page by adding email notification details for admins and clients regarding appointment requests and confirmations. Update images to reflect these changes for better clarity in the scheduling process.
|
2025-12-01 19:08:58 +00:00 |
|
iamkiddy
|
755d2b328a
|
Update deliverables page to simplify appointment scheduling instructions. Remove redundant steps regarding meeting room creation and joining process for clarity and conciseness.
|
2025-12-01 18:40:57 +00:00 |
|
iamkiddy
|
5318522f37
|
Refactor Booking and AppointmentDetail components to enhance rendering of preferred dates and time slots. Improve UI consistency by updating conditional rendering logic and ensuring proper handling of availability states. Additionally, streamline the ContactSection component to include form submission functionality with error handling and loading states for better user experience.
|
2025-12-01 17:35:28 +00:00 |
|
iamkiddy
|
1af9ae20ab
|
Update email address in deliverables page for consistency with domain standards.
|
2025-11-27 20:44:34 +00:00 |
|
iamkiddy
|
c8c84e1644
|
Remove selected slots display from BookNowPage to streamline user interface and improve clarity in slot selection process.
|
2025-11-27 19:37:54 +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
|
cef17ea895
|
Add React DatePicker and styles, update package dependencies, and enhance booking validation
|
2025-11-26 11:42:31 +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
|
f6bd813c07
|
Refactor Booking component to manage time slots instead of time ranges. Update localStorage handling for time slots, enhance UI for selecting time slots, and improve validation for selected slots. Integrate public availability fetching in BookNowPage to display available time slots based on admin settings.
|
2025-11-25 21:04:22 +00:00 |
|
iamkiddy
|
0297e6e3e5
|
Implement admin availability management in Booking component. Add functionality to manage weekly availability, including day and time selection, and integrate a dialog for updating availability. Enhance API integration for fetching and updating admin availability data. Update UI elements for better user experience.
|
2025-11-25 20:15:37 +00:00 |
|
iamkiddy
|
e593ae595b
|
Refactor ReadmePage to use Next.js router for navigation and remove sensitive information. Update API_BASE_URL assignment for cleaner implementation in api_urls.ts. Clean up ForgotPasswordDialog component by removing unnecessary whitespace.
|
2025-11-25 17:26:30 +00:00 |
|
iamkiddy
|
83c95afec1
|
Add Deliverables link to Header and SideNav components, and integrate button in Dashboard for improved navigation
|
2025-11-24 17:48:57 +00:00 |
|
iamkiddy
|
c7871cfb46
|
Enhance Booking component with appointment scheduling and rejection functionality. Integrate dialogs for scheduling and rejecting appointments, improving user interaction. Update layout to suppress hydration warnings and refine appointment data handling in BookNowPage for consistent ID management.
|
2025-11-24 16:04:39 +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
|
453ce68a66
|
Update contact information across multiple components, including phone numbers and location details, to reflect new business contact. Rename section in ClientFocus component for clarity.
|
2025-11-23 13:46:33 +00:00 |
|
iamkiddy
|
a819dc3a04
|
Update button labels in BookNowPage and HeroSection for consistency, and refactor Navbar to conditionally render navigation links and sign-in button based on user dashboard state.
|
2025-11-22 21:29:35 +00:00 |
|
iamkiddy
|
487132ee9b
|
Update login and book-now pages to enhance user experience by changing images for better representation, refactoring appointment scheduling to use preferred days and times, and improving error handling for user input.
|
2025-11-22 20:18:52 +00:00 |
|
iamkiddy
|
6ed23f1573
|
Update images and text in login and book-now pages for improved representation and clarity; rename 'Ethnicity' to 'Communities' in ClientFocus component, and adjust service description to emphasize inclusivity.
|
2025-11-21 23:38:16 +00:00 |
|
iamkiddy
|
f97074e757
|
Add submit button click handler in Book Now page to manage login dialog display
|
2025-11-13 13:20:04 +00:00 |
|
iamkiddy
|
c0ff0386a0
|
Enhance UI components across the application by integrating theme support for dark mode. Update styles in Login, Book Now, User Dashboard, and Settings pages to improve visual consistency. Refactor various components to utilize the ThemeProvider for dynamic styling based on the selected theme.
|
2025-11-13 11:10:00 +00:00 |
|
iamkiddy
|
d9ddfee0cf
|
Refactor admin navigation and header components to update links for dashboard, booking, and notifications to include the '/admin' prefix. Remove unused booking, dashboard, notifications, and user dashboard pages to streamline the admin panel. Enhance Navbar component with login dialog functionality for improved user experience.
|
2025-11-12 00:28:29 +00:00 |
|