codeforamerica / cityvoice-survey-builder

Deploy an instance of CityVoice to Heroku without ever leaving the comfort of your web browser
https://cityvoice-setup.codeforamerica.org
6 stars 4 forks source link

Remove "short name" input for agree/disagree questions #14

Closed daguar closed 9 years ago

daguar commented 10 years ago

Right now, for Agree/Disagree questions we ask the user to provide both the text of the question as well as a "short name":

screen shot 2014-08-19 at 9 01 23 am

The CityVoice backend requires a short name, and it is shown as a header inside the CityVoice web interface, i.e.:

screen shot 2014-08-19 at 9 03 04 am

@migurski suggested removing the "short name" fields from the Builder — totally reasonable effort-minimization for a "trial" deploy — but opening an issue to discuss this.

If I do this, I will probably simply make the short names "Question 1", "Question 2", etc.

daguar commented 10 years ago

After discussion let's make it Question 1 etc.

Also will need to change validation of questions POST to remove based on question text not short name.

daguar commented 9 years ago

Per @cydharrell, we're not going to remove this and instead will put clear headings on what the short name is.