Edit Profile
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
Users are navigated to the Edit Profile screen if they click on the option on the sidebar app drawer.
Link - → {base url}/mgramseva/home/editProfile
User can change their profile name, gender and email on this screen
Click on the Save button triggers a Details Saved Successfully message on the screen and saves the changes to the profile.
Primary Files: punjab-mgramseva/EditProfile.dart at develop · egovernments/punjab-mgramseva
SL.No. | Fields | Validations |
---|---|---|
1 | Name |
|
2 | Email ID |
|
SL.No. | End Point | Request Method | Request Info |
---|---|---|---|
1 |
|
| "user": { "id": {}, "userName": {}, "salutation": null, "name": {}, "gender": {}, "mobileNumber": "9191919146", "emailId": {}, "altContactNumber": null, "pan": null, "aadhaarNumber": null, "permanentAddress": null, "permanentCity": null, "permanentPinCode": null, "correspondenceAddress": null, "correspondenceCity": null, "correspondencePinCode": null, "active": true, "locale": null, "type": "EMPLOYEE", "accountLocked": false, "accountLockedDate": 0, "fatherOrHusbandName": null, "relationship": null, "signature": null, "bloodGroup": null, "photo": null, "identificationMark": null, "createdBy": {}, "lastModifiedBy": {}, "tenantId": {}, "roles": [ {} ], } |
1 → Home Screen. + Edit Profile Screen
Pop → Home Screen
Widgets Utilised from Library
SL.No. | Widgets | File Path | Description |
---|---|---|---|
1 |
| Text Field | |
2 |
| Button | |
3 |
| Radio Buttons for options |
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.