diff --git a/__pycache__/context.cpython-312.pyc b/__pycache__/context.cpython-312.pyc index 9989700..2bddbd3 100644 Binary files a/__pycache__/context.cpython-312.pyc and b/__pycache__/context.cpython-312.pyc differ diff --git a/context.py b/context.py index 9ac6834..0eb0e2d 100644 --- a/context.py +++ b/context.py @@ -32,6 +32,8 @@ page_4_context = { "body_fat_chart": image_to_base64( "/home/oluwasanmi/Documents/Work/MKD/report_generation/graphs/body_fat_percent_chart.png" ), + + "fat_percentage": "22.4", } @@ -308,7 +310,7 @@ page_17_context = { page_18_context = { "body_fat_percentage_chart": image_to_base64( - "/home/oluwasanmi/Documents/Work/MKD/report_generation/graphs/fat_percent_master_chart.png" + "/home/oluwasanmi/Documents/Work/MKD/report_generation/fat_percentage_master_chart.png" ), } diff --git a/fat_percentage_master_chart.png b/fat_percentage_master_chart.png new file mode 100644 index 0000000..7e24de3 Binary files /dev/null and b/fat_percentage_master_chart.png differ diff --git a/graphs/body_composition_chart.png b/graphs/body_composition_chart.png new file mode 100644 index 0000000..af4574c Binary files /dev/null and b/graphs/body_composition_chart.png differ diff --git a/graphs/body_fat_percent_chart.png b/graphs/body_fat_percent_chart.png new file mode 100644 index 0000000..644cff8 Binary files /dev/null and b/graphs/body_fat_percent_chart.png differ diff --git a/graphs/fat_metabolism_chart.png b/graphs/fat_metabolism_chart.png new file mode 100644 index 0000000..5ca5510 Binary files /dev/null and b/graphs/fat_metabolism_chart.png differ diff --git a/graphs/fuel_utilization_chart.png b/graphs/fuel_utilization_chart.png new file mode 100644 index 0000000..e475ca3 Binary files /dev/null and b/graphs/fuel_utilization_chart.png differ diff --git a/graphs/recovery_chart.png b/graphs/recovery_chart.png new file mode 100644 index 0000000..2f21e05 Binary files /dev/null and b/graphs/recovery_chart.png differ diff --git a/graphs/respiratory.png b/graphs/respiratory.png new file mode 100644 index 0000000..ffa0ee6 Binary files /dev/null and b/graphs/respiratory.png differ diff --git a/graphs/spirometry_chart.png b/graphs/spirometry_chart.png new file mode 100644 index 0000000..9729fd3 Binary files /dev/null and b/graphs/spirometry_chart.png differ diff --git a/graphs/vo2_breath_chart.png b/graphs/vo2_breath_chart.png new file mode 100644 index 0000000..0a5fe3a Binary files /dev/null and b/graphs/vo2_breath_chart.png differ diff --git a/graphs/vo2_pulse_chart.png b/graphs/vo2_pulse_chart.png new file mode 100644 index 0000000..2527dea Binary files /dev/null and b/graphs/vo2_pulse_chart.png differ diff --git a/multi_page_report.pdf b/multi_page_report.pdf index a54b515..e7ab2db 100644 Binary files a/multi_page_report.pdf and b/multi_page_report.pdf differ diff --git a/reports/report_Keirstyn_Moran_1234.pdf b/reports/report_Keirstyn_Moran_1234.pdf new file mode 100644 index 0000000..f82a794 Binary files /dev/null and b/reports/report_Keirstyn_Moran_1234.pdf differ