Touchpoints enables government agencies to solicit and process user feedback to support continuous improvement of public service delivery.
An example Touchpoints form that includes every input element is available in this Kitchen Sink example.
Touchpoints is a web application that makes it easy to deploy compliant feedback forms quickly. Touchpoints provides features specific to the domain of Customer Experience in the US Federal Government.
GSA's Federal Acquisition Service (FAS) is developing Touchpoints in-house by the Feedback Analytics Team, within the Technology Transformation Services' Data Portfolio.
Touchpoints is online at https://touchpoints.digital.gov/.
A current Demo version is online at https://touchpoints-demo.app.cloud.gov/index/, and government customers are encouraged to sign up and try it out.
See the Touchpoints wiki for more information.
The Touchpoints team tracks work in a backlog board.
Issues and ideas are also noted in GitHub Issues.
Setup
- install Docker
- clone repo
- copy .env.sample .env and update vars
To build a development environment
- docker-compose build
- docker-compose run webapp rails db:create
- docker-compose run webapp rails db:setup
- docker-compose up
- Navigate to http://lvh.me:3002/admin
To start/stop after building
- docker-compose up
- docker-compose down
To run tests (TBD -- this currently does not work with selenium web driver)
- docker-compose run webapp rspec
See LICENSE