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] 초기 엔티티 생성 #6

Merged
merged 20 commits into from
Jan 1, 2024
Merged

[feat] 초기 엔티티 생성 #6

merged 20 commits into from
Jan 1, 2024

Conversation

ziiyouth
Copy link
Contributor

@ziiyouth ziiyouth commented Jan 1, 2024

Related Issue 🍫

Summary 🍪

  • Member 엔티티 생성
  • Gifter 엔티티 생성
  • GifterMember 엔티티 생성
  • Gift 엔티티 생성
  • Product 엔티티 생성

Before i request PR review 🍰

  1. 각 도메인과 하위의 controller, service, repository, entity를 생성해두었습니다. 다만, dto는 아직 사용하지 않아 폴더가 업로드되지 않으니 도메인 하위에 dto, 그 하위에 request/response 폴더 구분해서 생성해 사용하면 될 것 같습니다.
  2. 또한, 이 dto들은 record로 작성하면 좋을 거 같습니다.
  3. Member 안에 auth 폴더 만들어서 카카오 로그인 관련 코드 설정들이 들어가면 좋을 거 같습니다~!
  4. 바로 임시 로그인 API 만들고 스웨거 연동할 거라서 일단 머지해두겠습니다! 천천히 보시고 확인 답글 남겨주세용 ✨🫶🏻

@ziiyouth ziiyouth added the FEAT 새로운 기능을 추가 label Jan 1, 2024
@ziiyouth ziiyouth requested a review from hysong4u January 1, 2024 12:36
@ziiyouth ziiyouth self-assigned this Jan 1, 2024
@ziiyouth ziiyouth merged commit 1786b80 into develop Jan 1, 2024
1 check passed
Copy link
Member

@hysong4u hysong4u left a comment

Choose a reason for hiding this comment

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

확인했습니다 고생했어용~~

@hysong4u hysong4u deleted the feature/#5-domain branch February 5, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능을 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 초기 엔티티 생성
2 participants