Skip to content
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

Merged
merged 21 commits into from
Jul 15, 2024
Merged

Conversation

KonsumGandalf
Copy link
Collaborator

Closes: #216

Integrates an online offline mode

KonsumGandalf and others added 20 commits July 13, 2024 12:50
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]>
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]>
@KonsumGandalf KonsumGandalf linked an issue Jul 13, 2024 that may be closed by this pull request
// }),
// );
// }

Copy link
Contributor

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

Copy link
Contributor

@IngoSternberg IngoSternberg left a 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

@KonsumGandalf
Copy link
Collaborator Author

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]>
@Persists Persists self-requested a review July 15, 2024 08:01
@KonsumGandalf KonsumGandalf merged commit a864c73 into develop Jul 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration offline/online mode
3 participants