Skip to content

Conversation

@ysw789
Copy link
Member

@ysw789 ysw789 commented Feb 13, 2025

[feat] 지원자 학번 중복 불가 설정

Issue

변경 내용

  • 지원자의 중복 지원을 막음
  • 다시 지원할 경우 지원서 덮어쓰기 여부를 확인

구현 사항

  • studentNo 필드에 Unique 제약조건 부여
  • 덮어쓰기 여부를 클라이언트에서 확인 후 서버에게 다시 요청하는 방식

- 누락되었던 name 필드 추가
- 덮어쓰기 확인 여부 필드 추가 (기본값 false, nullable)
- 이미 지원한 지원자가 다시 지원 시 덮어쓰기 하거나 저장하지 않는 방식으로 구현
- 에러코드 추가
@ysw789 ysw789 added the FEAT label Feb 13, 2025
@ysw789 ysw789 requested review from dohy-eon and hodoon February 13, 2025 11:30
@ysw789 ysw789 self-assigned this Feb 13, 2025
@ysw789 ysw789 linked an issue Feb 13, 2025 that may be closed by this pull request
Copy link
Collaborator

@hodoon hodoon left a comment

Choose a reason for hiding this comment

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

LGTM👍

@ysw789 ysw789 merged commit 8b0ef75 into dev Feb 13, 2025
1 check passed
@ysw789 ysw789 deleted the feat/#29-1 branch February 13, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] 지원자 학번 중복 불가 설정

4 participants