-
Notifications
You must be signed in to change notification settings - Fork 2
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
first working draft of implementation for #80 signal head #112
Conversation
Signed-off-by: nicolaskolbenschlag <nicolas.kolbenschlag@googlemail.com>
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
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 so far, make sure to include tests to fulfill DoD.
One concern I have (not really scope of this issue) is performance. The signal head is once again computed on the CPU (in JS), we should look into how/if we can outsource some stuff onto the GPU.
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.
Can't retrospectively change from "Approve" to "Request changes" (afaik). This is only to indicate that tests are missing :)
As far as the changes only implement logic inside the plot, it is not quite possible to test for that in cypress, same applies for cursor feature. |
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.
LGTM.
As far as tests go it not really possible to test for plot only logic right now.
Signed-off-by: nicolaskolbenschlag nicolas.kolbenschlag@googlemail.com