Re: How to model questionaire
"Juan Labrada [email protected] [domaindrivendesign]" <[email protected]> Sun, 24 May 2015 18:41:13 -0300
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
When I modeled something similar, I modeled it using id, value pair, as in general different Insurance products would require different questionaries, and the questionnaires were created by mean of an application by the subscribers. Hope this help. > On May 24, 2015, at 4:08 AM, [email protected] [domaindrivendesign] <[email protected]> wrote: > > Yes I am trying to model the Proposal Form. What I was looking for is how to capture those questions while modelling? Does referring them as Enum is a good choice? Or by storing them in Database and referring them by their ID? > > > >