Imperial-lord / INR-miAyarla

INR'mi Ayarla is a health monitoring mobile application. This application has been prepared to monitor the INR of patients using Coumadin medication and to adjust the drug dose
https://inr-mi-ayarla.gitbook.io/docs/
MIT License
4 stars 1 forks source link

Doctor Signup and Doctor Side Issues #49

Closed meceware closed 3 years ago

meceware commented 3 years ago
Imperial-lord commented 3 years ago

Monitor Patient Health: Last Visit Date and Next visit date will show a calendar box. I don't understand the purpose of Edit button here. If the date changes, it can save the date automatically, or Save button can appear here after edit.

The purpose is to prevent accidentally tapping the text fields. I'll add the calendar thing on those boxes. Whenever the doctor wants to change the dates, he'll click on edit, and then text fields get activated. On pressing Save, the fields are again made inactive.

Imperial-lord commented 3 years ago

When a search text is entered and removed, the patient list doesn't seem to refresh.

This was happening due to the use of AnimatedList which had a property of initial list count. In some specific cases, the list didn't get refreshed. Replacing with ListView.builder() resolves the issue.