Refactor code structure for improved readability and maintainability

This commit is contained in:
bolade
2025-10-15 14:57:50 +01:00
parent 7e55ee6954
commit 192c598e18
14 changed files with 3 additions and 1 deletions
Binary file not shown.
+3 -1
View File
@@ -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"
),
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.
Binary file not shown.