Skip to content

Commit

Permalink
[Feat] 생명과학 특성학과 지원 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbqmgldjfh committed Mar 18, 2024
1 parent 2e9f0f0 commit 0b0c0ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ private List<NoticeRangeLookupResult> getDepartmentNoticeRangeLookup(NoticeRange

private List<NoticeDepartmentNameResult> convertDepartmentNameDtos(List<DepartmentName> departmentNames) {
return departmentNames.stream()
.filter(dn -> !dn.equals(DepartmentName.BIO_SCIENCE))
.filter(dn -> !dn.equals(DepartmentName.COMM_DESIGN))
.map(NoticeDepartmentNameResult::from)
.toList();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

import static com.kustacks.kuring.notice.domain.DepartmentName.BIO_SCIENCE;

// 생명과학특성학과의 baseUrl = http://www.konkuk.ac.kr/cms/Common/MessageBoard/ArticleList.do
// 생명과학특성학과는 게시글 링크를 비공개로 해놔서 파싱할 수가 없음. 그래서 forumIds를 주석처리해둠.

@RegisterDepartmentMap(key = BIO_SCIENCE)
public class BiologicalSciencesDept extends SanghuoBiologyCollege {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void look_up_department_list() {
var 학과_조회_요청_응답 = 학과_조회_요청();

// then
학과_조회_응답_확인(학과_조회_요청_응답, 60);
학과_조회_응답_확인(학과_조회_요청_응답, 61);
}

/**
Expand Down

0 comments on commit 0b0c0ad

Please sign in to comment.