generated from Bamdoliro/repository-generator
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[개선] 1, 2차 합격자 결정 시 동점자 처리 #132
Labels
개선
코드 리팩토링
Comments
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
- FormRepositoryImpl에서 원서를 받아올 때, order by에 여러개의 기준을 둬서 1순위부터 6순위까지의 동점자 처리 기준 역할을 하도록 했습니다. - 동점자 처리 기준중 3학년 1학기 성적이 있어서 Score에 3학년 1학기 성적을 추가했습니다.
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
- 입학요강에 따라 커트라인 점수를 저장해서, 이미 1차 정원이 다 찼더라도 동점자의 경우 추가로 합격을 시키도록 만들었어요. - 전형별로 합격을 시키는 과정에서 똑같은 for 반복문이 너무 많이 사용되어서 함수형 인터페이스를 사용해서 메서드화 하여서 중복 코드를 줄였어요.
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
- 전형별로 합격을 시키는 과정에서 똑같은 for 반복문이 너무 많이 사용되어서 함수형 인터페이스를 사용해서 메서드화 하여서 중복 코드를 줄였어요. - 특별전형 인원 미달 시 일반전형 지원자로 충원하는 로직을 SelectFirstPassUseCase처럼 수정했어요.
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
- SelectSecondPassUseCaseTest에서 테스트가 여러개가 되어서 하나의 테스트가 끝날때 마다 Repository를 초기화하는 메서드를 작성했어요.
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
- MissingTotalScoreException의 에러 코드가 409가 더 의미에 맞다고 생각하여 변경했어요.
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
- 검정고시는 특정 학기의 성적을 구할 수 없으므로 null로 하여서 오류를 방지했어요. - 입학요강에 따라 검정고시 원서의 경우 동점자 처리 중 3학년 1학기 성적에서 일반 원서보다 우선순위가 낮아요. 따라서 FormRepositoryImpl에서 order by절에 3학년 1학기 성적에 nullsLast 옵션을 추가하여 명시적으로 수정했어요.
4 tasks
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
cabbage16
added a commit
that referenced
this issue
Sep 26, 2024
cabbage16
added a commit
that referenced
this issue
Sep 28, 2024
- NoticeControllerTest에서 공지사항 파일 업로드 때, response가 비어있는 오류를 해결했어요.
cabbage16
added a commit
that referenced
this issue
Sep 28, 2024
cabbage16
added a commit
that referenced
this issue
Oct 4, 2024
- health check api 를 위한 컨트롤러인 HealthCheckController 를 삭제했어요. - 대신 spring actuator 라이브러리를 추가하여 컨트롤러 없이 health check api 를 만들었어요.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🙌 개선 방향
1, 2차 합격자를 자동으로 결정하는 도중 동점자가 발생할 시, 학교 입학전형 요강의 동점자 처리기준에 맞추어서 처리해야합니다.
💻 코드
No response
🏄♂️ 참고 자료
The text was updated successfully, but these errors were encountered: