Conversation
onee-only
approved these changes
Oct 21, 2025
Contributor
onee-only
left a comment
There was a problem hiding this comment.
LGTM. 어차피 제가 이해하기론 이 PR이 프론트를 위한 빠른 배포인데, 테스트를 추후에 추가할거라면 차라리 여기서 하거나 아니면 안 하는게 나을 것 같습니다.
CI 실패하는거 보니 타입 에러라 빠르게 그거 고치고 다시 돌려서 안 망가지는지만 보면 되겠네요.
Member
Author
|
기존 Cursor를 직접 생성하던 부분이 있어서 socre에 default값 추가 했습니다. |
Member
Author
|
지금 예전 코드 보니 breakpoint가 많아도 그냥 develop고쳐서 쓰는게 나을 것 같습니다. test추가는 진행하지 않고 혹시 모르니 todo 주석은 달아 놨습니다. comment 달아주신 의견 반영되었으니 merge 하겠습니다. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
기존 develop branch에 breakpoint가 너무 많아서 main에서 빠르게 score기능만 구현 후 main에 merge합니다.
추가된 기능은 score입니다. score-board는 추가되지 않았고, 이전 논의와 다르게 Cursor의 바운더리에 score 포함시키는 방향으로 개발하였습니다.
지금 당장 점수를 추가 할 수 있는 interaction이 move 밖에 없어서 move만 추가했습니다
test는 작성하지 않았습니다. 추후 추가해야 합니다.
env변경되었습니다.
10월 22일에 merge 할 것 입니다. 그 전까지 comment 남기면 반영하겠습니다.