Additional microservices for monitoring for multiple sensors #7
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#7
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?
Right now, we only have a single sensor. Displaying multiple sensors (even on a mock-up level to show the interface) for 8 different sensors should be preferred.
If i understand it correctly, this issue is about adding additional sensors that messures temp in diffrent places/rooms and then displaying them sepratly?
Now pair programming with c24danli
It's now possible to retrieve data from multiple sensors.
Having problem with retrieving/sorting data from a specific sensor. Noticed that the postgresDB utilities a general table structure
It is in the payload all the temperature data is stored
When we tried to implement we assumed that the sqlite and postgresDB tables were identical. Because this was not the case a lot if interesting bugs appeared.
Worked with c24danli