mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-13 06:59:10 +00:00
readme.md 생성 및 샘플데이터 추가
This commit is contained in:
@@ -32,6 +32,17 @@
|
||||
"startDate": "2025-01-01T00:00:00",
|
||||
"endDate": "2025-01-08T23:59:00",
|
||||
"createdAt": "2024-12-28T09:00:00"
|
||||
},
|
||||
{
|
||||
"eventId": "evt_2025020104",
|
||||
"eventTitle": "2월 신메뉴 출시 기념",
|
||||
"storeId": "store_001",
|
||||
"totalInvestment": 2000000,
|
||||
"expectedRevenue": 3000000,
|
||||
"status": "DRAFT",
|
||||
"startDate": "2025-02-01T00:00:00",
|
||||
"endDate": "2025-02-28T23:59:00",
|
||||
"createdAt": "2025-01-25T09:00:00"
|
||||
}
|
||||
],
|
||||
"distributions": [
|
||||
@@ -136,6 +147,40 @@
|
||||
"distributionCostRatio": 0.15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"eventId": "evt_2025020104",
|
||||
"completedAt": null,
|
||||
"channels": [
|
||||
{
|
||||
"channel": "우리동네TV",
|
||||
"channelType": "TV",
|
||||
"status": "DRAFT",
|
||||
"expectedViews": 0,
|
||||
"distributionCostRatio": 0
|
||||
},
|
||||
{
|
||||
"channel": "지니TV",
|
||||
"channelType": "TV",
|
||||
"status": "DRAFT",
|
||||
"expectedViews": 0,
|
||||
"distributionCostRatio": 0
|
||||
},
|
||||
{
|
||||
"channel": "링고비즈",
|
||||
"channelType": "CALL",
|
||||
"status": "DRAFT",
|
||||
"expectedViews": 0,
|
||||
"distributionCostRatio": 0
|
||||
},
|
||||
{
|
||||
"channel": "SNS",
|
||||
"channelType": "SNS",
|
||||
"status": "DRAFT",
|
||||
"expectedViews": 0,
|
||||
"distributionCostRatio": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"participants": [
|
||||
@@ -177,6 +222,19 @@
|
||||
"지니TV": 20,
|
||||
"링고비즈": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"eventId": "evt_2025020104",
|
||||
"participantRange": {
|
||||
"start": 0,
|
||||
"end": 0
|
||||
},
|
||||
"channelWeights": {
|
||||
"SNS": 0,
|
||||
"우리동네TV": 0,
|
||||
"지니TV": 0,
|
||||
"링고비즈": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user