CDLUC3 / dmptool_late_2019

Home of the DMP Roadmap-based version of the DMPTool
MIT License
24 stars 6 forks source link

Remove "Numeric" answer type for templates #106

Closed stephaniesimms closed 6 years ago

stephaniesimms commented 6 years ago

Related issue reported in Roadmap repo, but it looks like we need to fix it here? https://github.com/DMPRoadmap/roadmap/issues/1219

below is a screenshot from dmptool-stage that includes a "Numeric" question type, which is clearly not available on roadmap. I assumed it should be the same...? whatever the case it's not working so we should go ahead and fix/remove it from the code wherever it's coming from.

screen shot 2018-02-24 at 10 44 30 am

stephaniesimms commented 6 years ago

From Jose & Brian exchange in Roadmap: The question format combobox it's populated with the question formats present in question_formats table. We should have the following types right now:

["textarea", "textfield", "radiobuttons", "checkbox", "dropdown", "multiselectbox"]

@bhavi will remove the number/date options from our migration script

stephaniesimms commented 6 years ago

i made a note of this in the launch checklist. the options are gone from the question type list on dmptool-stg after the most recent migration so i'll consider it closed.