How to model questionaire
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
Hello I am working on a Insurance Product. The challenge I am facing is on how to model the requirement related to Proposal. While creating the Proposal we ask lot of questions like Are any proposals for Life Assurance on your life pending with Professional Life Assurance Limited or any other insurer ? Your heart circulation or blood vessels (e.g. rheumatic fever, heart murmur, chest pains, palpitations, blood pressure, stroke varicose veins etc.)? I was thinking of a Proposal Aggregate and one of the associated value object would be an Enum to represent the fixed set of questions that are asked? Is there any other better way to model this.