Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erdl/survey_admin
An interface to create and manage surveys displayed by survey_display.
https://github.com/erdl/survey_admin
flask postgresql python sqlalchemy survey-admin
Last synced: 3 days ago
JSON representation
An interface to create and manage surveys displayed by survey_display.
- Host: GitHub
- URL: https://github.com/erdl/survey_admin
- Owner: erdl
- Created: 2017-07-21T06:11:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T23:32:45.000Z (about 6 years ago)
- Last Synced: 2024-08-02T12:47:07.758Z (3 months ago)
- Topics: flask, postgresql, python, sqlalchemy, survey-admin
- Language: Python
- Homepage: http://csbcd01.soest.hawaii.edu
- Size: 479 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - erdl/survey_admin - An interface to create and manage surveys displayed by survey_display. (flask)
README
# Survey Admin
Survey Admin is a minimal flask application used to provide an user interface to create surveys for the Kiosk project. Users can use this dashboard to group questions to form a survey and then deploy these surveys to a URL to be displayed on a kiosk.## Screen Flow Diagram
![screen_flow_not_loaded](page_flow.jpg)
## Installation
Clone the Github repository and follow the instructions on the [wiki](https://github.com/erdl/survey_admin/wiki/Deploy-Locally).
```
git clone https://github.com/erdl/survey_admin.git
```## Usage
Survey Admin provides a GUI interface to adding questions and surveys for our Kiosk project.
## Documentation
Please see the [wiki](https://github.com/erdl/survey_admin/wiki) for the project documentation.
## Known Issues
Please see [Issues](https://github.com/erdl/survey_admin/issues) 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.