Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 학과를 추가, 삭제 및 변경합니다. #158

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,43 @@ class InMemoryDepartmentRepository
return listOf(
"건설도시공학부",
"건설환경공학과",
"건축학부",
"건축학전공(5년제)",
"경영학부",
"경제학부",
"공연예술학부",
"금속조형디자인과",
"기계시스템디자인공학과",
"국어교육과",
"국어국문학과",
"금속조형디자인과",
"기계시스템디자인공학과",
"도시공학과",
"독어독문학과",
"동양화과",
"도예유리과",
"디자인경영융합학부",
"동양화과",
"디자인·예술경영학부",
"디자인학부",
"디자인경영융합학부",
"독어독문학과",
"물리교육과",
"법학부",
"불어불문학과",
"사회교육과",
"산업디자인학과",
"산업·데이터공학과",
"산업디자인전공",
"사회교육과",
"섬유미술패션디자인과",
"수학교육과",
"신소재화공시스템공학부",
"실내건축학전공",
"시각디자인전공",
"신소재공학전공",
"영어교육과",
"영어영문학과",
"역사교육과",
"예술학과",
"응용미술학과",
"일본어문학과",
"전자전기공학부",
"전기전자공학부",
"조소과",
"캠퍼스자율전공",
"컴퓨터공학과",
"판화과",
"프랑스어문학과",
"화학공학전공",
"회화과",
)
}
Expand Down
Loading