-
Notifications
You must be signed in to change notification settings - Fork 10
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 #2050 from cardstack/CS-7834-add-crm-example-data
- Loading branch information
Showing
20 changed files
with
709 additions
and
274 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
56 changes: 56 additions & 0 deletions
56
packages/experiments-realm/Account/be0192c4-e566-40ee-8a57-f88f7ab37e53.json
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"shippingAddress": { | ||
"addressLine1": "789 Athletic Avenue", | ||
"addressLine2": "Building B", | ||
"city": "Seattle", | ||
"state": "WA", | ||
"postalCode": "98102", | ||
"country": { | ||
"name": "United States", | ||
"code": "US" | ||
}, | ||
"poBoxNumber": null | ||
}, | ||
"billingAddress": { | ||
"addressLine1": "789 Athletic Avenue", | ||
"addressLine2": "Building B", | ||
"city": "Seattle", | ||
"state": "WA", | ||
"postalCode": "98102", | ||
"country": { | ||
"name": "United States", | ||
"code": "US" | ||
}, | ||
"poBoxNumber": null | ||
}, | ||
"description": "Multi-location gym chain with comprehensive digital transformation needs", | ||
"thumbnailURL": "https://picsum.photos/id/416/200/300" | ||
}, | ||
"relationships": { | ||
"company": { | ||
"links": { | ||
"self": "../Company/9203c173-3420-44b3-863d-90defd7c57c8" | ||
} | ||
}, | ||
"primaryContact": { | ||
"links": { | ||
"self": "../Customer/dddaeabf-1e95-480c-b158-0873e31fc66c" | ||
} | ||
}, | ||
"contacts": { | ||
"links": { | ||
"self": null | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../crm/account", | ||
"name": "Account" | ||
} | ||
} | ||
} | ||
} |
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
65 changes: 65 additions & 0 deletions
65
packages/experiments-realm/Account/c78762d3-9ab5-4f62-9370-d0b6a0261b08.json
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"shippingAddress": { | ||
"addressLine1": "234 Veterinary Lane", | ||
"addressLine2": null, | ||
"city": "Seattle", | ||
"state": "WA", | ||
"postalCode": "98103", | ||
"country": { | ||
"name": "United States", | ||
"code": "US" | ||
}, | ||
"poBoxNumber": null | ||
}, | ||
"billingAddress": { | ||
"addressLine1": "234 Veterinary Lane", | ||
"addressLine2": null, | ||
"city": "Seattle", | ||
"state": "WA", | ||
"postalCode": "98103", | ||
"country": { | ||
"name": "United States", | ||
"code": "US" | ||
}, | ||
"poBoxNumber": null | ||
}, | ||
"urgencyTag": { | ||
"index": 5, | ||
"label": "Pending Contract", | ||
"color": null, | ||
"colorScheme": { | ||
"foregroundColor": "#512DA8", | ||
"backgroundColor": "#EDE7F6" | ||
} | ||
}, | ||
"description": "Proposal sent for website redesign and booking system integration", | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"company": { | ||
"links": { | ||
"self": "../Company/e1856419-27b0-4ce3-98fe-759d21c7144f" | ||
} | ||
}, | ||
"primaryContact": { | ||
"links": { | ||
"self": "../Customer/0c71bda7-f4d8-451a-97cb-567a8fa31763" | ||
} | ||
}, | ||
"contacts": { | ||
"links": { | ||
"self": null | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../crm/account", | ||
"name": "Account" | ||
} | ||
} | ||
} | ||
} |
26 changes: 0 additions & 26 deletions
26
packages/experiments-realm/Company/05326db9-ea5c-4f20-b516-ac3f2282e973.json
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.