Can someone come up with best practices for each type of screens? Especially a Sample page would help newbees and non-developer like me to built after looking.
To start with: I am looking for the following:
- search screen: Need to search customers with different parameters like first name, DOB, LastName, etc. and the results should be populated in grid or any other best option. The reason is I need to maintain/edit the information of customer after this. So there will be navigation link later.
- I store CODES in DB instead of full decription. For example for SEX: Male/FEMALE I want to store M or F in DB. I maintain another table that gives be description of all these codes. I can join the tables and get value. But, What is best way to show description on screen but store short-VALUE in DB? I am looking for dropdown option.
- Is it good to call the API directly on the field maping? How is it architected so that my API call is not exposed out in web?
- May be better question… does all Workflow stay on server/backend or will be exposed to front end-website ?
- How to do cascading dropdown i.e. selection of value in 1 dropdown populates value in 2nd drop down. For example if I select male in 1st DD, then I want Football,Hockey,Golf in the second drop down. Whereas when I select Female I want Sofbtall, swimming, skating in the 2nd
- The list goes on and on.
I would be happy to have quick session to give some ideas.
I am looking for these in academy or docs.




