This website requires JavaScript.
Explore
Help
Register
Sign In
ammar
/
syncrow-web
Watch
1
Star
0
Fork
0
You've already forked syncrow-web
mirror of
https://github.com/SyncrowIOT/web.git
synced
2025-11-27 20:14:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d8faafd1c0264202c4ac60c38dcf64baef514659
syncrow-web
/
lib
/
pages
/
analytics
/
modules
/
energy_management
/
widgets
History
Faris Armoush
d8faafd1c0
Extracted and implemented
EnergyConsumptionPerDeviceDevicesList
.
2025-05-04 10:55:32 +03:00
..
energy_consumption_by_phases_chart.dart
Prepared the layout of all charts.
2025-04-30 09:44:04 +03:00
energy_consumption_per_device_chart_box.dart
Extracted and implemented
EnergyConsumptionPerDeviceDevicesList
.
2025-05-04 10:55:32 +03:00
energy_consumption_per_device_chart.dart
Refactor chart data generation in EnergyConsumptionPerDeviceChart for improved readability and maintainability
2025-05-04 10:47:39 +03:00
power_clamp_energy_data_widget.dart
Prepared the layout of all charts.
2025-04-30 09:44:04 +03:00
total_energy_consumption_chart_box.dart
Add missing Divider widget above TotalEnergyConsumptionChart in TotalEnergyConsumptionChartBox
2025-04-30 16:39:07 +03:00
total_energy_consumption_chart.dart
Extracted reusbale logic and ui componenets into a shared helper class for the total energy chart, and energy cosumption per devices, to avoid any code duplication. If another chart required some change, we dont need to edit the helper itself, we can just add out own implementation into the new chart.
2025-05-04 10:46:12 +03:00