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] pchange ํžˆ์Šคํ† ๋ฆฌ ์กฐํšŒ ์‹œ game ์‹œ๊ฐ„ ๊ธฐ์ค€์ด ์•„๋‹Œ ๊ฒŒ์ž„ ์ ์ˆ˜ ์ž…๋ ฅ ์‹œ๊ฐ„ ์กฐํšŒ ์ˆ˜์ • #731

Conversation

kokomong2
Copy link
Member

๐Ÿ“Œ ๊ฐœ์š”

  • pchange ํžˆ์Šคํ† ๋ฆฌ ์กฐํšŒ ์‹œ game ์‹œ๊ฐ„ ๊ธฐ์ค€์ด ์•„๋‹Œ pchange ์ƒ์„ฑ ์‹œ๊ฐ„ ๊ธฐ์ค€์œผ๋กœ date๊ฐ€ ๋“ค์–ด๊ฐ€๊ณ  ์žˆ์—ˆ์Œ

๐Ÿ’ป ์ž‘์—…์‚ฌํ•ญ

  • UserHistoryDate ์˜ date ๊ธฐ์ค€์„ ๊ฒŒ์ž„ ์‹œ์ž‘ ์‹œ๊ฐ„์œผ๋กœ ๋ณ€๊ฒฝ
  • getUserHIstory Unit Test ์ฝ”๋“œ ์ถ”๊ฐ€

๐Ÿ’กIssue ๋ฒˆํ˜ธ

@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests โœ…

Project coverage is 72.80%. Comparing base (e9225ee) to head (214cdee).
Report is 26 commits behind head on dev.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev     #731      +/-   ##
============================================
- Coverage     74.16%   72.80%   -1.37%     
- Complexity      737     1007     +270     
============================================
  Files           166      344     +178     
  Lines          3178     4614    +1436     
  Branches        340      394      +54     
============================================
+ Hits           2357     3359    +1002     
- Misses          677     1077     +400     
- Partials        144      178      +34     
Flag Coverage ฮ”
integrationTest 67.12% <รธ> (-1.17%) โฌ‡๏ธ
unitTest 33.33% <รธ> (+4.13%) โฌ†๏ธ

Flags with carried forward coverage won't be shown. Click here to find out more.

โ˜” View full report in Codecov by Sentry.
๐Ÿ“ข Have feedback on the report? Share it here.

@@ -14,6 +14,6 @@ public class UserHistoryData {

public UserHistoryData(PChange pChange) {
this.ppp = pChange.getPppResult();
this.date = pChange.getCreatedAt();
this.date = pChange.getGame().getStartTime();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pchange ๊ฐ€์ ธ์˜ค๋Š” ์ฟผ๋ฆฌ๊ฐ€ fetch join ์œผ๋กœ ์•ˆ๋˜์–ด์žˆ๋˜๋ฐ, ์ถ”๊ฐ€ ์ฟผ๋ฆฌ ๋ฐœ์ƒ์•ˆํ•˜๋‚˜์š”?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ํ™•์ธ ๊ฒฐ๊ณผ ์ถ”๊ฐ€ ์ฟผ๋ฆฌ๊ฐ€ ๋งŽ์ด ๋ฐœ์ƒํ•˜์—ฌ ํ•ด๋‹น ์ฟผ๋ฆฌ๋ฌธ์—์„œ Game์„ fetch join์œผ๋กœ ์ˆ˜์ •ํ• ๊นŒํ•˜๋Š”๋ฐ ๊ดœ์ฐฎ์„๊นŒ์š”?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

๋„ต ํ•˜๋Š”๊ฒŒ ์ข‹์„๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค!

@kokomong2 kokomong2 requested a review from AYoungSn April 12, 2024 05:36
@kokomong2 kokomong2 closed this Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants