React Components
December 01, 2024
On the frontend, React components have been updated to interact dynamically with the backend. The App.js file was modified to include the slider values (multiplier, tilt, and azimuth) in API requests, ensuring that user adjustments directly influence the data retrieved. The SolarForecastTable.js and SolarForecastGraph.js components were corrected to reference the appropriate data properties returned by the backend, eliminating runtime errors and enabling accurate data visualization.
As a result, all three sliders now effectively impact both the table and the graph, providing a responsive and interactive user experience. The application now displays adjusted irradiance data, laying a foundation for further enhancements and deployment.
Recent Entries
- Flask Caching and HTTPAuth December 01, 2024
- New Month December 01, 2024
- Solar Energy Project Day 40 November 30, 2024