A docassemble interview that lets you view statistics from other saved interview responses.
store_variables_snapshot(data={'zip': users[0].address.zip})
.store_variables_snapshot
point in your target interview, start the stats interview.
stats.yml
interview./start/InterviewStats/stats/
URL to start the interview.Download
link on the stats page.If you would like to provide login-less access to stats for an interview
in your dispatch
directive, you can do so as follows:
stats subscriptions:
- cdc_moratorium: 12345abcedfg17821309
- 209a: 4859123jkljsafdsf0913132
Where the value on the left corresponds to the key of an entry in your
dispatch
directive, and the value on the right is an arbitrary password you
create. I recommend using something like https://onlinehashtools.com/generate-random-md5-hash
to create a random password to control access.
You can add as many unique passwords as you want for each entry you share. This means you can distribute multiple links without sharing the password.
Then, someone can access the link to a specific interview's stats by visiting this url:
/start/InterviewStats/subscribe/?link=cdc_moratorium&auth=12345abcedfg17821309
They will be directed immediately to download an XlSX file containing the statistics.
Currently, we can show simple grouping over all the data points in the interview stats. However, the
special visualization are only shown on based on the zip
attribute. We're working to expand the
features available here in conjunction with our EFiling Integration.
If you have specific feature requests, feel free to open an issue or make a PR!