User will be Landed on this screen after successful Login.
This Screen consist of multiple sections and user interactions
If the user has Mapped with Multiple Tenants then A Dropdown will be Appeared. And Forces User to Select any of desired Tenant to Proceed Further.
After User Selects tenant Features Cards will start to display based on the Roles available for selected Tenant.
Login For First Time.
YES → WalkThrough/User Guidance Enabled
NO → Home Screen
If user Login for the First time Walkthrough will start Automatically
else User can View Walkthrough any time by clicking on Help Icon
Logic Implemented for WalkThrough.
Created a Global key for Each card. And create Place holder card, pointer and description widgets . On click get the position of card and place the place holder card over overlay exactly.
Files Path
Primary Files https://github.com/egovernments/punjab-mgramseva/blob/develop/frontend/mgramseva/lib/screeens/Home/HomeWalkThrough/HomeWalkThroughContainer.dart, https://github.com/egovernments/punjab-mgramseva/blob/develop/frontend/mgramseva/lib/screeens/Home/HomeWalkThrough/HomeWalkThroughList.dart
Next → Will change the active index of which change the Global key and repeats the same Process.
skip, End → closed the Overlay.
Home Screen consist of Multiple Feature Cards
Cards are Displays based on Role Access.
Files Path
Primary Files https://github.com/egovernments/punjab-mgramseva/blob/develop/frontend/mgramseva/lib/screeens/Home/Home.dart
Home screen also Consist of Notifications. The Notifications are bases on User Id and User Role
Logic implemented of Notification
We make individual API with User Id and with User Role and will merge
both and displayed
0 Comments