[Feat] 모의 공고 생성 API 추가 (#38)#49
Merged
Merged
Conversation
- 중분류/소분류 선택만으로 모의 공고 초안을 생성하는 API 추가 - POST /api/job-postings/mock/generate 엔드포인트 구현 - mock generate 전용 요청/응답 DTO 추가 - 소분류 기준 기존 공고를 조회해 AI 프롬프트 참고 자료로 활용 - 기존 공고가 없을 경우 중분류/소분류명 기반 fallback 공고 생성 - detailClassificationId 존재 여부 및 중분류-소분류 소속 관계 검증 추가 - mock generate 응답 필드를 저장 DTO와 맞춰 requirement, preferred로 정리 - 기존 공고 생성 API에서 companySize가 null일 때 발생할 수 있는 NPE 방지 - 모의 공고 생성 및 companySize null 방어 테스트 추가
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
✨ 어떤 이유로 PR를 하셨나요?
📋 세부 내용 - 왜 해당 PR이 필요한지 작업 내용을 자세하게 설명해주세요
📸 작업 화면 스크린샷
🚨 관련 이슈 번호 [#38]