vancezhao / Smart-Claim

Smart Claim
0 stars 0 forks source link

Data type for Address #6

Open mildredcrasto opened 9 years ago

mildredcrasto commented 9 years ago

I would prefer to create an datatype called "Address" which can be defined per country (e.g. US, China, Brazil etc). Each country has a different address format. For the time being we can create an address format for US. Address - US datatype format will include the following. 1) Google map icon 2) House number, Street name - Text field 3) City - Text Field 4) County - Text Field 5) State - Drop list 6) Zipcode The process for entering data will be in two ways (both ways possible) 1) The user fills in the address using the Google map icon. Once this is done, all the related fields above are autopulated. 2) The user can fill information in each field manually. address_data_type

Coralma commented 9 years ago

New Field template function to allow user save the UI template he configure. The UI template could be loaded in any other section to reuse it. This case could use the UI template and script to solve it.