CodeForPhilly / chime

COVID-19 Hospital Impact Model for Epidemics
https://codeforphilly.github.io/chime/
MIT License
205 stars 151 forks source link

["dash"] catchup to pull 273 (v1.1) #374

Closed quinn-dougherty closed 4 years ago

quinn-dougherty commented 4 years ago

Description:

pull 273 offered a radical new functionality https://github.com/CodeForPhilly/chime/pull/273

in production as of v1.1 https://pennchime.herokuapp.com/ there is a button you can press I know the date of the first hospitalization, and if you press that button the code will infer doubling time. If you do not press the button, the code will infer the date of first hospitalization.

Someone please port this functionality to dash.

[x] This is something we can copy over from streamlit (screenshots if applicable)

Screenshot from 2020-03-30 14-17-30 Screenshot from 2020-03-30 14-17-19

if possible, something as nice as st.date_input for date input

important note: as of this writing, dash3 is the branch that's properly rebased, the dash branch is not properly rebased.

quinn-dougherty commented 4 years ago

closed in pull 394, continued in https://github.com/CodeForPhilly/chime/issues/398