Skip to content
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

new seed data for testing #152

Merged
merged 2 commits into from
May 1, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions db/seeds/CBDU23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"date_flag": "in_renewal_window",
"tier": "UPPER",
"registrationType": "carrier_broker_dealer",
"businessType": "limitedCompany",
"otherBusinesses": "yes",
"isMainService": "yes",
"onlyAMF": "no",
"companyName": "Limited Company Seed",
"companyNo": "00946107",
"firstName": "Test",
"lastName": "User",
"phoneNumber": "01234 567890",
"contactEmail": "user@waste-exemplar.gov.uk",
"addresses": [{
"addressType": "REGISTERED",
"addressMode": "manual-uk",
"houseNumber": "Unit 5",
"addressLine1": "Horizon House",
"addressLine2": "Deanery Road",
"townCity": "Bristol",
"postcode": "BS1 5AH",
"location": {
"lat": 0,
"lon": 0
}
},
{
"addressType": "POSTAL",
"houseNumber": "Richard Fairclough House",
"addressLine1": "Knutsford Road",
"addressLine2": "Latchford",
"addressLine3": "",
"addressLine4": "",
"townCity": "Warrington",
"postcode": "WA4 1HT",
"country": ""
}
],
"keyPeople": [{
"firstName": "Test",
"lastName": "Employee",
"dateOfBirth": "1978-01-01",
"position": "Director",
"personType": "KEY",
"convictionSearchResult": {
"matchResult": "NO",
"confirmed": "no"
}
}],
"accountEmail": "user@waste-exemplar.gov.uk",
"declaredConvictions": "no",
"declaration": 1,
"regIdentifier": "CBDU23",
"expires_on": "2018-07-15 00:00:00Z",
"metaData": {
"anotherString": "userDetailAddedAtRegistration",
"status": "ACTIVE",
"route": "DIGITAL",
"distance": "n/a"
},
"convictionSearchResult": {
"matchResult": "NO",
"confirmed": "no"
}
}