-
Notifications
You must be signed in to change notification settings - Fork 8
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 #2074 from cardstack/crm-task-example-data
Add CRM task example data
- Loading branch information
Showing
8 changed files
with
483 additions
and
7 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
packages/experiments-realm/CRMTask/06d4b1be-cea6-417c-afc1-a817ec4811a2.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,68 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"status": { | ||
"index": 1, | ||
"label": "In Progress", | ||
"color": null, | ||
"completed": false | ||
}, | ||
"dateRange": { | ||
"start": null, | ||
"end": null | ||
}, | ||
"priority": { | ||
"index": 3, | ||
"label": "High" | ||
}, | ||
"name": "Fitness First App Integration Kickoff", | ||
"details": "Initial technical meeting for mobile app integration project phase", | ||
"description": null, | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"crmApp": { | ||
"links": { | ||
"self": "../CrmApp/4e73712d-2a31-4ffe-9c22-d3de277257a6" | ||
} | ||
}, | ||
"subtasks": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"assignee": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"contact": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"account": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"deal": { | ||
"links": { | ||
"self": "../Deal/f0d769bd-e347-4203-9a96-89332cfba0e2" | ||
} | ||
}, | ||
"tags": { | ||
"links": { | ||
"self": null | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../crm/task", | ||
"name": "CRMTask" | ||
} | ||
} | ||
} | ||
} |
68 changes: 68 additions & 0 deletions
68
packages/experiments-realm/CRMTask/079a92c7-279c-4ac6-afea-edaac42f4177.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,68 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"status": { | ||
"index": 1, | ||
"label": "In Progress", | ||
"color": null, | ||
"completed": false | ||
}, | ||
"dateRange": { | ||
"start": "2025-01-01", | ||
"end": "2025-01-16" | ||
}, | ||
"priority": { | ||
"index": 2, | ||
"label": "Medium" | ||
}, | ||
"name": "Prepare Startup Marketing Proposal", | ||
"details": "Create comprehensive digital marketing strategy proposal", | ||
"description": null, | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"crmApp": { | ||
"links": { | ||
"self": "../CrmApp/4e73712d-2a31-4ffe-9c22-d3de277257a6" | ||
} | ||
}, | ||
"subtasks": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"assignee": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"contact": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"account": { | ||
"links": { | ||
"self": "../Account/bf437dc3-1f96-45e5-a057-3487c6a5c2f7" | ||
} | ||
}, | ||
"deal": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"tags": { | ||
"links": { | ||
"self": null | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../crm/task", | ||
"name": "CRMTask" | ||
} | ||
} | ||
} | ||
} |
68 changes: 68 additions & 0 deletions
68
packages/experiments-realm/CRMTask/2d0f27ef-3c8b-4dc6-a46d-c50436afe592.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,68 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"status": { | ||
"index": 1, | ||
"label": "In Progress", | ||
"color": null, | ||
"completed": false | ||
}, | ||
"dateRange": { | ||
"start": "2024-12-04", | ||
"end": "2024-12-25" | ||
}, | ||
"priority": { | ||
"index": 3, | ||
"label": "High" | ||
}, | ||
"name": "Techflow SEO Strategy Planning", | ||
"details": "Prepare detailed SEO strategy document for TechFlow's $60k package component", | ||
"description": null, | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"crmApp": { | ||
"links": { | ||
"self": "../CrmApp/4e73712d-2a31-4ffe-9c22-d3de277257a6" | ||
} | ||
}, | ||
"subtasks": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"assignee": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"contact": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"account": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"deal": { | ||
"links": { | ||
"self": "../Deal/4fdd3053-14f1-4800-827f-d3e2a5c44ae8" | ||
} | ||
}, | ||
"tags": { | ||
"links": { | ||
"self": null | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../crm/task", | ||
"name": "CRMTask" | ||
} | ||
} | ||
} | ||
} |
68 changes: 68 additions & 0 deletions
68
packages/experiments-realm/CRMTask/590c7999-52f1-4e79-bc9c-905d10781061.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,68 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"status": { | ||
"index": 1, | ||
"label": "In Progress", | ||
"color": null, | ||
"completed": false | ||
}, | ||
"dateRange": { | ||
"start": "2025-02-01", | ||
"end": "2025-02-28" | ||
}, | ||
"priority": { | ||
"index": 3, | ||
"label": "High" | ||
}, | ||
"name": "Digital Transformation Implementation Plan", | ||
"details": "Create detailed rollout schedule for new systems", | ||
"description": null, | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"crmApp": { | ||
"links": { | ||
"self": "../CrmApp/4e73712d-2a31-4ffe-9c22-d3de277257a6" | ||
} | ||
}, | ||
"subtasks": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"assignee": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"contact": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"account": { | ||
"links": { | ||
"self": "../Account/be0192c4-e566-40ee-8a57-f88f7ab37e53" | ||
} | ||
}, | ||
"deal": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"tags": { | ||
"links": { | ||
"self": null | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../crm/task", | ||
"name": "CRMTask" | ||
} | ||
} | ||
} | ||
} |
68 changes: 68 additions & 0 deletions
68
packages/experiments-realm/CRMTask/7e523825-ea26-40e2-9428-844e219272cc.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,68 @@ | ||
{ | ||
"data": { | ||
"type": "card", | ||
"attributes": { | ||
"status": { | ||
"index": 0, | ||
"label": "Not Started", | ||
"color": null, | ||
"completed": false | ||
}, | ||
"dateRange": { | ||
"start": null, | ||
"end": null | ||
}, | ||
"priority": { | ||
"index": 1, | ||
"label": "Low" | ||
}, | ||
"name": "Review Contract Renewal Options", | ||
"details": "Prepare renewal package with updated service offerings", | ||
"description": null, | ||
"thumbnailURL": null | ||
}, | ||
"relationships": { | ||
"crmApp": { | ||
"links": { | ||
"self": "../CrmApp/4e73712d-2a31-4ffe-9c22-d3de277257a6" | ||
} | ||
}, | ||
"subtasks": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"assignee": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"contact": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"account": { | ||
"links": { | ||
"self": "../Account/77976251-6bc8-4a8c-972f-f9d588e8434d" | ||
} | ||
}, | ||
"deal": { | ||
"links": { | ||
"self": null | ||
} | ||
}, | ||
"tags": { | ||
"links": { | ||
"self": null | ||
} | ||
} | ||
}, | ||
"meta": { | ||
"adoptsFrom": { | ||
"module": "../crm/task", | ||
"name": "CRMTask" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.