Releases: aerosense-ai/aerosense-dashboard
Releases · aerosense-ai/aerosense-dashboard
Make node IDs list static
Fix incorrect column names in measurement session select update
Add ability to plot data by measurement session
Contents (#31)
New features
- Add ability to use measurement sessions to select data for plotting
- Add button for triggering measurement session extraction cloud function
Enhancements
- Add loading indicator to installation and node selectors
- Move installation checker button to installations section
Fixes
- Only update graph title once plot button has been clicked
Replace pressure profile plot with Cp plot
Contents (#30)
New features
- Replace pressure profile plot with Cp plot
Fixes
- Enable persistence for installation selector
Dependencies
- Use latest
aerosense-tools
Update dependencies and indicate empty query
Contents (#29)
Enhancements
- Plot Sensor data with Session plots, return empty query indication
- Pad Sensor data "gaps" with "null" to avoid extrapolated plots during idle periods
Operations
- Update dependencies
Pre-process sensor data
Contents (#24)
Enhancements
- Convert int raw data to float measurement
- Increase sensor data plot height
- Improve custom time selection layout
Make time selection more precise
Summary
Add precise time selection for graphs and show loading indicators when waiting for them to load. Refactor the code to be less repetitive and more consistent.
Contents (#23)
Enhancements
- Add hour/minute/second selectors to sensor tabs and improve their layout
- Add loading indicators for graphs
- Cache sensor types
- Set log level to debug
- Set Aerosense logo as favicon
Fixes
- Set pressure profile date picker to valid initial date
Refactoring
- Factor out creation of tabs layouts into functions
- Move tab layouts into
layouts
module - Combine
SensorSelect
andYAxisSelect
components - Rename
Nav
component toNavigation
Use valid path with gunicorn in Dockerfile
Fix deployment
Improve deployment workflow
Contents (#20)
Fixes
- Fix path to app in Dockerfile
Operations
- Use
octue/get-deployment-info
action in CD workflow - Add missing needs field to CD workflow
- Use Zurich region for hosting docker images
- Add missing needs element
- Add missing dollar sign
Reversions
- Revert "WIP: Temporarily deploy from non-main branches"
- Revert "WIP: Temporarily run CD workflow on all branches"
Chores
- Work around incorrect container being served by GHA
Other
- Temporarily run CD workflow on all branches
- Temporarily deploy from non-main branches