Add button to change current sensor #338
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#338
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When adding a temperature view we want to show sensor 1 first, but have a button somewhere that enables the user to change between all available sensors.
Parent Issue: #337
Changes
Added two buttons to navigate sensors
Population of sensors array
app.MapGet("/temperature/sensors", async () =>part to get unique sensorsKnown issues
The styling of buttons/text
When view is created in inspect -> network you can see that the first get request fail as it sends a null value, it only happens 1 time at creation and is not vissible to users but might need a fix in future
The view uppdate when changed but dynamic update of view is a seperate issue
The issue have been merged #423