SuffolkLITLab / docassemble-InterviewStats

A docassemble extension.
MIT License
1 stars 0 forks source link

Added map and histogram to stats view #3

Closed BryceStevenWilley closed 3 years ago

BryceStevenWilley commented 3 years ago

Adds a map and a datetime histogram using Bokeh to view interview data. Can also filter by state or time interview was submitted/modified.

View looks like this (with test data): Screenshot from 2021-01-11 13-22-16

nonprofittechy commented 3 years ago

Can you add bokeh and cenpy as dependencies on the packages page, so those two at least will install automatically? I know we have the issue of manually needing to install libspatialindex-dev debian package

nonprofittechy commented 3 years ago

One more thought: state should be optional, as we won't record state for most of our interviews (they are MA only)

BryceStevenWilley commented 3 years ago

Can you add bokeh and cenpy as dependencies on the packages page, so those two at least will install automatically?

Do you mean the packages page in docassemble (I'm assuming dev/prod, they're already there in test), or the requirements.txt in this package?

nonprofittechy commented 3 years ago

the

Can you add bokeh and cenpy as dependencies on the packages page, so those two at least will install automatically?

Do you mean the packages page in docassemble (I'm assuming dev/prod, they're already there in test), or the requirements.txt in this package?

Playground | Packages, you can select individual Python packages that will install from pyPI when the package is installed.