Commit Graph

7 Commits

Author SHA1 Message Date
bolade 1d5625b61a Refactor code structure for improved readability and maintainability 2025-10-22 15:28:14 +01:00
bolade 192c598e18 Refactor code structure for improved readability and maintainability 2025-10-15 14:57:50 +01:00
bolade 7e55ee6954 Refactor code structure for improved readability and maintainability 2025-10-04 00:06:45 +01:00
bolade f52729d703 Add graph generation functionality and update charts
- Implemented GraphGenerator class for generating various physiological charts.
- Added methods for generating respiratory, fuel utilization, VO2 pulse, VO2 breath, fat metabolism, recovery, body fat percentage, body composition, and spirometry charts.
- Included functionality to save charts as PNG files or return them as base64 strings.
- Updated existing chart images in the graphs directory.
2025-09-29 11:45:09 +01:00
bolade a20f21d288 Refactor page_7.html for improved layout and responsiveness
- Enhanced the structure of the Spirometry Assessment and Respiratory sections for better readability.
- Centered images and added max-width constraints to ensure proper scaling on different devices.
- Improved text formatting for clarity and consistency.
2025-09-29 10:42:23 +01:00
bolade a44a763640 Refactor code structure for improved readability and maintainability 2025-09-29 09:17:11 +01:00
bolade 894fbbcee3 Add header and footer templates for report generation
- Created a footer template with contact information and page number.
- Created a header template displaying patient details including name, age, height, weight, and focus.
2025-09-26 21:42:02 +01:00