Lifespark-Technologies / Infomed

Web portal that enables communication between hospitals and health authorities
MIT License
1 stars 1 forks source link

Update Hospital model to ask for address and extract zone/district information from the address #86

Open kaashmonee opened 4 years ago

kaashmonee commented 4 years ago

From what @Lifespark-Technologies was saying, the zone/district information can be obtained from the address of the hospital. Consequently, the Hospital model should be updated to require a hospital address and the backend should also extract zone/district information from the address and save it in zone and district fields in the Hospital model. This is a pre-requisite to #85.