DIGIT Docs
  • DIGIT Knowledge Base
  • Local Governance
  • Introducing NalJalSeva
  • ๐ŸšฐNalJal
    • Approach
    • Demo Video
    • Value Proposition
  • ๐ŸŒŠProduct Specifications
    • Features & Functions
    • Workflows
      • Login & Forgot Password
      • View Consumer
      • Update Consumer
      • Water Charges
      • Generate Bulk Demand & Raise Bills
      • Generate Bills For Metered Connections
      • Collect Revenue Offline
      • Add Expense
      • Update Expense
      • Send SMS Notifications
      • Edit User Profile
      • View Household Register
      • View Tabular Dashboard For Expense
      • Download Bills & Receipts
      • View & Download Reports
      • HRMS
        • Login, Reset & Forgot Password
        • Create Employee
        • Update Employee
        • Search Employee
        • Search Department Employee
        • Edit Scheme Rate Master
        • Edit Penalty Master
        • State Dashboard
        • Rollout Dashboard
        • Rate Dashboard
    • User Manual
      • Common Functions
        • Login To App
        • Edit Profile & Change Password
      • Division User
        • View & Edit Consumer
      • Village Water & Sanitation Committee (VWSC) User
        • Generate Bills
        • Search Consumer & Generate Payment
        • Record & Modify Expense Bill
        • View Dashboards
      • State User
  • Reference Implementations
    • Punjab
      • mGramSeva
  • โš’๏ธNalJalSeva Platform
    • Architecture
    • Technology
  • ๐Ÿ’งSetup NalJalSeva
    • Setup NalJalSeva
      • Install AWS
        • Setup AWS Account
        • Purchase Certificate
        • Setup Git Repository
        • Configure Domain Name
        • Create Git Account In The Client Name
      • Enable Application Permissions
      • Get Started With DIGIT
      • Create Users
      • Load Employees For NalJalSeva
      • Load Consumers For NalJalSeva
      • Configure Module Localisation
      • Update Master Rate
      • Create Consumer API
      • Create User API
      • Configure SMS Template
      • Configure Master Data Management System
      • Create New Tenant
      • Create Workflow
    • Configure NalJalSeva
      • Configure Core Services
      • Configure Backend Services
        • Advance Changes
        • Apportion
        • Billing
        • Dashboard
        • eChallan
        • iFIX Adapter
          • Push Events To iFIX Adapter
        • Penalty Changes
        • Property
        • Reindexing
        • Rollout Dashboard
        • Scheduler
        • User
        • User OTP
        • User Events
        • Vendor Registry
        • Water
        • Water Calculator
      • Configure UI Screens
        • UI Design
        • Select Language
        • Login
        • Change Password
        • Edit Profile
        • Home Page
        • Forgot Password
        • Update Password
        • Generate Bill
        • Search Connection
        • Consumer Screens
          • Create Consumer
          • Update Consumer
        • Expense Screens
          • Add Expense
          • Search Expense Bills
          • Modify Expenses
        • Dashboards Screens
          • Monthly Dashboard
          • Collections Dashboard
          • Expenditure Dashboard
        • Collect Payment
        • Consumer Feedback
        • Household Register
        • UI Mockup Screens
      • Update App
    • Integration Details
      • Integrate Firebase Analytics
      • Integrate Bluetooth Thermal Printer
      • Integration Testing
      • Integration Testing With Github Actions
    • Go Live
Powered by GitBook

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.

On this page
  • First Time Login
  • Notifications

Was this helpful?

Export as PDF
  1. Setup NalJalSeva
  2. Configure NalJalSeva
  3. Configure UI Screens

Home Page

PreviousEdit ProfileNextForgot Password

Last updated 10 months ago

Was this helpful?

Users are redirected to the home page screen after successful login. โ€‹ This screen consists of multiple sections and user interactions. If the user is mapped to multiple tenants then a dropdown appears. The user can select the desired tenant to proceed further. Once the user selects the tenant, the feature cards are displayed on the screen based on the roles mapped for the selected tenant.

First Time Login

YES โ†’ WalkThrough/User Guidance Enabled

NO โ†’ Home Screen

If the user logs in for the first time a system walkthrough begins automatically.

Otherwise, users can view walkthroughs at any time by clicking on the help icon.

Logic Implemented For Walkthrough

Create a global key for each card.

Create placeholder cards, pointers and description widgets.

On click, the position of the card is determined and the placeholder card appears on the overlay exactly.

Files Path

Primary Files:

,

Next โ†’ Changes the active index of the global key and repeat the same process outlined in the implementation logic skip,

End โ†’ closes the overlay

Home Screen - consists of multiple feature cards

Cards are displayed based on Role Access.

Notifications

The home screen also consists of notifications. The notifications are customized for each user ID and user role.

Logic Implemented For Notifications

Individual API calls are made with the user ID and with the user role that merges both and notifications are displayed accordingly.

Files Path

Primary Files:

๐Ÿ’ง
punjab-mgramseva/HomeWalkThroughContainer.dart at develop ยท egovernments/punjab-mgramseva
punjab-mgramseva/HomeWalkThroughList.dart at develop ยท egovernments/punjab-mgramseva
punjab-mgramseva/Home.dart at develop ยท egovernments/punjab-mgramseva