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

[새기능] 특례입학 원서 폼 및 접수증 만들기 #129

Merged
merged 18 commits into from
Sep 8, 2024

Commits on Sep 6, 2024

  1. feat(#119): 접수증 생성 API 작성

    - FormController에 접수증 생성 API를 작성했어요.
    jyj1289 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    55e104c View commit details
    Browse the repository at this point in the history
  2. feat(#119): Templates 상수 추가

    - proof-of-application.html을 상수로 추가했어요.
    jyj1289 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d9e27ff View commit details
    Browse the repository at this point in the history
  3. test(#119): GenerateProofOfApplicationUseCaseTest 작성

    - GenerateProofOfApplicationUseCaseTest를 생성했어요.
    jyj1289 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5dfe482 View commit details
    Browse the repository at this point in the history
  4. feat(#119): proof-of-application.html 추가

    - 접수증을 위해서 proof-of-application.html을 만들었어요.
    jyj1289 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fa65b27 View commit details
    Browse the repository at this point in the history
  5. feat(#119): GenerateProofOfApplicationUseCase 추가

    - GenerateProofOfApplicationUseCase를 추가했어요.
    jyj1289 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3e1e6f6 View commit details
    Browse the repository at this point in the history
  6. test(#119): GenerateProofOfApplicationUseCaseSpringBootTest 추가

    - GenerateProofOfApplicationUseCaseSpringBootTest를 작성했어요.
    jyj1289 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5ceb3db View commit details
    Browse the repository at this point in the history
  7. test(#119): 접수증 발급 test 추가

    - FormControllerTest에 접수증 발급 테스트 코드를 작성했어요.
    jyj1289 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3cc4d5c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. feat(#119): 특례 입학 대상자 심사 원서 퍼블리싱

    - 입학 전형 서류에 따라 특례 입학 대상자 심사 원서를 퍼블리싱 하였습니다.
    MinjuN07 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    c7df898 View commit details
    Browse the repository at this point in the history
  2. test(#119): 오타수정

    - 오타를 수정했어요.
    jyj1289 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    297ea15 View commit details
    Browse the repository at this point in the history
  3. docs(#119): 접수증 발급 API 문서작업

    - 접수증 발급 API를 작성했어요.
    jyj1289 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    829e057 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. feat(#119): 특례 입학 대상자 확인서 퍼블리싱

    - 입학 전형 서류에 따라 특례 입학 대상자 확인서를 퍼블리싱 했어요.
    MinjuN07 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    360778a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b224d2f View commit details
    Browse the repository at this point in the history
  3. feat(#119): 특례입학 템플릿 추가

    - 특례입학 템플릿을 추가했어요.
    jyj1289 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4bd2de3 View commit details
    Browse the repository at this point in the history
  4. feat(#119): 특례 입학 대상자 심사 원서 수정

    - 입학 전형 서류에 따라 특례 입학 대상자 심사 원서의 누락된 부분을 미세 수정했어요.
    MinjuN07 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    07ff06c View commit details
    Browse the repository at this point in the history
  5. fix(#119): 특례 입학 대상자 확인서 수정

    - pdf 환경에서 :이 보이지 않는 것을 해결했어요.
    MinjuN07 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    85db0ad View commit details
    Browse the repository at this point in the history
  6. fix(#119): 특례 입학 대상자 확인서 글자 위치 수정

    - 특정 환경에서 글자들의 위치가 망가지는 것을 해결했어요.
    MinjuN07 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    cb8ffe3 View commit details
    Browse the repository at this point in the history
  7. fix(#119): 특례입학 및 확인서 스타일 수정

    - 입학전형 요강과 일치하게 스타일을 수정했어요.
    jyj1289 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ffc74a4 View commit details
    Browse the repository at this point in the history
  8. fix(#119): 원서 상태 검증 변경

    - 제출상태를 제외한 모든 원서에서 검증 조건을 최종제출, 승인, 접수가 아닌 원서를 검증하는 것으로 변경했어요.
    jyj1289 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1c97996 View commit details
    Browse the repository at this point in the history