Skip to content
Open
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f94c09a
Update db.json
PARK-YONG-HOON May 9, 2025
a2f8ab9
Update db.json
PARK-YONG-HOON May 9, 2025
03644b7
Update db.json
PARK-YONG-HOON May 9, 2025
2b96bea
Update db.json
PARK-YONG-HOON May 9, 2025
691329e
Update db.json
PARK-YONG-HOON May 9, 2025
8d4c757
Update db.json
PARK-YONG-HOON May 9, 2025
1d53d8f
Update db.json
PARK-YONG-HOON May 9, 2025
0bed0ad
Update db.json
PARK-YONG-HOON May 9, 2025
e666782
Update db.json
PARK-YONG-HOON May 9, 2025
7d856d7
Update db.json
PARK-YONG-HOON May 9, 2025
b6522dc
Update db.json
PARK-YONG-HOON May 9, 2025
12fe860
Update db.json
PARK-YONG-HOON May 9, 2025
a348d48
Update db.json
PARK-YONG-HOON May 9, 2025
ec05dc7
Update db.json
PARK-YONG-HOON May 9, 2025
9153687
Update db.json
PARK-YONG-HOON May 9, 2025
d22342e
Update db.json
PARK-YONG-HOON May 9, 2025
752ad19
Update db.json
PARK-YONG-HOON May 9, 2025
57c7172
Update db.json
PARK-YONG-HOON May 12, 2025
6590550
Update db.json
PARK-YONG-HOON May 13, 2025
beb09c1
Update db.json
PARK-YONG-HOON May 13, 2025
73e9275
Update db.json
PARK-YONG-HOON May 14, 2025
009d77f
Update db.json
PARK-YONG-HOON May 14, 2025
1c05402
Update db.json
PARK-YONG-HOON May 14, 2025
748a3a2
Update db.json
PARK-YONG-HOON May 14, 2025
6c9b28b
Update db.json
PARK-YONG-HOON May 14, 2025
458b6c4
Update db.json
PARK-YONG-HOON May 14, 2025
b042e94
Update db.json
PARK-YONG-HOON May 14, 2025
c542bff
Update db.json
PARK-YONG-HOON May 14, 2025
da23e32
Update db.json
PARK-YONG-HOON May 14, 2025
86decaa
Update db.json
PARK-YONG-HOON May 14, 2025
0a363d4
Update db.json
PARK-YONG-HOON May 14, 2025
64f4f6c
Update db.json
PARK-YONG-HOON May 14, 2025
7d10251
Update db.json
PARK-YONG-HOON May 14, 2025
02ab12e
Update db.json
PARK-YONG-HOON May 14, 2025
0f420e8
Update db.json
PARK-YONG-HOON May 15, 2025
b7de7cf
Update db.json
PARK-YONG-HOON May 23, 2025
1873ec6
Update db.json
PARK-YONG-HOON May 23, 2025
f47b73d
Update db.json
PARK-YONG-HOON May 23, 2025
3d04d07
Update db.json
PARK-YONG-HOON May 26, 2025
7555a10
Update db.json
PARK-YONG-HOON May 26, 2025
0106d8a
Update db.json
PARK-YONG-HOON May 27, 2025
8422fa8
Update db.json
PARK-YONG-HOON May 27, 2025
1de032b
Update db.json
PARK-YONG-HOON May 27, 2025
bf498d5
Update db.json
PARK-YONG-HOON May 27, 2025
90660fc
Update db.json
PARK-YONG-HOON May 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 117 additions & 12 deletions db.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,119 @@
{
"posts": [
{ "id": 1, "title": "Post 1" },
{ "id": 2, "title": "Post 2" },
{ "id": 3, "title": "Post 3" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 },
{ "id": 2, "body": "some comment", "postId": 1 }
],
"profile": {
"name": "typicode"
}
"data": [
{
"id": 1,
"names": "대시보드",
"namesEn": "Dashboard",
"namesJp" : "",
"description": "대시보드 화면",
"status": true,
"depth": 1,
"position": 0,
"parentId": null,
"path": "/contrabass/initialization/server-group",
"solutionType": "CONTRABASS",
"children" : []
},
{
"id": 2,
"names": "기본 설정",
"namesEn": "Base Setting",
"namesJp" : "",
"description": "기본 설정 메뉴 그룹",
"status": true,
"depth": 1,
"position": 1,
"parentId": null,
"path": "/contrabass/initialization/server-group",
"solutionType": "CONTRABASS",
"children" : [
{
"id": 3,
"names": "클러스터 관리",
"namesEn": "Cluster Management",
"namesJp" : "",
"description": "클러스터 관리 메뉴 그룹",
"status": true,
"depth": 2,
"position": 0,
"parentId": 2,
"path": "/contrabass/initialization/server-group",
"solutionType": "CONTRABASS",
"children": [
{
"id": 4,
"names": "클러스터 설정",
"namesEn": "Cluster Config",
"namesJp": "",
"description": "클러스터 설정 메뉴",
"status": true,
"depth": 3,
"position": 0,
"parentId": 3,
"path": "/contrabass/initialization/server-group",
"solutionType": "CONTRABASS",
"children":[]
},
{
"id": 5,
"names": "노드 관리",
"namesEn": "Node Management",
"namesJp": "",
"description": "노드관리 메뉴",
"status": false,
"depth": 3,
"position": 1,
"parentId": 3,
"path": "/contrabass/initialization/server-group",
"solutionType": "CONTRABASS",
"children":[]
},
{
"id": 6,
"names": "클러스터 설정",
"namesEn": "Cluster Config",
"namesJp": "",
"description": "클러스터 설정 메뉴",
"status": true,
"depth": 3,
"position": 2,
"parentId": 3,
"path": "/contrabass/initialization/server-group",
"solutionType": "CONTRABASS",
"children":[]
}
]
}
]
},

{
"id": 7,
"names": "워크플로우",
"namesEn": "Workflow",
"namesJp": "",
"description": "워크플로우 메뉴",
"status": true,
"depth": 1,
"position": 2,
"parentId": null,
"path": "/contrabass/initialization/server-group",
"solutionType": "CONTRABASS",
"children" : []
},
{
"id": 8,
"names": "서비스 카탈로그",
"namesEn": "Service Catalog",
"namesJp": "",
"description": "서비스 카탈로스 메뉴",
"status": false,
"depth": 1,
"position": 3,
"parentId": null,
"path": "/contrabass/initialization/server-group",
"solutionType": "CONTRABASS",
"children" : []
}
]
}