Commit Graph

11 Commits

Author SHA1 Message Date
bolade 47f0c6f3fb feat: Enhance context generation with new table images for VO2 Max and Heart Rate Zones
- Added functionality to generate VO2 Max and Heart Rate Zones tables in the context_generator.py.
- Integrated graph_generator to create table images with specified data and styles.
- Updated report_generator.py to pass graph_generator to context generation.
- Introduced a new method in graph_generator.py to generate table images with customizable options.
- Created test scripts for Page 5 (RMR and NEAT calculations) and Page 6 (Meal Plan calculations) using actual patient data.
- Updated Jupyter notebook metadata for better environment identification.
2025-11-21 11:38:43 +01:00
bolade 9d51b006c0 feat: Update resting heart rate analysis and visualization
- Added a master chart for resting heart rate categories based on age and gender.
- Implemented functions to determine age range and resting heart rate category.
- Enhanced the resting heart rate table generation with improved styling and arrow indicators.
- Updated execution counts and fixed deprecated warnings in the notebook outputs.
2025-11-21 11:22:13 +01:00
bolade 895d8abe02 Saving 2025-11-21 11:11:34 +01:00
bolade 2e4cc5ec76 Implement feature X to enhance user experience and optimize performance 2025-11-21 11:04:23 +01:00
bolade b186fafbba Progress 2025-11-21 10:34:09 +01:00
bolade af81e8d683 Progress made 2025-11-21 10:12:00 +01:00
bolade fec2c72b13 progress made 2025-11-21 10:01:07 +01:00
bolade 32126a3702 added Vo2 table 2025-11-21 09:23:13 +01:00
bolade 7e985c497e feat: Enhance medical report generation with new features and improved data handling
- Added body fat percentage input and optional muscle oxygenation CSV upload in the upload form.
- Implemented TSI chart generation based on muscle oxygenation data.
- Updated report generation to include metabolism and fuel source charts.
- Refactored context generation to eliminate reliance on SECA data, using patient info directly instead.
- Improved error handling and logging for graph generation processes.
- Enhanced HTML templates for better user experience and functionality.
2025-11-18 16:57:39 +01:00
bolade 83f50882e2 Add HTML templates for medical report generator with navigation, upload, edit, and preview functionalities
- Created base template with navigation and layout structure
- Implemented upload.html for patient data and file uploads
- Developed edit.html for editing calculated metrics
- Added preview.html for displaying generated report previews
- Enhanced user experience with Tailwind CSS styling
2025-11-17 17:15:44 +01:00
bolade 4f97691ff9 feat: Improve report generation performance by optimizing data processing and enhancing CSV handling for spirometry tables 2025-11-08 19:49:57 +01:00