-
Notifications
You must be signed in to change notification settings - Fork 0
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] sologame 기록 저장 #27
Conversation
Test Results22 tests 22 ✅ 3s ⏱️ Results for commit 406f0ce. ♻️ This comment has been updated with latest results. |
private final RhythmScoreService rhythmScoreService; | ||
|
||
// 저장 | ||
@PostMapping("/rhythm") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
restful API에서는 rhythms으로 하지 않나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그게 더 맞을거 같네요
private int score; | ||
|
||
@Column(name = "created_at", nullable = false, updatable = false) | ||
@CreationTimestamp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 처음 보네요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1주일에 대한 랭킹 제공이라면 게임 전적에 대한 랭킹 포함 여부를 결정하는 enum으로 이해했어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저거는 사용자가 캐릭터를 삭제할 경우 기록에서 표시하기 위한 필드였습니다. 랭킹에 대해서는 고민하고 있는 부분이 있는데 회의에서 이야기 하도록 하겠습니다.
✏️ 작업 개요
sologame 기록 저장
⛳ 작업 분류
🔨 작업 상세 내용
💡 생각해볼 문제