Topic: Dynamic forms gem development
HI!
Im building a gem to add Dynamic Forms functionality to any Rails App. I have most of the specification working.
Im having some philosophical issues about the structure in where to store the answers to each form. The idea is that a "question" could have a reply in one specific type (string, text, boolea, etc) including lists of values (of the same type).
Im wondering how should i create the model for the replies. Should i make a column for each type of reply or should i use one blob column, using the question descriptor to transform the value back to it specific type?
Sorry for my bad english, its not my native language.
Last edited by zonic (2012-03-30 12:03:18)