-
Notifications
You must be signed in to change notification settings - Fork 0
Feat : 변경된 학과명 추가 및 수정 #277
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
Conversation
huiwoo-jo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
학과명에 대하여 코멘트 남겼습니다
확인부탁드려요!!
| items = | ||
| resources.getStringArray(R.array.dmu_department_list).toCollection(ArrayList<String>()) | ||
| items.sort() | ||
| resources.getStringArray(R.array.dmu_department_list).toCollection(ArrayList()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
|
||
| const val UNDECLARED_MAJOR_CODE = 701 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UNDECLARED_MAJOR_CODE는 오류 코드처럼 보일 수도 있을거 같아요!
처음 보고서 오류 코드를 추가하신 불 알았어요.
LIBERAL_MAJOR_CODE, INTERDISCIPLINARY_CODE,
EXPLORATORY_MAJOR_CODE가 더 명확하지 않을까 제안해봅니다!
| object Robot : Department("로봇공학과", CODE.ROBOT_ENGINE_CODE) | ||
| object Robot : Department("로봇소프트웨어과", CODE.ROBOT_ENGINE_CODE) | ||
| object Electrical : Department("전기공학과", CODE.ELECTRICAL_ENGINE_CODE) | ||
| object InfoElectrical : Department("정보전자공학과", CODE.INFO_ELECTRONIC_ENGINE_CODE) | ||
| object Semiconductor : Department("반도체전자공학과", CODE.SEMICONDUCTOR_ENGINE_CODE) | ||
| object InfoCommunication : Department("정보통신공학과", CODE.INFO_COMMUNICATION_ENGINE_CODE) | ||
| object FireManagement : Department("소방안전관리과", CODE.FIRE_MANAGEMENT_CODE) | ||
| object ComputerInfo : Department("컴퓨터정보공학과", CODE.COMPUTER_INFO_ENGINE_CODE) | ||
| object ComputerInfo : Department("웹응용소프트웨어공학과", CODE.COMPUTER_INFO_ENGINE_CODE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
바뀐 학과명에 맞춰서 object명과 CODE를 변경해야 나중에 혼선이 없을거 같아요
아래처럼 바꾸면 어떨까요?
ROBOT_ENGINE_CODE -> ROBOT_SOFTWARE_CODE
ComputerInfo -> WebAppSofware
COMPUTER_INFO_ENGINE_CODE -> WEB_APP_SOFTWARE_ENGINE_CODE
| "호텔관광학과" -> HotelTourism | ||
| "경영정보학과" -> BusinessInfo | ||
| "빅데이터경영과" -> BigDataManagement | ||
| "자유전공학과" -> UndeclaredMajor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위에 코드명을 바꾸게 된다면 같이 수정해야합니다!
- 변경된 학과명에 맞춰 상수 네이밍을 수정합니다.
… feat/add-new-department
huiwoo-jo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
자유전공학과 관련하여 수정이 안된 부분들이 있어 코멘트 남겨놨습니다!
| object HotelTourism : Department("호텔관광학과", CODE.HOTEL_TOURISM_CODE) | ||
| object BusinessInfo : Department("경영정보학과", CODE.MANAGEMENT_INFORMATION_CODE) | ||
| object BigDataManagement : Department("빅데이터경영과", CODE.BIG_DATA_MANAGEMENT_CODE) | ||
| object UndeclaredMajor : Department("자유전공학과", CODE.LIBERAL_MAJOR_CODE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 같이 수정해야될거 같아요
| object UndeclaredMajor : Department("자유전공학과", CODE.LIBERAL_MAJOR_CODE) | |
| object LiberalMajor : Department("자유전공학과", CODE.LIBERAL_MAJOR_CODE) |
| "호텔관광학과" -> HotelTourism | ||
| "경영정보학과" -> BusinessInfo | ||
| "빅데이터경영과" -> BigDataManagement | ||
| "자유전공학과" -> UndeclaredMajor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 수정이요!
| "자유전공학과" -> UndeclaredMajor | |
| "자유전공학과" -> LiberalMajor |
| "기계공학과" -> CODE.MECHANICAL_ENGINE_CODE | ||
| "기계설계공학과" -> CODE.MECHANICAL_DESIGN_CODE | ||
| "자동화공학과" -> CODE.AUTOMATION_ENGINE_CODE | ||
| "로봇공학과" -> CODE.ROBOT_ENGINE_CODE | ||
| "로봇공학과" -> CODE.ROBOT_SOFTWARE_CODE | ||
| "컴퓨터소프트웨어공학과" -> CODE.COMPUTER_SOFTWARE_ENGINE_CODE | ||
| "컴퓨터정보공학과" -> CODE.COMPUTER_INFO_ENGINE_CODE | ||
| "컴퓨터정보공학과" -> CODE.WEB_APP_SOFTWARE_ENGINE_CODE | ||
| "인공지능소프트웨어공학과" -> CODE.ARTIFICIAL_ENGINE_CODE | ||
| "전기공학과" -> CODE.ELECTRICAL_ENGINE_CODE | ||
| "정보전자공학과" -> CODE.INFO_ELECTRONIC_ENGINE_CODE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기에 자유전공학과가 없네요!
추가해야해요
huiwoo-jo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다👍
📮 관련 이슈
✍️ 구현 내용
📷 구현 영상
IMG_9732.MOV
IMG_9733.MOV
✔️ 확인 사항