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

[개선] 2차 전형에서 특별전형으로 불합격시 일반전형으로 전환 #138

Merged
merged 5 commits into from
Sep 26, 2024

Commits on Sep 24, 2024

  1. perf(#137): changeToRegular 이름 변경 및 changeToRegularSecondRound 메서드 추가

    - changeToRegularSecondRound 메서드를 추가했어요.
    - 위 메서드 추가를 위해 changeToRegular 메서드를 changeToRegularFirstRound로 변경했어요.
    jyj1289 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ccb352d View commit details
    Browse the repository at this point in the history
  2. feat(#137): 2단계 전형에서 특별전형이 일반전형으로 바뀔 때 성적 비율 변환

    - 2단계 전형에서 마이스터전형과 사회통합전형이 일반전형으롭 변경될 때, 일반전형의 점수 비율을 반영하는 메서드를 추가했어요.
    jyj1289 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dd07601 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    084f161 View commit details
    Browse the repository at this point in the history
  4. feat(#137): 특별전형에서 불합격시 일반전형으로 재응시

    - 특별전형에서 불합격시 일반전형으로 재응시하는 기능을 추가했어요.
    jyj1289 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    09cde53 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. test(#137): 특별전형에서 불합격시 일반전형으로 변경되는 테스트 작성

    - 특별전형에서 불합격시 일반전형으로 재응시하는 기능을 테스트했어요.
    jyj1289 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3015ef1 View commit details
    Browse the repository at this point in the history