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: MeetingEntity와 MeetingRepository 개발 #8

Merged
merged 7 commits into from
Dec 29, 2023
Merged

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    3f6cb97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85360b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53e81b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8656509 View commit details
    Browse the repository at this point in the history
  5. feat: meeting의 검증 로직들을 추가한다.

    1. 모임 소개는 10~200자 사이여야 한다.
    2. 참여자 수는 2~6명 사이여야 한다.
    3. 모임의 제목은 2~32자 사이여야 한다.
    ddingmin committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    effe339 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de343ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec2dcde View commit details
    Browse the repository at this point in the history