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

feat(be): implement calculate contest participants score #1271

Closed
wants to merge 25 commits into from

Conversation

gyunseo
Copy link
Contributor

@gyunseo gyunseo commented Jan 29, 2024

Description

contest에 참여 중인 user가 problem에 대해 submission을 하면, contest_record에서 user의 점수를 계산하는 로직을 구현했습니다.

Additional context

DB table 변경을 했습니다.
ContestRecord table에서 User가 Contest에서 가장 마지막으로 임의의 Problem에 대해 AC를 받은 Date, latestAcceptedTime field를 추가했습니다.
SubmissionResult table에서 cpuTime의 Data type을 Postgresql BigInt에서 Postgresql Int로 바꿨습니다. (Do not know how to serialize a BigInt 잇슈가 있었습니다. cpuTime이 Int여도 21억ms정도라서 24.305555555556 Days 정도 걸려서, 이정도면 Time Limit으로 충분할 것 같습니다.)

cd iris
sudo -E go run main.go
  • 상기 커맨드로 iris 채점 서버를 열고 bruno api 테스트를 해보시면 됩니다.

close #1238

Before submitting the PR, please make sure you do the following

Copy link

vercel bot commented Jan 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
codedang ✅ Ready (Inspect) Visit Preview Apr 1, 2024 7:54am

@gyunseo gyunseo changed the title feat(be): 1238-calc-contest-participants-score feat(be): implement calculate contest participants score Jan 29, 2024
@Lee-won-hyeok Lee-won-hyeok self-requested a review February 13, 2024 07:24
@cho-to
Copy link
Contributor

cho-to commented Mar 26, 2024

conflict만 해결해주시면 리뷰할게요오 !

BREAKING CHANGE: add prisma migration sql script

BREAKING CHANGE: add latest_accepted_time column and change cpu_time column to int
@gyunseo gyunseo closed this Apr 1, 2024
@gyunseo gyunseo deleted the 1238-calc-contest-participants-score branch April 8, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants