• Joined on 2025-04-25
Hammond merged pull request ATTUNE-HEART-THERAPY/website#26 2025-11-25 21:39:08 +00:00
Remove unused file '17' to clean up the repository.
Hammond created pull request ATTUNE-HEART-THERAPY/website#26 2025-11-25 21:39:04 +00:00
Remove unused file '17' to clean up the repository.
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-25 21:38:34 +00:00
4f58a69dd1 Remove unused file '17' to clean up the repository.
Hammond pushed to master at ATTUNE-HEART-THERAPY/website 2025-11-25 21:33:41 +00:00
92bd895b40 Merge pull request 'feat/booking-panel' (#25) from feat/booking-panel into master
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.
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.
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.
Compare 4 commits »
Hammond merged pull request ATTUNE-HEART-THERAPY/website#25 2025-11-25 21:33:40 +00:00
feat/booking-panel
Hammond created pull request ATTUNE-HEART-THERAPY/website#25 2025-11-25 21:33:34 +00:00
feat/booking-panel
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-25 21:32:06 +00:00
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.
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.
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.
Compare 3 commits »
Hammond pushed to master at ATTUNE-HEART-THERAPY/website 2025-11-25 20:44:36 +00:00
84f0f3137c Merge pull request 'feat/booking-panel' (#24) from feat/booking-panel into master
6bcb6c5414 Update Booking component UI for improved layout and responsiveness. Adjust class names for better styling consistency and ensure elements are properly sized with shrink properties. This enhances the overall user experience in managing availability.
85afc8c840 Enhance Booking component for admin availability management. Implement time range selection for each day, load saved time ranges from localStorage, and validate time inputs. Update API integration to ensure available_days is an array of numbers and improve error handling for availability updates. Refactor UI for better user experience in managing weekly availability.
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.
Compare 4 commits »
Hammond merged pull request ATTUNE-HEART-THERAPY/website#24 2025-11-25 20:44:35 +00:00
feat/booking-panel
Hammond created pull request ATTUNE-HEART-THERAPY/website#24 2025-11-25 20:44:30 +00:00
feat/booking-panel
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-25 20:43:47 +00:00
6bcb6c5414 Update Booking component UI for improved layout and responsiveness. Adjust class names for better styling consistency and ensure elements are properly sized with shrink properties. This enhances the overall user experience in managing availability.
85afc8c840 Enhance Booking component for admin availability management. Implement time range selection for each day, load saved time ranges from localStorage, and validate time inputs. Update API integration to ensure available_days is an array of numbers and improve error handling for availability updates. Refactor UI for better user experience in managing weekly availability.
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.
Compare 3 commits »
Hammond created branch feat/booking-panel in ATTUNE-HEART-THERAPY/website 2025-11-25 20:43:46 +00:00
Hammond pushed to master at ATTUNE-HEART-THERAPY/website 2025-11-25 17:37:01 +00:00
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.
5793836394 Merge branch 'master' of http://35.207.46.142/ATTUNE-HEART-THERAPY/website into feat/deliverables
343c2c66b6 Refactor LoginDialog to support pre-filling email and integrate Forgot Password functionality. Update Navbar to manage dialog states for login and signup, enhancing user experience with smoother transitions between dialogs. Remove unused signup logic from LoginDialog for a cleaner implementation.
Compare 3 commits »
Hammond pushed to feat/deliverables at ATTUNE-HEART-THERAPY/website 2025-11-25 17:26:38 +00:00
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.
Hammond pushed to feat/deliverables at ATTUNE-HEART-THERAPY/website 2025-11-24 22:39:50 +00:00
5793836394 Merge branch 'master' of http://35.207.46.142/ATTUNE-HEART-THERAPY/website into feat/deliverables
343c2c66b6 Refactor LoginDialog to support pre-filling email and integrate Forgot Password functionality. Update Navbar to manage dialog states for login and signup, enhancing user experience with smoother transitions between dialogs. Remove unused signup logic from LoginDialog for a cleaner implementation.
7d7d346bd9 Merge pull request 'feat/deliverables' (#22) from feat/deliverables into master
f5e867414b Merge pull request 'feat/authentication' (#21) from feat/authentication into master
Compare 4 commits »
Hammond merged pull request ATTUNE-HEART-THERAPY/website#22 2025-11-24 22:10:30 +00:00
feat/deliverables
Hammond pushed to master at ATTUNE-HEART-THERAPY/website 2025-11-24 22:10:30 +00:00
7d7d346bd9 Merge pull request 'feat/deliverables' (#22) from feat/deliverables into master
3465961819 Refactor Login component to remove signup functionality and update UI for a streamlined login experience. Enhance error handling in LoginDialog to utilize toast notifications for better user feedback.
83c95afec1 Add Deliverables link to Header and SideNav components, and integrate button in Dashboard for improved navigation
Compare 3 commits »
Hammond created pull request ATTUNE-HEART-THERAPY/website#22 2025-11-24 22:10:23 +00:00
feat/deliverables
Hammond pushed to master at ATTUNE-HEART-THERAPY/website 2025-11-24 22:09:53 +00:00
f5e867414b Merge pull request 'feat/authentication' (#21) from feat/authentication into master
7db02adbd7 Refactor Login and Signup components to utilize Suspense for improved loading states. Update error handling in LoginDialog to reference issues instead of errors for better validation feedback. Enhance appointment error handling by casting response data to unknown before extracting error messages.
eec3976f94 Refactor login and OTP verification flow in Login component. Update success handling to switch to login step instead of redirecting, and enhance UI in LoginDialog for better responsiveness and accessibility. Adjust styling for form elements and improve layout consistency.
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.
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.
Compare 13 commits »
Hammond merged pull request ATTUNE-HEART-THERAPY/website#21 2025-11-24 22:09:51 +00:00
feat/authentication