-
Notifications
You must be signed in to change notification settings - Fork 8
지원서 지원 학기 필드 추가 #71
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
Merged
leesewon00
merged 9 commits into
solid-connection:main
from
leesewon00:feat/65-add-term-on-application
Aug 25, 2024
Merged
지원서 지원 학기 필드 추가 #71
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
f779fc1
feat: Application에 term 필드 추가
leesewon00 742d7b4
feat: 지원시 term 저장하는 로직 추가
leesewon00 2278616
refactor: 성적 공유 목록 확인시 현재 term만 조회하도록 수정
leesewon00 83ec93c
refactor: UniversityApplicantsResponse 반환값 universityInfoForApply.get…
leesewon00 5908c16
refactor: 학기별로 유저가 application을 가질 수 있도록 수정
leesewon00 db3c01b
refactor: 유저,학기 쌍으로 유일한 Application객체 찾도록 수정
leesewon00 486fe09
refactor: 다른 지원자 성적 조회 가능 기준을 금학기 지원이력 유무로 수정
leesewon00 00add2b
test: ApplicationService 테스트 로직 추가
leesewon00 6b399db
test: ApplicationSubmissionService 생성에 필요한 Mock 추가
leesewon00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
validateSiteUserCanViewApplicants() 에서 applicationRepository.getApplicationBySiteUserAndTerm(siteUser, term) 이런식으로 변경해서 현재 term에 인증되었는지 확인해야할 것 같습니다.
아니면 2024-2 인증자가 2025-1 성적 지원도 확인할 수 있는 문제가 발생할 수 있습니다.