Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
전공 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Feb 28, 2024
1 parent 3fa370d commit 23e45ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@
public enum MajorType {
BACKEND("백엔드"),
FRONTEND("프론트엔드"),
APP("앱-개발자"),
IOS("ios"),
ANDROID("안드로이드"),
SCAMMER("사기꾼"),
DEVOPS("데브옵스"),
DESIGN("디자인"),
SECURITY("보안"),
GAME("게임-개발"),
EMBEDDED("임베디드"),
SLAVE("노예"),
AI("인공지능-개발"),
AI("인공지능-개발자"),
CLEANER("청소부"),
GITOPS("깃옵스"),
DBA("데이터베이스-관리자"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ public MajorType execute(String major) {
return switch (major) {
case "backend" -> MajorType.BACKEND;
case "frontend" -> MajorType.FRONTEND;
case "app" -> MajorType.APP;
case "ios" -> MajorType.IOS;
case "android" -> MajorType.ANDROID;
case "teacher" -> MajorType.SCAMMER;
case "student" -> MajorType.SLAVE;
case "devops" -> MajorType.DEVOPS;
Expand Down

0 comments on commit 23e45ae

Please sign in to comment.