-
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
Implement basic visual Feedback for Clinician and Patient #22
Comments
For Sprint 2, get real data on numSessions done in a week, as well as results from DTW if possible depending on whether #35 is complete |
Part 1: Use chartjs to build above with dummy data |
Update: The above plot will get very complicated if numReps increase. I think a box plot would be a much more elegant solution to this as we can see the spread of accuracy in a session, and numReps by hovering over the box plot itself. Let's do a box plot for starters cc @sabrinacharania |
@sabrinacharania Nice starter demo: https://codepen.io/sgratzl/pen/QxoLoY |
We should still do a vertical bar chart by week. |
Basic prototype below
The text was updated successfully, but these errors were encountered: