yashovardhan99 / HealersDiary

Healers Diary - an android app for healers to keep track of their patients and help in instant billing. The app is currently in development.
https://play.google.com/store/apps/details?id=com.yashovardhan99.healersdiary&utm_source=github&utm_campaign=github&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1
Apache License 2.0
8 stars 0 forks source link

Add context menus for Healing and payment records on activity views #63

Closed yashovardhan99 closed 2 years ago

yashovardhan99 commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, the user needs to go all the way to the Healing/Payment list to be able to edit/delete it. This means a minimum of 3 clicks from the home page.

Describe the solution you'd like Adding context menus to edit/delete for all activities where healing and payment records are shown can solve this issue.

Describe alternatives you've considered Alternatives include swipe to edit/delete but that's more tedious to implement. Moreover, that can lead to inconsistent UI if one place allows context menus and the other place doesn't

Additional context Specifically, Refer to HealingListAdapter where context menus are implemented.

To resolve this issue, similar context menus need to be implemented in ActivityAdapter which is referenced from both HomeFragment and PatientDetailFragment.