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] 모임 생성참여 구현 #5

Merged
merged 42 commits into from
Jan 3, 2025
Merged

Conversation

ehs208
Copy link
Member

@ehs208 ehs208 commented Jan 2, 2025

개요

모임에 관련된 기본적인 기능 구현을 완료했습니다. (모임 생성, 참여, 모임 목록, 상세 조회)

  • 같은 모임이지만 모임에 따라 필요한 정보가 달라 상속을 이용했습니다.

  • 밥,술 모임은 OfflineMeeting, 배달 모임은 DeliveryMeeting으로 명시했으며 @Inheritance(strategy = InheritanceType.JOINED)) 테이블 전략을 사용했습니다.

  • 모임을 생성하면, Meeting 테이블과 각각 종류에 따른 테이블에 정보가 삽입되며, Meeting 테이블에선 DTYPE 컬럼을 통해 어느 종류의 모임인지 확인 할 수 있습니다.

  • 모임 생성시 @Valid 어노테이션을 통해 유효성 검증을 진행하도록 구현했습니다.

  • 발생할 수 있는 예외에 대해 모두 예외처리를 구현했으나 놓친 부분 찾아서 알려주시면 감사드리겠습니다.

  • 현재 S3 버킷이 연동되어있지 않아 이미지에 관련된 부분은 모두 제외했습니다.

  • 추후 Batch, Scheduler 등을 통한 일정 기간 후 모임 삭제, 정원이 1명 남은 상황에서 동시에 모임에 참여할 시 발생 할 수 있는 동시성 문제 등을 해결할 예정입니다.

PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

📣 To Reviewers

현재 회원 관련된 부분이 완성되지않아 작성한 API들에 대한 테스트가 이루어지지 않았습니다...
추후 완성되면 테스트 진행 후 문제 발생 되는 부분에 대해 수정하도록 하겠습니다.

Copy link
Contributor

@jj0526 jj0526 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 ~

@ehs208 ehs208 merged commit 837bb35 into dev Jan 3, 2025
2 checks passed
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
seokjun01 added a commit that referenced this pull request Jan 3, 2025
@ehs208 ehs208 deleted the feat/#3-모임-생성참여-구현 branch January 6, 2025 04:32
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] 모임 생성/참여 구현
4 participants