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:
33
server/src/core/pipeline/seed-data/pipeline-stages.json
Normal file
33
server/src/core/pipeline/seed-data/pipeline-stages.json
Normal 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"
|
||||
}
|
||||
]
|
||||
|
||||
6
server/src/core/pipeline/seed-data/sales-pipeline.json
Normal file
6
server/src/core/pipeline/seed-data/sales-pipeline.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "Sales pipeline",
|
||||
"icon": "💰",
|
||||
"pipelineProgressableType": "Company"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user