To make the app more touch friendly we need to go to the view screen as soon as the user clicks a row e.g when you click a row on listPatient it should go to view patient.
Current behavior is to pop the edit dialog which should be moved to an icon.
The current behaviour across the whole application. We can choose patient list as a starting point and apply the code change, then use code generator to apply the pattern to other lists.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Implemented patient list as per requirement, please review and provide feedback.
1. Override onRowSelect method which redirects to editPatient page when user clicks a row.
2. Remove "editPatientPanel" widget currently used.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The current behaviour across the whole application. We can choose patient list as a starting point and apply the code change, then use code generator to apply the pattern to other lists.
Implemented patient list as per requirement, please review and provide feedback.
1. Override onRowSelect method which redirects to editPatient page when user clicks a row.
2. Remove "editPatientPanel" widget currently used.
Please test and provide feedback.