-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#849 | Support IS_ALLOWED_TO_INVOKE_TOKEN_GENERATION_API in userCatch…
…ment csv upload
- Loading branch information
Showing
4 changed files
with
13 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
avni-server-api/src/main/resources/bulkuploads/sample/usersAndCatchments.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Location with full hierarchy,Catchment Name,Username,Full Name of User,Email Address,Mobile Number,Preferred Language,Track Location,Date picker mode,Enable Beneficiary mode,Identifier Prefix,User Groups | ||
"Mandatory field. Can be found from Admin -> Locations -> Click Export",Mandatory field,Mandatory field,Mandatory field,Mandatory field,"Mandatory field. Prefix the mobile number with country code","Allowed values: #supported_languages#. Only single value allowed. Default: English","Allowed values: yes, no. Default: no","Allowed values: calendar, spinner. Default: calendar","Allowed values: yes, no. Default: no",,"Allowed values: #all_user_groups#" | ||
"PHC B, Sub B, Vil B",Org X Cat A,user29@orgx,user29,[email protected],+919876543210,English,yes,calendar,no,U29,"Group 1,Group 2" | ||
"PHC B, Sub B, Vil C",Org X Cat A,user29@orgx,user29,[email protected],+919876543210,English,yes,calendar,no,U29,"Group 1,Group 2" | ||
"PHC B, Sub C, Vil C",Org X Cat A,user29@orgx,user29,[email protected],+919876543210,English,yes,calendar,no,U29,"Group 1,Group 2" | ||
"PHC B, Sub B, Vil C",Org X Cat B,user49@orgx,user49,[email protected],+919876543210,English,yes,,no,U49,"Group 1" | ||
"PHC B, Sub C, Vil C",Org X Cat B,user49@orgx,user49,[email protected],+919876543210,English,yes,,no,U49,"Group 1" | ||
"PHC C, Sub C, Vil C",Org X Cat B,user49@orgx,user49,[email protected],+919876543210,English,yes,,no,U49,"Group 1" | ||
"PHC B, Sub C, Vil C",Org X Cat C,user69@orgx,user69,[email protected],+919876543210,English,no,spinner,no,U69,"Group 2" | ||
"PHC C, Sub C, Vil C",Org X Cat C,user69@orgx,user69,[email protected],+919876543210,English,no,spinner,no,U69,"Group 2" | ||
Location with full hierarchy,Catchment Name,Username,Full Name of User,Email Address,Mobile Number,Preferred Language,Track Location,Is Allowed To Invoke Token Generation API,Date picker mode,Enable Beneficiary mode,Identifier Prefix,User Groups | ||
"Mandatory field. Can be found from Admin -> Locations -> Click Export",Mandatory field,Mandatory field,Mandatory field,Mandatory field,"Mandatory field. Prefix the mobile number with country code","Allowed values: #supported_languages#. Only single value allowed. Default: English","Allowed values: yes, no. Default: no","Allowed values: yes, no. Default: no","Allowed values: calendar, spinner. Default: calendar","Allowed values: yes, no. Default: no",,"Allowed values: #all_user_groups#" | ||
"PHC B, Sub B, Vil B",Org X Cat A,user29@orgx,user29,[email protected],+919876543210,English,yes,no,calendar,no,U29,"Group 1,Group 2" | ||
"PHC B, Sub B, Vil C",Org X Cat A,user29@orgx,user29,[email protected],+919876543210,English,yes,no,calendar,no,U29,"Group 1,Group 2" | ||
"PHC B, Sub C, Vil C",Org X Cat A,user29@orgx,user29,[email protected],+919876543210,English,yes,no,calendar,no,U29,"Group 1,Group 2" | ||
"PHC B, Sub B, Vil C",Org X Cat B,user49@orgx,user49,[email protected],+919876543210,English,yes,no,,no,U49,"Group 1" | ||
"PHC B, Sub C, Vil C",Org X Cat B,user49@orgx,user49,[email protected],+919876543210,English,yes,no,,no,U49,"Group 1" | ||
"PHC C, Sub C, Vil C",Org X Cat B,user49@orgx,user49,[email protected],+919876543210,English,yes,no,,no,U49,"Group 1" | ||
"PHC B, Sub C, Vil C",Org X Cat C,user69@orgx,user69,[email protected],+919876543210,English,no,yes,spinner,no,U69,"Group 2" | ||
"PHC C, Sub C, Vil C",Org X Cat C,user69@orgx,user69,[email protected],+919876543210,English,no,yes,spinner,no,U69,"Group 2" |
6 changes: 0 additions & 6 deletions
6
avni-server-api/src/test/resources/bulkupload-sample/locations.csv
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
avni-server-api/src/test/resources/bulkupload-sample/usersandcatchments.csv
This file was deleted.
Oops, something went wrong.