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

✨ [Feature] Tournament entity repository 생성 #300

Merged
merged 4 commits into from
Nov 7, 2023

Conversation

SONGS4RI
Copy link
Contributor

@SONGS4RI SONGS4RI commented Nov 7, 2023

📌 개요

  • 토너먼트 entity, repository 생성

💻 작업사항

  • Round. Status, Type type 추가
    • Round: 몇강 몇번째 게임. ex) 8-1
    • Status: 토너먼트 진행 상태 -> before, live, end
    • Type: 토너먼트 종류 -> rookie, master
  • Tournament Entity 추가
  • Tournament Repository 추가
  • TournamentGame Entity 추가
  • TournamentGame Repository 추가
  • TournamentUser Entity 추가
  • TournamentUser Repository 추가

💡Issue 번호

@SONGS4RI SONGS4RI added the enhancement New feature or request label Nov 7, 2023
@SONGS4RI SONGS4RI self-assigned this Nov 7, 2023
@SONGS4RI SONGS4RI linked an issue Nov 7, 2023 that may be closed by this pull request
Copy link
Member

@kokomong2 kokomong2 left a comment

Choose a reason for hiding this comment

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

데이터 설계 잘 해주신것 같습니다.

@SONGS4RI SONGS4RI merged commit 1e691a1 into dev Nov 7, 2023
@SONGS4RI SONGS4RI deleted the 297-feature-tournament-entity-repository-생성 branch November 7, 2023 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feature] Tournament Entity, Repository 생성
4 participants