mitai-jinkendo/frontend/src/components/history
Lars 725e7ffe4b
All checks were successful
Deploy Development / deploy (push) Successful in 55s
Build Test / pytest-backend (push) Successful in 4s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 17s
feat: update history_overview_viz configuration and validation
- Replaced the `show_area_summaries` option with individual section visibility settings (`show_section_body`, `show_section_nutrition`, `show_section_fitness`, `show_section_recovery`) in the `history_overview_viz` widget configuration.
- Implemented migration logic to handle legacy `show_area_summaries` settings, ensuring backward compatibility.
- Updated validation logic to enforce visibility requirements for the new section keys.
- Enhanced tests to cover new configuration scenarios and validate the migration logic.
- Bumped application version to reflect these changes.
2026-04-22 12:04:37 +02:00
..
BodyHistoryVizSection.jsx feat: enhance body_history_viz widget configuration and validation 2026-04-22 08:51:06 +02:00
FitnessHistoryVizSection.jsx feat: add fitness_history_viz widget and enhance configuration handling 2026-04-22 10:13:21 +02:00
HistoryOverviewVizSection.jsx feat: update history_overview_viz configuration and validation 2026-04-22 12:04:37 +02:00
historyPageChrome.jsx feat: add body_history_viz widget and enhance configuration handling 2026-04-22 07:00:24 +02:00
NutritionHistoryVizSection.jsx feat: add nutrition_history_viz widget and enhance configuration handling 2026-04-22 10:03:23 +02:00
RecoveryHistoryVizSection.jsx feat: add recovery_history_viz widget and enhance configuration handling 2026-04-22 10:18:02 +02:00