-
Notifications
You must be signed in to change notification settings - Fork 0
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
모집공고 상태 자동변경 로직 작성 #353
Labels
✨ Feature
새로운 기능 명세 및 개발
Comments
SongJaeHoonn
added a commit
that referenced
this issue
Jun 24, 2024
SongJaeHoonn
added a commit
that referenced
this issue
Jun 24, 2024
SongJaeHoonn
added a commit
that referenced
this issue
Jun 24, 2024
SongJaeHoonn
added a commit
that referenced
this issue
Jun 24, 2024
Merged
Merged
SongJaeHoonn
added a commit
that referenced
this issue
Jun 25, 2024
SongJaeHoonn
added a commit
that referenced
this issue
Jun 25, 2024
limehee
added a commit
that referenced
this issue
Jun 25, 2024
* feat: 모집공고 상태 나타내는 enum 도입 #353 * feat: 모집 기간에 따라 자동으로 모집 상태 변경하는 로직 작성 #353 * refactor: 모집 상태 구현 로직 변경에 따른 DTO 수정 #353 * feat: 트랜잭션을 추상화한 인터페이스 빈으로 등록 #353 * refactor: 모집 상태 문자열 사이즈 관련 message 삭제 #353 * refactor: 모집 공고 수정 시에도 즉각적으로 상태 반영되도록 수정 #353 * refactor: 띄어쓰기 수정 #353 * refactor(Recruitment): 띄어쓰기 수정 --------- Co-authored-by: 한관희 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe
현재 모집공고의 상태를 관리자가 수동으로 String을 적어 수정해야 합니다.
이를 보완하고자 현재시각, 시작시각, 마감시각을 기준으로 자동으로 상태 변경을 하는 스케쥴링 로직을 구현하고자 합니다.
Tasks
ETC
No response
The text was updated successfully, but these errors were encountered: