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: 봉사 프로그램, 취업 프로그램 엔티티 생성 #12

Merged
merged 3 commits into from
Nov 25, 2023

Conversation

kseysh
Copy link
Member

@kseysh kseysh commented Nov 25, 2023

📝 PR Summary

봉사 프로그램, 취업 프로그램 엔티티를 작성하였습니다.

🤔 어떤 이유로 변경된 내용인지

봉사 프로그램, 취업 프로그램 엔티티를 Program이라는 객체를 상속받아 생성하기 위함입니다.

🌴 Works

  • Program Entity 작성
  • Volunteering Entity 작성
  • Employment Entity 작성
  • 생성된 데이터베이스 확인

#### 🌵 Working Branch feat/#10-create-program-entity

☃️ Related Issue

closed #10

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

  • 잘못하고 커밋에 이슈트래커를 남기지 않았습니다..!
  • Program을 상속 받은 Voluteering, Employment 객체에 추가되는 내용이 많지 않으므로 조회 성능을 높이기 위해 단일 테이블 전략을 사용하였습니다.

@kseysh kseysh added ☁️Database DB 관련 승환🍪 This doesn't seem right 🔥 Pull Request PR 날림 labels Nov 25, 2023
@kseysh kseysh self-assigned this Nov 25, 2023
@kseysh kseysh merged commit ed70233 into dev Nov 25, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☁️Database DB 관련 승환🍪 This doesn't seem right 🔥 Pull Request PR 날림
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 봉사 프로그램, 취업 프로그램 엔티티 생성
2 participants