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

fix-fe: 모집 공고 생성시 시작일을 종료일보다 늦은 시점으로 설정 가능한 문제 수정 #488

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 16, 2024

Original issue description

목적

  • 현재는 공고 생성시, 시작일 → 종료일 입력 후 시작일을 다시 변경할 때 종료일보다 늦은 시점으로 바꿀 수 있습니다.
  • 이 경우 ‘다음’ 단계로 넘어갈 수 있으며, 최종적으로 공고를 게시하기 전 단계에서 400 bad request 에러가 발생하게 됩니다.
  • 이 문제를 수정하기 위한 이슈/PR입니다.

작업 세부사항

  • 시작일 입력용 input 요소에 max값 추가

아래의 별표줄 밑에 요구사항 ID만 작성해주세요. Prefix 금지!


FIX_APPLY_02

목적

  • 현재는 공고 생성시, 시작일 → 종료일 입력 후 시작일을 다시 변경할 때 종료일보다 늦은 시점으로 바꿀 수 있습니다.
  • 이 경우 ‘다음’ 단계로 넘어갈 수 있으며, 최종적으로 공고를 게시하기 전 단계에서 400 bad request 에러가 발생하게 됩니다.
  • 이 문제를 수정하기 위한 이슈/PR입니다.

변경 사항

  • Recruitment 컴포넌트의 시작일 요소에 max값을 종료일 기준으로 추가했습니다.

참고 화면

  • 수정 전 화면
    image

  • 수정 이후 화면
    image

관련 이슈

Copy link
Contributor Author

1723787330.281699

@seongjinme seongjinme requested review from llqqssttyy and lurgi August 16, 2024 05:49
Copy link
Contributor

@lurgi lurgi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니다~

Copy link
Contributor

@llqqssttyy llqqssttyy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍 수고하셨습니다!

@seongjinme seongjinme merged commit ffac826 into fe/develop Aug 16, 2024
28 checks passed
@seongjinme seongjinme deleted the fe-487-FIX_APPLY_02 branch August 16, 2024 06:52
seongjinme added a commit that referenced this pull request Aug 23, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Seongjin Hong <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 수정 frontend 프론트엔드
Projects
Status: 완료
3 participants