Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

There is no good way to aggregate survey results #54

Open
sumnerevans opened this issue Feb 22, 2018 · 1 comment
Open

There is no good way to aggregate survey results #54

sumnerevans opened this issue Feb 22, 2018 · 1 comment

Comments

@sumnerevans
Copy link
Member

The only way to analyze survey results across multiple surveys is to download all of the JSON files and do some parsing. I want to be able to go to /s/results to see some statistics on all surveys. This could be just a simple table with the following columns:

  • Survey ID
  • Date
  • Survey title (or meeting title)
  • Number of responses

Clicking on the row should take me to the corresponding Results page. For example, clicking on the survey with ID of 1 will take me to /s/1/results.

Design Considerations

This should be a JSON API as well. For example, I might want to get every single response to "How did you find out about this event" from every survey in the past year. There should be some JSON endpoint which will get me this information.

The /s/results page should basically be a shallow wrapper around this API that presents the information in a nice HTML table.

@jackrosenthal
Copy link
Contributor

Do you plan on implementing this, or should I close the issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants