Skip to content

GSA/touchpoints

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Touchpoints Logo

Overview

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.

Documentation

See the Touchpoints wiki for more information.

Team Process

The Touchpoints team tracks work in a backlog board.

Issues and ideas are also noted in GitHub Issues.

Docker development

Setup

  1. install Docker
  2. clone repo
  3. copy .env.sample .env and update vars

To build a development environment

  1. docker-compose build
  2. docker-compose run webapp rails db:create
  3. docker-compose run webapp rails db:setup
  4. docker-compose up
  5. Navigate to http://lvh.me:3002/admin

To start/stop after building

  1. docker-compose up
  2. docker-compose down

To run tests (TBD -- this currently does not work with selenium web driver)

  1. docker-compose run webapp rspec

Code linting

  • Run the script ./rubocop_autocorrect.sh to fix standardize layout, style, and code using Rubocop
  • copy the file ./pre-commit to your .git/hooks/ folder within the project to ensure changed files adhere to project standards, prior to commit.
  • to get a commit through without running that pre-commit hook, use the --no-verify option

License

See LICENSE