Skip to content

Commit c35b840

Browse files
committed
chore : json 업데이트 반영
1 parent 514463e commit c35b840

2 files changed

Lines changed: 2 additions & 81 deletions

File tree

Lines changed: 1 addition & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1 @@
1-
{
2-
"events": [
3-
{
4-
"id": "2b7545a6-ebee-426c-b906-2329bc8d62bd",
5-
"title": "팀 회의",
6-
"date": "2025-10-20",
7-
"startTime": "10:00",
8-
"endTime": "11:00",
9-
"description": "주간 팀 미팅",
10-
"location": "회의실 A",
11-
"category": "업무",
12-
"repeat": { "type": "none", "interval": 0 },
13-
"notificationTime": 1
14-
},
15-
{
16-
"id": "09702fb3-a478-40b3-905e-9ab3c8849dcd",
17-
"title": "점심 약속",
18-
"date": "2025-10-21",
19-
"startTime": "12:30",
20-
"endTime": "13:30",
21-
"description": "동료와 점심 식사",
22-
"location": "회사 근처 식당",
23-
"category": "개인",
24-
"repeat": { "type": "none", "interval": 0 },
25-
"notificationTime": 1
26-
},
27-
{
28-
"id": "da3ca408-836a-4d98-b67a-ca389d07552b",
29-
"title": "프로젝트 마감",
30-
"date": "2025-10-25",
31-
"startTime": "09:00",
32-
"endTime": "18:00",
33-
"description": "분기별 프로젝트 마감",
34-
"location": "사무실",
35-
"category": "업무",
36-
"repeat": { "type": "none", "interval": 0 },
37-
"notificationTime": 1
38-
},
39-
{
40-
"id": "dac62941-69e5-4ec0-98cc-24c2a79a7f81",
41-
"title": "생일 파티",
42-
"date": "2025-10-28",
43-
"startTime": "19:00",
44-
"endTime": "22:00",
45-
"description": "친구 생일 축하",
46-
"location": "친구 집",
47-
"category": "개인",
48-
"repeat": { "type": "none", "interval": 0 },
49-
"notificationTime": 1
50-
},
51-
{
52-
"id": "80d85368-b4a4-47b3-b959-25171d49371f",
53-
"title": "운동",
54-
"date": "2025-10-22",
55-
"startTime": "18:00",
56-
"endTime": "19:00",
57-
"description": "주간 운동",
58-
"location": "헬스장",
59-
"category": "개인",
60-
"repeat": { "type": "none", "interval": 0 },
61-
"notificationTime": 1
62-
},
63-
{
64-
"id": "a5cb3d73-53a6-4b0e-ac9a-11297951adb4",
65-
"title": "1",
66-
"date": "2025-10-31",
67-
"startTime": "10:59",
68-
"endTime": "22:58",
69-
"description": "1",
70-
"location": "1",
71-
"category": "업무",
72-
"repeat": {
73-
"type": "daily",
74-
"interval": 1,
75-
"id": "3b9b9fbd-c597-4ba9-991a-30c31979eb87",
76-
"exceptions": ["2025-10-31"]
77-
},
78-
"notificationTime": 10
79-
}
80-
]
81-
}
1+
{"events":[{"id":"2b7545a6-ebee-426c-b906-2329bc8d62bd","title":"팀 회의","date":"2025-10-20","startTime":"10:00","endTime":"11:00","description":"주간 팀 미팅","location":"회의실 A","category":"업무","repeat":{"type":"none","interval":0},"notificationTime":1},{"id":"09702fb3-a478-40b3-905e-9ab3c8849dcd","title":"점심 약속","date":"2025-10-21","startTime":"12:30","endTime":"13:30","description":"동료와 점심 식사","location":"회사 근처 식당","category":"개인","repeat":{"type":"none","interval":0},"notificationTime":1},{"id":"da3ca408-836a-4d98-b67a-ca389d07552b","title":"프로젝트 마감","date":"2025-10-25","startTime":"09:00","endTime":"18:00","description":"분기별 프로젝트 마감","location":"사무실","category":"업무","repeat":{"type":"none","interval":0},"notificationTime":1},{"id":"dac62941-69e5-4ec0-98cc-24c2a79a7f81","title":"생일 파티","date":"2025-10-28","startTime":"19:00","endTime":"22:00","description":"친구 생일 축하","location":"친구 집","category":"개인","repeat":{"type":"none","interval":0},"notificationTime":1},{"id":"80d85368-b4a4-47b3-b959-25171d49371f","title":"운동","date":"2025-10-22","startTime":"18:00","endTime":"19:00","description":"주간 운동","location":"헬스장","category":"개인","repeat":{"type":"none","interval":0},"notificationTime":1},{"id":"a5cb3d73-53a6-4b0e-ac9a-11297951adb4","title":"1","date":"2025-10-31","startTime":"10:59","endTime":"22:58","description":"1","location":"1","category":"업무","repeat":{"type":"daily","interval":1,"id":"3b9b9fbd-c597-4ba9-991a-30c31979eb87","exceptions":["2025-10-31"]},"notificationTime":10},{"id":"34204c36-5aca-41bd-89b2-13b5be94a41d","title":"312","date":"2025-11-01","startTime":"01:30","endTime":"06:26","description":"123","location":"123","category":"업무","repeat":{"type":"none","interval":1},"notificationTime":10}]}

vitest-report.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)