Skip to content

Commit

Permalink
[merge] : 단과대/학과 업데이트 (#242)
Browse files Browse the repository at this point in the history
* [feat] : #183 캘린더 테이블 카테고리 enum 추가

* [feat] : #183 엔티티 설계

* [feat] : #183 일정 조회 구현

* [fix] : #183 일정추가 및 쿼리DSL 설정 확인

* [fix] : 로컬로 옮기기위한 커밋

* [fix]: #183-calendar 예외처리 불분명

* [fix] : exception 핸들러 하위 에러 처리 오류 해결

* [fix] : 레전드 import 문제 수정

* [fix] : ACL 적용 기능구현(미완성) 원격저장소를 위한 커밋

* [fix] : 권한 처리

* [fix] : 경고제거

* [fix] : 캘린더 조회 방법 수정

* [fix] #224 userId hidden

* [fix] : 스테이징

* [fix] : 오타수정

* [fix] #229 질의응답게시판 이메일 발송 임시

* [feat] : 정렬 일자별

* [fix] : 수정,삭제 api 구현

* [feat] : 일정 단건 조회

* [feat] : 페이지네이션 적용

* [fix] #234 질의응답게시판 자치기구 계정 댓글 삭제 권한 추가

* [feat] #232 디스코드 웹훅, 봇 사용자수 알림

* [fix] discord 스케줄 정지

* [fix] : /user-info API 수정 및 온보딩 예외처리

* [fix] : 학과/단과대 업데이트

* [fix] : 학과/단과대 업데이트

---------

Co-authored-by: jinseok <[email protected]>
Co-authored-by: beakgugong <[email protected]>
  • Loading branch information
3 people authored Mar 4, 2025
1 parent e932389 commit 9a3bd51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,11 @@ public enum MajorCode {
FREE_MAJOR_HUMANITIES_DEPARTMENT("자유전공학부(인문)"),

// 자유전공학부(자연)
FREE_MAJOR_SCIENCES_DEPARTMENT("자유전공학부(자연)");
FREE_MAJOR_SCIENCES_DEPARTMENT("자유전공학부(자연)"),

// 국제대학
// 한국학과
KOREAN_STUDIES_DEPARTMENT("한국학과");

private final String stringMajorCode;
public static MajorCode getEnumMajorCodeFromStringMajorCode(String stringMajorCode) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ public enum MemberCode {
// 베어드학부대학
BAIRD_SCHOOL("베어드학부대학"),

// 국제대학
INTERNATIONAL_SCHOOL("국제대학"),

// 교지편집위원회
SCHOOL_MAGAZINE_EDITORIAL_COMMITTEE("교지편집위원회"),

Expand Down

0 comments on commit 9a3bd51

Please sign in to comment.