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

feat: #37 학기 도메인 필드 타입 변경 및 학기 추가, 삭제 api 추가 #38

Merged
merged 6 commits into from
Jan 30, 2025

Conversation

kwonyj1022
Copy link
Collaborator

📄 작업 내용 요약

  • Semester 도메인 필드 타입 변경
    • 학기를 나타내는 Term enum 클래스 추가
    • 필드 타입으로 연도는 Year, 학기는 Term 사용
    • 이에 따라 converter와 entity 수정
  • 날짜에 해당하는 학기를 구하는 기능 추가
  • 학기 추가 api 추가
  • 학기 삭제 api 추가

📎 Issue 번호

@kwonyj1022 kwonyj1022 added the feature 새로운 기능 추가 label Jan 30, 2025
@kwonyj1022 kwonyj1022 self-assigned this Jan 30, 2025
@kwonyj1022 kwonyj1022 merged commit 2aa377b into develop Jan 30, 2025
@kwonyj1022 kwonyj1022 deleted the feature/37 branch January 30, 2025 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

학기 도메인 필드 타입 변경 및 학기 추가, 삭제 api 추가
1 participant