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

[WIP] Webapp data plotting #85

Closed
wants to merge 4 commits into from
Closed

Conversation

cliffckerr
Copy link
Member

@cliffckerr cliffckerr commented Apr 8, 2020

WIP implementation of data plotting for the webapp. Still trying to tag you @deviozc, @sayers24

Closes #78, #79

@cliffckerr cliffckerr added the CovasimUI Any issue related to built-in UI label Apr 8, 2020
@@ -0,0 +1,32 @@
date,new_diagnoses,new_tests,new_deaths
2020-03-01,1,24,0
Copy link
Contributor

@sayers24 sayers24 Apr 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a calibration date field in the UI? Seem like right now, everything is based on n days from "start". Though, that could be a separate task if this is assuming the first entry is day 0

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sayers24 yes, date rather than day index would be great!

@lgeorge-idm
Copy link

@ckerr-IDM, you assigned me to this PR. What needs to be done here?

@ckerr-IDM
Copy link
Contributor

@lgeorge-idm I think the plotting is OK, but at the moment it's just loading a dummy data file, which is causing the tests to break from a path issue -- so actually the part of this that still needs to be done is just #79 (just tagged you in that)

@lgeorge-idm lgeorge-idm requested a review from deviozc April 9, 2020 19:06
Copy link
Contributor

@deviozc deviozc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this depended on changing from campaign duration to start/end date format?

@cliffckerr cliffckerr closed this Apr 11, 2020
@cliffckerr cliffckerr deleted the webapp-data-plotting branch April 11, 2020 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CovasimUI Any issue related to built-in UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] Improve frontend plotting
5 participants