• Joined on 2025-04-25
Hammond merged pull request ATTUNE-HEART-THERAPY/website#31 2025-11-27 20:45:20 +00:00
Update email address in deliverables page for consistency with domain standards.
Hammond created pull request ATTUNE-HEART-THERAPY/website#31 2025-11-27 20:45:15 +00:00
Update email address in deliverables page for consistency with domain standards.
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-27 20:44:47 +00:00
1af9ae20ab Update email address in deliverables page for consistency with domain standards.
Hammond pushed to master at ATTUNE-HEART-THERAPY/website 2025-11-27 20:36:31 +00:00
c045760116 Merge pull request 'feat/booking-panel' (#30) from feat/booking-panel into master
cea4747da5 Enhance appointment detail and user dashboard components to conditionally render meeting links and buttons based on availability. Update appointment stats fetching logic to remove email dependency, improving user experience and API interaction. Refactor UI elements for better accessibility and clarity.
a864d909a8 Refactor appointment handling in appointments.ts to improve error extraction, response parsing, and slot validation. Introduce new helper functions for better readability and maintainability, while ensuring compatibility with updated API response formats.
Compare 3 commits »
Hammond merged pull request ATTUNE-HEART-THERAPY/website#30 2025-11-27 20:36:31 +00:00
feat/booking-panel
Hammond created pull request ATTUNE-HEART-THERAPY/website#30 2025-11-27 20:36:25 +00:00
feat/booking-panel
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-27 20:35:32 +00:00
cea4747da5 Enhance appointment detail and user dashboard components to conditionally render meeting links and buttons based on availability. Update appointment stats fetching logic to remove email dependency, improving user experience and API interaction. Refactor UI elements for better accessibility and clarity.
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-27 19:54:02 +00:00
a864d909a8 Refactor appointment handling in appointments.ts to improve error extraction, response parsing, and slot validation. Introduce new helper functions for better readability and maintainability, while ensuring compatibility with updated API response formats.
37560787fc Merge pull request 'feat/booking-panel' (#29) from feat/booking-panel into master
4d85cd3c19 Merge pull request 'Refactor Dashboard component by removing total and monthly revenue stats, and conditionally rendering trend indicators and comparison text based on card properties for improved UI flexibility.' (#28) from feat/booking-panel into master
6d3d7a848d Merge pull request 'feat/booking-panel' (#27) from feat/booking-panel into master
670bc31069 Merge pull request 'Remove unused file '17' to clean up the repository.' (#26) from feat/booking-panel into master
Compare 7 commits »
Hammond pushed to master at ATTUNE-HEART-THERAPY/website 2025-11-27 19:44:55 +00:00
37560787fc Merge pull request 'feat/booking-panel' (#29) from feat/booking-panel into master
c8c84e1644 Remove selected slots display from BookNowPage to streamline user interface and improve clarity in slot selection process.
5556e88fbf Refactor Booking and AppointmentDetail components to improve handling of preferred dates and time slots. Enhance type safety by ensuring preferred_dates and preferred_time_slots are validated as arrays. Update rendering logic to handle different data formats for better user experience and consistency.
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.
Compare 4 commits »
Hammond merged pull request ATTUNE-HEART-THERAPY/website#29 2025-11-27 19:44:54 +00:00
feat/booking-panel
Hammond created pull request ATTUNE-HEART-THERAPY/website#29 2025-11-27 19:44:48 +00:00
feat/booking-panel
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-27 19:39:46 +00:00
c8c84e1644 Remove selected slots display from BookNowPage to streamline user interface and improve clarity in slot selection process.
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-27 19:34:01 +00:00
5556e88fbf Refactor Booking and AppointmentDetail components to improve handling of preferred dates and time slots. Enhance type safety by ensuring preferred_dates and preferred_time_slots are validated as arrays. Update rendering logic to handle different data formats for better user experience and consistency.
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-27 19:20:11 +00:00
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.
Hammond pushed to master at ATTUNE-HEART-THERAPY/website 2025-11-26 12:16:18 +00:00
4d85cd3c19 Merge pull request 'Refactor Dashboard component by removing total and monthly revenue stats, and conditionally rendering trend indicators and comparison text based on card properties for improved UI flexibility.' (#28) from feat/booking-panel into master
ee790ca503 Refactor Dashboard component by removing total and monthly revenue stats, and conditionally rendering trend indicators and comparison text based on card properties for improved UI flexibility.
Compare 2 commits »
Hammond merged pull request ATTUNE-HEART-THERAPY/website#28 2025-11-26 12:16:18 +00:00
Refactor Dashboard component by removing total and monthly revenue stats, and conditionally rendering trend indicators and comparison text based on card properties for improved UI flexibility.
Hammond created pull request ATTUNE-HEART-THERAPY/website#28 2025-11-26 12:16:14 +00:00
Refactor Dashboard component by removing total and monthly revenue stats, and conditionally rendering trend indicators and comparison text based on card properties for improved UI flexibility.
Hammond pushed to feat/booking-panel at ATTUNE-HEART-THERAPY/website 2025-11-26 12:15:43 +00:00
ee790ca503 Refactor Dashboard component by removing total and monthly revenue stats, and conditionally rendering trend indicators and comparison text based on card properties for improved UI flexibility.
Hammond pushed to master at ATTUNE-HEART-THERAPY/website 2025-11-26 11:45:49 +00:00
6d3d7a848d Merge pull request 'feat/booking-panel' (#27) from feat/booking-panel into master
b2877dd36c Improve error handling in createAppointment function by using [\s\S] regex for better compatibility in parsing HTML error messages.
cef17ea895 Add React DatePicker and styles, update package dependencies, and enhance booking validation
Compare 3 commits »
Hammond merged pull request ATTUNE-HEART-THERAPY/website#27 2025-11-26 11:45:48 +00:00
feat/booking-panel