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

DRAW-404 마피아 게임 결과 정규화 #12

Merged
merged 6 commits into from
Nov 3, 2024

Conversation

SunwoongH
Copy link
Contributor

Related Jira ✔

Description ✔

PR Rule ✔

P1: 꼭 반영해주세요 (Request changes)
P2: 적극적으로 고려해주세요 (Request changes)
P3: 웬만하면 반영해 주세요 (Comment)
P4: 반영해도 좋고 넘어가도 좋습니다 (Approve)
P5: 그냥 사소한 의견입니다 (Approve)

@SunwoongH SunwoongH self-assigned this Oct 21, 2024
@SunwoongH SunwoongH requested a review from comforest October 21, 2024 05:25
@@ -0,0 +1,7 @@
package com.xorker.draw.player

enum class RoleType {
Copy link
Contributor

Choose a reason for hiding this comment

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

p3. Enum 에는 (개발자를 위한) description 부탁드립니다

@@ -0,0 +1,9 @@
package com.xorker.draw.player

enum class ResultType {
Copy link
Contributor

Choose a reason for hiding this comment

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

p3. Enum 에는 (개발자를 위한) description 부탁드립니다

alter table mafia_game_result
add column mafia_answer varchar(50) NULL;

create table player
Copy link
Contributor

Choose a reason for hiding this comment

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

p3. player_history 네이밍 어떠신지??

Comment on lines +1 to +8
alter table mafia_game_result
modify column game_result text NULL;
alter table mafia_game_result
add column language varchar(20) NOT NULL;
alter table mafia_game_result
add column draw text NOT NULL;
alter table mafia_game_result
add column mafia_answer varchar(50) NULL;
Copy link
Contributor

Choose a reason for hiding this comment

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

p3. 여기도 COMMENT 추가해주세요

Copy link
Contributor

Choose a reason for hiding this comment

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

p2. 빠른 시작 여부도 추가해주세요

@comforest comforest self-requested a review October 21, 2024 15:06
Base automatically changed from feature/DRAW-408 to feature/DRAW-347 November 3, 2024 10:36
@SunwoongH SunwoongH merged commit 985b51c into feature/DRAW-347 Nov 3, 2024
1 check passed
@SunwoongH SunwoongH deleted the feature/DRAW-404 branch November 3, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants