-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shiksha Saathi Users Tab #62
Comments
@aakashyadav-kgp in 6[Edit] and 7[Create] for |
Also, There is some confusion regarding Eg : The entry is stored as {
"data": {
"accountName": "mand_chachiot-2_beeo",
"phone": "9816647552",
"roleData": {
"block": "CHACHIOT-2",
"cluster": "GCPS JHUNGI",
"designation": "BEEO",
"district": "MANDI",
"geographic_level": "Block"
}
},
"fullName": "mand_chachiot-2_beeo",
"id": "7b5b6fd0-a5ad-4f46-8e7b-f92c0ee6218f",
"insertInstant": 1644582311930,
"lastLoginInstant": 1657533078890,
"lastUpdateInstant": 1662713321033,
"mobilePhone": "9816647552",
"passwordChangeRequired": false,
"passwordLastUpdateInstant": 1662980175240,
"preferredLanguages": [
"en"
],
"registrations": [
{
"data": {
"roleData": {
"block": "CHACHIOT-2",
"cluster": "GCPS JHUNGI",
"designation": "BEEO",
"district": "MANDI",
"geographic_level": "Block"
}
},
"id": "00c6e7dc-fcec-4968-86f5-bed4992e9198",
"insertInstant": 1644582311974,
"lastLoginInstant": 1657533078890,
"lastUpdateInstant": 1644582311974,
"preferredLanguages": [
"en"
],
"roles": [
"BEEO"
],
"timezone": "Asia/Kolkata",
"username": "mand_chachiot-2_beeo",
"usernameStatus": "ACTIVE",
"verified": true
}
],
"tenantId": "a7137ded-6f55-10a8-6f5b-f76dbd79ae60",
"timezone": "Asia/Kolkata",
"twoFactor": {},
"uniqueUsername": "mand_chachiot-2_beeo",
"username": "mand_chachiot-2_beeo",
"usernameStatus": "ACTIVE",
"verified": true
} So where do you want to target the |
@Harshil-Jani Give option to update district, cluster, block without changing designation. We should have these fields pre-filed on edit screen initially for the old designation. Will test change password on prod with dummy users. |
|
|
Mobile no with the alphabet is submitted successfully - https://somup.com/c36w1bv4RF |
Description
Shiksha saathi user tab is used to manage shiksha saathi platform users. By managing we mean see, create and edit. No delete and download functionality here.
Acceptance Criteria
Username: Alphanumeric with space and special character and non-editable.
Full Name: Alpha Numeric with space and special character.
Mobile Number: Exact 10 digit number
Designation: Drop down of designation on this tab
District: Drop Down of all districts. Show if designation is district, cluster, and Block level.
Cluster: Drop Down of all clusters. Show if designation is cluster, and block level.
Block: Drop Down of all blocks. Show if designation is block level.
Level of designation is on this tab
Change Password: Its a single click button which resets the password of user to himachal12345. On successful rest we show a success notification on screen.
Username: Alpha Numeric with space and special character.
Full Name: Alpha Numeric with space and special character.
Mobile Number: Exact 10 digit number
Designation: Drop down of designation on this tab
District: Drop Down of all districts. Show if designation is district, cluster, and Block level.
Cluster: Drop Down of all clusters. Show if designation is cluster, and block level.
Block: Drop Down of all blocks. Show if designation is block level.
Level of designation is on this tab
The text was updated successfully, but these errors were encountered: