Commit Graph

6 Commits

Author SHA1 Message Date
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 9d61ebb533 made ui chnages 2025-11-26 12:57:11 +01:00
bolade 100b47e947 Refactor code structure for improved readability and maintainability 2025-11-26 11:23:04 +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