venkatesh.s
Nov 23rd, 2010, 03:15 AM
Hi All,
I have to design an application in grails which has the following requirement.
I have around 50 feedback forms, each one unique from the other. I should be able to create, read, update and delete each of the forms. I also need to be able to do a search based on the fields of each form.
Example:
Form 1: firstname, lastname, address
Should be able to do CRUD as well as search by first name, last name and address.
Form 2: patientname, doctorname, hospitalname
Should be able to do CRUD as well as search by patientname, doctorname, hospitalname.
Each form will have its own style and layout.
It will be really tedious to build all the 50 forms and define CRUD as well as search. Is there any alternative or a better approach using which this can be achieved?
Thanks
Venki
I have to design an application in grails which has the following requirement.
I have around 50 feedback forms, each one unique from the other. I should be able to create, read, update and delete each of the forms. I also need to be able to do a search based on the fields of each form.
Example:
Form 1: firstname, lastname, address
Should be able to do CRUD as well as search by first name, last name and address.
Form 2: patientname, doctorname, hospitalname
Should be able to do CRUD as well as search by patientname, doctorname, hospitalname.
Each form will have its own style and layout.
It will be really tedious to build all the 50 forms and define CRUD as well as search. Is there any alternative or a better approach using which this can be achieved?
Thanks
Venki