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-287 MafiaGameInfo 메모리 -> Redis 저장소 이관 #101

Merged
merged 16 commits into from
Sep 28, 2024

Conversation

SunwoongH
Copy link
Member

Related Jira ✔

Description ✔

PR Rule ✔

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

Copy link
Contributor

@comforest comforest left a comment

Choose a reason for hiding this comment

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

PR이 너무 크네요 ㅠㅜ

Job 부분 분리하는거와
Redis 모듈 쪽 PR 분리했으면 더 좋았을 것 같아요.

Redis 는 모듈 제외하고 코멘트 달아 드렸어요

@comforest comforest changed the base branch from develop to feature/DRAW-347 September 23, 2024 14:49
# Conflicts:
#	adapter/memory/src/main/kotlin/com/xorker/draw/mafia/MafiaGameAdapter.kt
#	app/websocket/src/main/kotlin/com/xorker/draw/websocket/broker/SimpleSessionMessageBroker.kt
}

override fun getTimerStartTime(roomId: RoomId): LocalDateTime {
val job = jobs[roomId] ?: throw UnSupportedException
Copy link
Contributor

Choose a reason for hiding this comment

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

p4. NotFound Exception 을 만들면 좋을 것 같아요.

@comforest comforest merged commit d95d035 into feature/DRAW-347 Sep 28, 2024
1 check passed
@comforest comforest deleted the feature/DRAW-287 branch September 28, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants