Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
5 changes: 5 additions & 0 deletions public/data/count.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ongoingProjectCount": 63,
"endProjectCount": 4,
"totalProjectCount": 67
}
17 changes: 17 additions & 0 deletions public/data/method.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"id": 1,
"name": "온라인",
"createdAt": "2025-01-02T12:36:01.000Z"
},
{
"id": 2,
"name": "오프라인",
"createdAt": "2025-01-02T12:36:07.000Z"
},
{
"id": 3,
"name": "온/오프라인",
"createdAt": "2025-01-02T12:36:10.000Z"
}
]
47 changes: 47 additions & 0 deletions public/data/position.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"id": 1,
"name": "백엔드",
"createdAt": "2025-01-02T12:19:48.000Z"
},
{
"id": 2,
"name": "프론트엔드",
"createdAt": "2025-01-02T12:19:51.000Z"
},
{
"id": 3,
"name": "디자이너",
"createdAt": "2025-01-02T12:19:55.000Z"
},
{
"id": 4,
"name": "IOS",
"createdAt": "2025-01-02T12:20:25.000Z"
},
{
"id": 5,
"name": "안드로이드",
"createdAt": "2025-01-02T12:20:29.000Z"
},
{
"id": 6,
"name": "데브옵스",
"createdAt": "2025-01-02T12:20:45.000Z"
},
{
"id": 7,
"name": "PM",
"createdAt": "2025-01-02T12:20:48.000Z"
},
{
"id": 8,
"name": "기획자",
"createdAt": "2025-01-02T12:20:59.000Z"
},
{
"id": 9,
"name": "마케터",
"createdAt": "2025-01-02T12:21:02.000Z"
}
]
Loading