Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erdl/survey_display
An interface to display questions via browsers stored in a database managed by survey_admin.
https://github.com/erdl/survey_display
elm flask postgresql survey thermal-comfort
Last synced: 5 days ago
JSON representation
An interface to display questions via browsers stored in a database managed by survey_admin.
- Host: GitHub
- URL: https://github.com/erdl/survey_display
- Owner: erdl
- Created: 2017-08-06T03:26:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T02:44:03.000Z (over 5 years ago)
- Last Synced: 2024-08-01T12:32:13.586Z (3 months ago)
- Topics: elm, flask, postgresql, survey, thermal-comfort
- Language: JavaScript
- Homepage: http://csbcd01.soest.hawaii.edu/surveys
- Size: 421 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - erdl/survey_display - An interface to display questions via browsers stored in a database managed by survey_admin. (postgresql)
README
# Survey Display [![Stories in Ready](https://badge.waffle.io/erdl/survey_display.png?label=ready&title=Ready)](http://waffle.io/erdl/survey_display)
Survey Display is a minimal flask and elm application hooked to a Postgres database to conduct surveys. Contrary to most survey apps, it can store responses in memory locally in the browser as responses are submitted, until the connection is recovered and all responses are submitted together to the remote server.
## Installation
Clone the Github repository and follow the instructions on the [wiki](https://github.com/erdl/survey_display/wiki/Running-in-Localhost).
```
git clone https://github.com/erdl/survey_display.git
```## Usage
Create questions and responses on the database, and survey_display will serve them as different URLs. For a GUI interface to adding questions, and surveys, see [survey_admin](https://github.com/erdl/survey_admin) project.
## Documentation
Please see the [wiki](https://github.com/erdl/survey_display/wiki) for the project documentation.
## Known Issues
Please see [Issues](https://github.com/erdl/survey_display) for known bugs and new feature requests.
## Contributing
A CONTRIBUTING.md will be updated soon. Currently, the project is maintained by ERDL. Feel free to open an issue if you are interested in contributing.
## License
Please feel free to use this project code. Code dependencies are still being assessed to decide on a license.