feat: default pipeline provisioning at workspace creation (#728)

* feat: default pipeline and pipeline stage on workspace creation

* Create seed data files, typo

* Naming

---------

Co-authored-by: Emilien <emilien.chauvet.enpc@gmail.com>
This commit is contained in:
Jérémy M
2023-07-18 19:30:59 +02:00
committed by GitHub
parent f65d2f418e
commit 4ec93d4b6a
10 changed files with 141 additions and 18 deletions

View File

@ -0,0 +1,33 @@
[
{
"name": "New",
"color": "#B76796",
"index": 0,
"type": "open"
},
{
"name": "Screening",
"color": "#CB912F",
"index": 1,
"type": "ongoing"
},
{
"name": "Meeting",
"color": "#9065B0",
"index": 2,
"type": "ongoing"
},
{
"name": "Proposal",
"color": "#337EA9",
"index": 3,
"type": "ongoing"
},
{
"name": "Customer",
"color": "#079039",
"index": 4,
"type": "won"
}
]

View File

@ -0,0 +1,6 @@
{
"name": "Sales pipeline",
"icon": "💰",
"pipelineProgressableType": "Company"
}