-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2679 from bcgov/2524-replace-op-rep
Replace operation rep
- Loading branch information
Showing
29 changed files
with
835 additions
and
167 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
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
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
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 |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"pk": 1, | ||
"fields": { | ||
"business_role": "Operation Representative", | ||
"first_name": "John", | ||
"last_name": "Doe", | ||
"first_name": "Alice", | ||
"last_name": "Art", | ||
"position_title": "Manager", | ||
"address": 1, | ||
"email": "john.doe@example.com", | ||
"email": "alice.art@example.com", | ||
"phone_number": "+16044011234" | ||
} | ||
}, | ||
|
@@ -17,11 +17,11 @@ | |
"pk": 2, | ||
"fields": { | ||
"business_role": "Operation Representative", | ||
"first_name": "Jane", | ||
"last_name": "Smith", | ||
"first_name": "Althea", | ||
"last_name": "Ark", | ||
"position_title": "Manager", | ||
"address": 2, | ||
"email": "jane.smith@example.com", | ||
"email": "althea.ark@example.com", | ||
"phone_number": "+16044011234" | ||
} | ||
}, | ||
|
@@ -30,11 +30,11 @@ | |
"pk": 3, | ||
"fields": { | ||
"business_role": "Operation Representative", | ||
"first_name": "Alice", | ||
"last_name": "Johnson", | ||
"first_name": "Bill", | ||
"last_name": "Blue", | ||
"position_title": "Manager", | ||
"address": 3, | ||
"email": "alice.johnson@example.com", | ||
"email": "bill.blue@example.com", | ||
"phone_number": "+16044011235" | ||
} | ||
}, | ||
|
@@ -56,11 +56,10 @@ | |
"pk": 5, | ||
"fields": { | ||
"business_role": "Operation Representative", | ||
"first_name": "Carol", | ||
"last_name": "Davis", | ||
"first_name": "Blair", | ||
"last_name": "Balloons - no address", | ||
"position_title": "Manager", | ||
"address": 5, | ||
"email": "[email protected]", | ||
"email": "[email protected]", | ||
"phone_number": "+16044011237" | ||
} | ||
}, | ||
|
@@ -69,11 +68,11 @@ | |
"pk": 6, | ||
"fields": { | ||
"business_role": "Operation Representative", | ||
"first_name": "Dave", | ||
"last_name": "Evans", | ||
"first_name": "Bart", | ||
"last_name": "Banker - incomplete address", | ||
"position_title": "Manager", | ||
"address": 6, | ||
"email": "dave.evans@example.com", | ||
"address": 21, | ||
"email": "bart.banker@example.com", | ||
"phone_number": "+16044011238" | ||
} | ||
}, | ||
|
@@ -135,9 +134,8 @@ | |
"fields": { | ||
"business_role": "Operation Representative", | ||
"first_name": "Ivy", | ||
"last_name": "Jones", | ||
"last_name": "Jones - no address", | ||
"position_title": "Manager", | ||
"address": 11, | ||
"email": "[email protected]", | ||
"phone_number": "+16044011243" | ||
} | ||
|
@@ -148,9 +146,9 @@ | |
"fields": { | ||
"business_role": "Operation Representative", | ||
"first_name": "Jack", | ||
"last_name": "King", | ||
"last_name": "King - incomplete address", | ||
"position_title": "Manager", | ||
"address": 12, | ||
"address": 21, | ||
"email": "[email protected]", | ||
"phone_number": "+16044011244" | ||
} | ||
|
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
Oops, something went wrong.