feat: create default opportunities view on workspace creation + add seed data (#1461)

Closes #1314
This commit is contained in:
Thaïs
2023-09-06 12:05:33 +02:00
committed by GitHub
parent 08b56ec7e2
commit 5c7660f588
8 changed files with 106 additions and 30 deletions

View File

@ -97,5 +97,28 @@
"size": 150
}
]
},
{
"name": "All Opportunities",
"objectId": "company",
"type": "Pipeline",
"fields": [
{
"key": "closeDate",
"name": "Close Date"
},
{
"key": "amount",
"name": "Amount"
},
{
"key": "probability",
"name": "Probability"
},
{
"key": "pointOfContact",
"name": "Point of Contact"
}
]
}
]