Commit Graph

19 Commits

Author SHA1 Message Date
bolade 35ea522283 Checkpoint 3 2025-11-28 16:19:32 +01:00
bolade e66b9e6c29 perfectionist 2025-11-28 11:44:37 +01:00
bolade 4406b2013d added minimal report 2025-11-26 22:17:30 +01:00
bolade 100b47e947 Refactor code structure for improved readability and maintainability 2025-11-26 11:23:04 +01:00
bolade 47e6e69eb7 Significant Progress 2025-11-24 19:56:02 +01:00
bolade 8e8280bcb0 added extra page 2025-11-24 19:37:28 +01:00
bolade 580ad5d248 Plotted oxygenation graph 2025-11-24 17:52:56 +01:00
bolade 974699dd81 sighh 2025-11-21 14:20:15 +01:00
bolade dbee12341a Good good progress 2025-11-21 14:15:29 +01:00
bolade 4028b7c626 Good progress 2025-11-21 13:23:38 +01:00
bolade cc9e526fda saving 2025-11-21 12:49:36 +01:00
bolade 9c1cb1966b Little progress 2025-11-21 12:34:53 +01:00
bolade 29ad9e2265 sighh 2025-11-21 12:15:42 +01:00
bolade 32126a3702 added Vo2 table 2025-11-21 09:23:13 +01:00
bolade 0090b7002c feat: Remove deprecated body fat percentage chart and integrate master chart for report generation
- Deleted the old body fat percentage chart image.
- Updated report generation to load the new body fat percentage master chart for improved accuracy and consistency.
- Refactored context generation to reference the new chart in the report structure.
2025-11-18 17:15:22 +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 358898b7db feat: Enhance context generation and report generation services with improved data handling and structure 2025-10-04 10:25:10 +01:00
bolade d66f3fd18b Add compiled Python bytecode for report generator and spirometry table extractor services
- Generated bytecode for report_generator.py and spirometry_table_extractor.py
- These changes include the compiled .pyc files in the __pycache__ directory
- The report generator service handles the generation of medical reports from uploaded files
- The spirometry table extractor service extracts data from PDF files and processes it for further analysis
2025-10-04 10:07:40 +01:00