Skip to content

Commit

Permalink
937 Update Seed Data
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoko committed Apr 22, 2019
1 parent e62991c commit 84e3c8c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 17 deletions.
8 changes: 5 additions & 3 deletions efcms-service/storage/fixtures/seed/101-19.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@
"docketRecord": [
{
"filingDate": "2019-03-01T21:40:46.415Z",
"description": "Request for Place of Trial at Birmingham, Alabama"
"description": "Petition",
"filedBy": "Test Petitioner",
"index": 1
},
{
"filingDate": "2019-03-01T21:40:46.415Z",
"description": "Petition",
"filedBy": "Test Petitioner"
"description": "Request for Place of Trial at Birmingham, Alabama",
"index": 2
}
],
"sk": "0",
Expand Down
8 changes: 5 additions & 3 deletions efcms-service/storage/fixtures/seed/102-19.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,14 @@
"docketRecord": [
{
"filingDate": "2019-03-01T21:42:29.073Z",
"description": "Request for Place of Trial at Boise, Idaho"
"description": "Petition",
"filedBy": "Test Petitioner",
"index": 1
},
{
"filingDate": "2019-03-01T21:42:29.073Z",
"description": "Petition",
"filedBy": "Test Petitioner"
"description": "Request for Place of Trial at Boise, Idaho",
"index": 2
}
],
"pk": "fa1179bd-04f5-4934-a716-964d8d7babc6",
Expand Down
15 changes: 9 additions & 6 deletions efcms-service/storage/fixtures/seed/103-19.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,22 @@
"createdAt": "2019-03-01T22:53:50.097Z",
"caseId": "491b05b4-483f-4b85-8dd7-2dd4c069eb50",
"docketRecord": [
{
"description": "Request for Place of Trial at Mobile, Alabama",
"filingDate": "2019-03-01T22:53:50.097Z"
},
{
"description": "Petition",
"filingDate": "2019-03-01T22:53:50.098Z",
"filedBy": "Test Petitioner"
"filedBy": "Test Petitioner",
"index": 1
},
{
"description": "Request for Place of Trial at Mobile, Alabama",
"filingDate": "2019-03-01T22:53:50.097Z",
"index": 2
},
{
"description": "Answer",
"filingDate": "2019-03-01T22:54:05.993Z",
"filedBy": "Test Respondent"
"filedBy": "Test Respondent",
"index": 3
}
],
"sk": "0",
Expand Down
9 changes: 6 additions & 3 deletions efcms-service/storage/fixtures/seed/104-19.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,20 @@
"description": "Petition",
"documentId": "c63be3f2-2240-451e-b6bd-8206d52a070b",
"filingDate": "2019-03-05T17:34:13.490Z",
"filedBy": "Test Petitioner"
"filedBy": "Test Petitioner",
"index": 1
},
{
"description": "Request for Place of Trial at Birmingham, Alabama",
"filingDate": "2019-03-05T17:34:13.490Z"
"filingDate": "2019-03-05T17:34:13.490Z",
"index": 2
},
{
"description": "Ownership Disclosure Statement",
"documentId": "add36745-8e77-450b-a8dd-6f34272fe1d5",
"filingDate": "2019-03-05T17:34:13.491Z",
"filedBy": "Test Petitioner"
"filedBy": "Test Petitioner",
"index": 3
}
],
"orderForAmendedPetitionAndFilingFee": true,
Expand Down
6 changes: 4 additions & 2 deletions efcms-service/storage/fixtures/seed/105-19.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,13 @@
"description": "Petition",
"documentId": "35306555-83f2-4f61-9be6-438bd107e5eb",
"filingDate": "2019-03-27T21:53:00.297Z",
"filedBy": "Test Practitioner"
"filedBy": "Test Practitioner",
"index": 1
},
{
"description": "Request for Place of Trial at Jackson, Mississippi",
"filingDate": "2019-03-27T21:53:00.297Z"
"filingDate": "2019-03-27T21:53:00.297Z",
"index": 2
}
],
"orderForAmendedPetitionAndFilingFee": false,
Expand Down

0 comments on commit 84e3c8c

Please sign in to comment.