feat(be): log userIp when submission for detect cheating#1866
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Jaehyeon1020
approved these changes
Jul 27, 2024
Member
Jaehyeon1020
left a comment
There was a problem hiding this comment.
스테이지 서버에서 로깅 잘 되는지 확인 부탁드립니다!
Jaehyeon1020
requested changes
Jul 29, 2024
Member
Jaehyeon1020
left a comment
There was a problem hiding this comment.
기획이 좀 혼동됐는데, ip를 단순히 로깅하는 것이 아닌 Submission 테이블에 ip 필드를 생성해 Submission이 발생할 때 ip를 저장해야 한다고 합니다. 😢
4 tasks
Jaehyeon1020
reviewed
Aug 7, 2024
Member
Jaehyeon1020
left a comment
There was a problem hiding this comment.
테스트쪽에 달아드린 리뷰만 확인하고 Approve하면 될 것 같아요!
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.
Description
cheating 검출 목적으로
submission을 제출할 때 문제번호, contest or workbook 번호, userIp를 로깅할 수 있도록 하였습니다.
Before submitting the PR, please make sure you do the following
fixes #123).