-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Feature/#135 경험 작성 유효성 검사
- Loading branch information
Showing
9 changed files
with
83 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,82 @@ | ||
export const basicKeywords = [ | ||
{ | ||
id: "018f99d1-cfd9-7991-8519-3c04e1ef6dab", | ||
name: "프레젠테이션", | ||
}, | ||
{ | ||
id: "018f99d1-0061-7785-b066-c56ccb8e8929", | ||
name: "문서화", | ||
id: "018f99d0-7434-75d1-96af-66da7799a7e2", | ||
name: "계획력", | ||
}, | ||
{ | ||
id: "018f99d0-926b-7c84-99e8-f726538000e4", | ||
name: "글쓰기", | ||
}, | ||
{ | ||
id: "018f99d1-10d4-7fc7-afa3-20253ba5f1d3", | ||
name: "문제 발견", | ||
}, | ||
{ | ||
id: "018f99d1-a0bb-76e3-a96c-4b25a30aec5b", | ||
name: "탐구력", | ||
id: "018f99d0-a5b0-7770-bb6c-690b8360f729", | ||
name: "꼼꼼함", | ||
}, | ||
{ | ||
id: "018f99d0-b6ef-7dcc-b149-146544946f03", | ||
name: "끈기", | ||
}, | ||
{ | ||
id: "018f99d0-d52e-718e-ad09-018eefc42532", | ||
name: "논리력", | ||
}, | ||
{ | ||
id: "018f99d0-effc-7252-9fd3-86844df0da46", | ||
name: "리더십", | ||
}, | ||
{ | ||
id: "018f99d1-0061-7785-b066-c56ccb8e8929", | ||
name: "문서화", | ||
}, | ||
{ | ||
id: "018f99d1-10d4-7fc7-afa3-20253ba5f1d3", | ||
name: "문제 발견", | ||
}, | ||
{ | ||
id: "018f99d1-2134-7c2b-9bb1-ec87362cee1b", | ||
name: "문제해결", | ||
name: "문제 해결", | ||
}, | ||
{ | ||
id: "018f99d1-3178-70c0-9105-ec3a62418bb4", | ||
name: "분석력", | ||
}, | ||
{ | ||
id: "018f99d0-7434-75d1-96af-66da7799a7e2", | ||
name: "계획력", | ||
id: "018f99d1-44b5-74ff-b0e3-d5ec54106584", | ||
name: "아이디어", | ||
}, | ||
{ | ||
id: "018f99d1-af15-7eb9-9a8e-f480e5d51294", | ||
name: "통찰력", | ||
id: "018f99d1-56e2-7e15-9cb2-47b256a01def", | ||
name: "인력 관리", | ||
}, | ||
{ | ||
id: "018f99d0-d52e-718e-ad09-018eefc42532", | ||
name: "논리력", | ||
id: "018f99d1-67aa-742f-837a-b3fa82e781b0", | ||
name: "주도성", | ||
}, | ||
{ | ||
id: "018f99d1-e00c-7ef2-88c0-c8bd4e923ce0", | ||
name: "협업", | ||
id: "018f99d1-79cd-7a61-bb86-596239427394", | ||
name: "책임감", | ||
}, | ||
{ | ||
id: "018f99d1-9175-702f-854b-df51010040c2", | ||
name: "커뮤니케이션", | ||
}, | ||
{ | ||
id: "018f99d1-44b5-74ff-b0e3-d5ec54106584", | ||
name: "아이디어", | ||
id: "018f99d1-a0bb-76e3-a96c-4b25a30aec5b", | ||
name: "탐구력", | ||
}, | ||
{ | ||
id: "018f99d0-effc-7252-9fd3-86844df0da46", | ||
name: "리더십", | ||
id: "018f99d1-af15-7eb9-9a8e-f480e5d51294", | ||
name: "통찰력", | ||
}, | ||
{ | ||
id: "018f99d1-c131-7ac2-92f7-2c95dbdce1d1", | ||
name: "프로젝트 관리", | ||
}, | ||
{ | ||
id: "018f99d1-56e2-7e15-9cb2-47b256a01def", | ||
name: "인력 관리", | ||
}, | ||
{ | ||
id: "018f99d1-67aa-742f-837a-b3fa82e781b0", | ||
name: "주도성", | ||
}, | ||
{ | ||
id: "018f99d1-79cd-7a61-bb86-596239427394", | ||
name: "책임감", | ||
id: "018f99d1-cfd9-7991-8519-3c04e1ef6dab", | ||
name: "프레젠테이션", | ||
}, | ||
{ | ||
id: "018f99d0-a5b0-7770-bb6c-690b8360f729", | ||
name: "꼼꼼함", | ||
id: "018f99d1-e00c-7ef2-88c0-c8bd4e923ce0", | ||
name: "협업", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters