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

fix : 대결에 참여한 러너 중 기록이 없는 경우 별도 처리 #233

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

nohjunh
Copy link
Member

@nohjunh nohjunh commented Oct 16, 2023

Description

대결을 수행하자마자 바로 대결모드를 종료하면 기록이 존재하지 않게 된다.
그러나, 대결모드는 한 명이 나가더라도 방이 파괴되지 않으므로 나중에 기록을 조회할 때 기록이 없는 러너의 정보에 대한 처리가 반영되어야 한다.

  1. RunningRecordCalculation에서 각 계산함수에 records의 empty 여부 판단
  2. empty인 러너라면 스크린 다르게 처리

Implementation

2023-10-16.10.45.53.mov

1. RunningRecordCalculation에서 각 계산함수에 records의 empty 여부 판단
2. empty인 경우 스크린 다르게 처리
@nohjunh nohjunh added the 🐛 버그 버그를 제보한다. label Oct 16, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@nohjunh nohjunh merged commit d1f3fb8 into develop Oct 17, 2023
3 checks passed
@nohjunh nohjunh deleted the fix/empty_records branch October 24, 2023 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 버그 버그를 제보한다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant