Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Link. → {base url}/mgramseva/home/dashboard?tab=0.

...

User Interaction on Screen

  • Users can select the year month from the drop-down which contains the list of financial yearsmonths of the current financial year.

  • Users can see the user satisfaction average scores of the selected month.

  • Users can see the collection metric information of Demand, Pending collection, and Actual Collection.

  • From the text field, users can search connections by using connection ID.

  • Users can see the connections data based on the property type for each respective tab (Ex: All, Residential, Commercial).

  • Initially, only 10 connections are loaded for the selected tab. The pagination dropdown and right arrow click enable users to view more connections.

  • By selecting any connection ID users are navigated to the Connection update screen.

  • User can see the WhatsApp Share button, by tapping on it user can share the connections as a PDF via WhatsApp.

Files Path

Primary Files: , https://github.com/egovernments/punjab-mgramseva/blob/develop/frontend/mgramseva/lib/screeens/dashboard/Dashboard.dart https://github.com/egovernments/punjab-mgramseva/blob/develop/frontend/mgramseva/lib/screeens/dashboard/search_expense.dart

...

SL

End Point

Request Method

Request Info

1

/ws-services/wc/_search

POST

tenantId : {}
offset ; {}
limit : {}
fromDate : {}
toDate : {}
iscollectionAmount: {}
isPropertyCount: {}
propertyType: {}
connectionNumber: {}
freeSearch: {}

sortOrder ; {}
sortBy : {}

2

/filestore/v1/files

POST

tenantId : {}

module : {}

3

/egov-url-shortening/shortener

POST

url : {}

Stack

1 → Home Screen. + Dashboard collection screen + update connection screen

Pop → Dashboard collection screen → Home Screen

2 → Home Screen. + Dashboard collection screen + update connection screen + Update Success

Pop → Home Screen

Widgets Utilised from Library

...