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

release 4.0.1 #277

Merged
merged 21 commits into from
Sep 24, 2024
Merged

release 4.0.1 #277

merged 21 commits into from
Sep 24, 2024

Conversation

LJH098
Copy link
Contributor

@LJH098 LJH098 commented Sep 24, 2024

개요

close #263

작업사항

변경로직

  • 내용을 적어주세요.

reference

Profile-exe and others added 21 commits September 23, 2024 14:47
데이터베이스 역순 정렬과 동일하게 정렬 수행
점수 정렬은 지원자를 모두 불러와 scoreMap과 매핑하고 정렬을 수행한 후 페이지별로 잘라야 함
- `@ParameterObject` 사용 시 swagger에서 필수 값으로 나타남
- `@RequestParam`의 `required` 속성을 `false`로 두어 swagger에 쿼리 파라미터 필수 여부가 올바르게 적용
- 불필요한 getPageInfo 메서드 제거
[BE-97] 지원 현황 및 면접 기록 조회 API 정렬 로직 개선, 검색 쿼리 추가
@LJH098 LJH098 added the refactor♻️ This will not be worked on label Sep 24, 2024
@LJH098 LJH098 merged commit 46630ba into backend Sep 24, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor♻️ This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE-97] 지원 현황 및 면접 기록 조회 API 정렬 로직 개선, 검색 쿼리 추가
2 participants