mitai-jinkendo/frontend/src/widgetSystem
Lars 62729d0648
All checks were successful
Deploy Development / deploy (push) Successful in 1m4s
Build Test / pytest-backend (push) Successful in 5s
Build Test / lint-backend (push) Successful in 1s
Build Test / build-frontend (push) Successful in 19s
feat: add report_export widget and enhance report generation capabilities
- Introduced the `report_export` widget to the dashboard, allowing users to generate structured PDF reports.
- Updated widget configuration to include `report_export` in the allowed widgets and added validation for its configuration.
- Enhanced the widget catalog with details for the new `report_export` entry.
- Implemented API endpoints for managing report profiles and generating PDFs.
- Added frontend components for configuring and displaying report settings.
- Updated tests to ensure proper validation and functionality of the new report generation features.
- Bumped application version to reflect the addition of the new widget and related functionalities.
2026-04-29 11:28:04 +02:00
..
bodyChartDays.js feat: Revamp KPI board configuration and validation 2026-04-07 12:46:18 +02:00
bodyHistoryVizConfig.js feat: enhance body_history_viz widget configuration and validation 2026-04-22 08:51:06 +02:00
BodyHistoryVizConfigEditor.jsx feat: enhance body_history_viz widget configuration and validation 2026-04-22 08:51:06 +02:00
dashboardChartUtils.js feat: remove deprecated demo route and enhance dashboard widget registration 2026-04-23 15:24:13 +02:00
dashboardWidgetRegistry.jsx feat: Extend widget configuration for activity overview and improve validation 2026-04-07 12:20:23 +02:00
fitnessHistoryVizConfig.js feat: add fitness_history_viz widget and enhance configuration handling 2026-04-22 10:13:21 +02:00
FitnessHistoryVizConfigEditor.jsx feat: add fitness_history_viz widget and enhance configuration handling 2026-04-22 10:13:21 +02:00
historyOverviewVizConfig.js feat: update history_overview_viz configuration and validation 2026-04-22 12:04:37 +02:00
HistoryOverviewVizConfigEditor.jsx feat: update history_overview_viz configuration and validation 2026-04-22 12:04:37 +02:00
KpiBoardConfigEditor.jsx feat: Revamp KPI board configuration and validation 2026-04-07 12:46:18 +02:00
kpiBoardTiles.js feat: Revamp KPI board configuration and validation 2026-04-07 12:46:18 +02:00
layoutEditor.js feat: Enhance DashboardConfigurePage with drag-and-drop functionality and improved widget search 2026-04-08 07:58:52 +02:00
nutritionHistoryVizConfig.js feat: add nutrition_history_viz widget and enhance configuration handling 2026-04-22 10:03:23 +02:00
NutritionHistoryVizConfigEditor.jsx feat: add nutrition_history_viz widget and enhance configuration handling 2026-04-22 10:03:23 +02:00
QuickCaptureConfigEditor.jsx refactor: rename Dashboard-Lab-Widgets to Dashboard-Widgets and update related documentation 2026-04-23 16:18:10 +02:00
recoveryHistoryVizConfig.js feat: add recovery_history_viz widget and enhance configuration handling 2026-04-22 10:18:02 +02:00
RecoveryHistoryVizConfigEditor.jsx feat: add recovery_history_viz widget and enhance configuration handling 2026-04-22 10:18:02 +02:00
registerDashboardWidgets.js feat: add report_export widget and enhance report generation capabilities 2026-04-29 11:28:04 +02:00
reportExportConfig.js feat: add report_export widget and enhance report generation capabilities 2026-04-29 11:28:04 +02:00
ReportExportConfigEditor.jsx feat: add report_export widget and enhance report generation capabilities 2026-04-29 11:28:04 +02:00
WidgetErrorBoundary.jsx feat: Extend widget configuration for activity overview and improve validation 2026-04-07 12:20:23 +02:00