ameenp23 / covid-map-trace-angular

MIT License
2 stars 2 forks source link

Add 'add patient' option - write patient details to firestore database #10

Closed ameenp23 closed 4 years ago

adeebabdulsalam commented 4 years ago

Firestore has a patient data structure, where each patient will have common data fields (name, address, contact) and a subcollection(locations) in which all the locations will be stored with values(DT(timestamp) or duration(start and end timestamps), location{string},patientRef{reference},geopoint{coordinates})