-
Notifications
You must be signed in to change notification settings - Fork 10
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
Refactored data channels #504
Refactored data channels #504
Conversation
Gonna be taken in different PR
Review suggestions:
|
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.
Impressive! Great work! 👍
Tested and review, with main focus on SimulationTimeSeriesMatrix
Some minor, non-crucial, comments regarding naming and function usage. And two comments with minor adjustments regarding functionality (first and last comment below)
frontend/src/modules/SimulationTimeSeriesMatrix/dataGenerators.ts
Outdated
Show resolved
Hide resolved
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.
Looks good to me! 👍
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.
👍
This PR contains the following changes:
Closes #421.
Closes #184 although there might be some further improvements.
Some performance improvements were taken out of this PR due to unknown possible consequences and are going to be implemented in another PR.