Simple web application that takes patient heart rate info and provides an interface for health practitioners to view patients data. This toy project can be re-purposed for any simple multi user, data collection application. Implements a rest api and accompanying mobile application.
I think this can be fixed by adding a __str__ method to the Profile model class. Tricky part is getting the first and last name. We'll probably need to follow the relation to the parent table.
Field should be displaying name of doctor not Object ID.