-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Configuration offline/online mode(Xd-216) #255
Conversation
Add functionality to check if session is runned locally Co-authored-by: Jonas <[email protected]>
Add env explanations Co-authored-by: Jonas <[email protected]>
Add functionality to check if session is runned locally Co-authored-by: Jonas <[email protected]>
Add functionality to check if session is runned locally Co-authored-by: Jonas <[email protected]>
Add functionality to check if session is runned locally Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Add timeseries and offline online functionality Co-authored-by: Jonas <[email protected]>
Add timeseries and offline online functionality Co-authored-by: Jonas <[email protected]>
adjust seed script Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
Co-authored-by: Jonas <[email protected]>
// }), | ||
// ); | ||
// } | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commented out function should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have to admit I just tested it locally and dont really understand the backend part. From what I can tell you also fixed the metrics stuff being null sometimes, right?
But the frontend stuff looks good, I like the change in the details.facade.ts that we have separate functions for pumpData/envData and have less logic in the details.page.ts
Also the change to show the temperature data of the last 24 hours makes sense as it was often just a straight line before.
Just remove that one long comment, apart from that it LGTM
Thanks again for the very fast reply! I ve fixed the commented struct now and will merge it. |
Co-authored-by: Ingo Sternberg <[email protected]> Signed-off-by: Jonas <[email protected]>
Closes: #216
Integrates an online offline mode