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

[GGFE-217] Ranklist-api #969

Merged
merged 6 commits into from
Aug 31, 2023
Merged

[GGFE-217] Ranklist-api #969

merged 6 commits into from
Aug 31, 2023

Conversation

parksangmin1543
Copy link
Contributor

๐Ÿ“Œ ๊ฐœ์š”

  • user api ์—ฐ๊ฒฐ

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

  • user ๊ธฐ๋ณธ์ •๋ณด: tierid, tieruri, ์ถœ์„์—ฌ๋ถ€ ์ถ”๊ฐ€ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค..
  • user ์ƒ์„ธ ์ •๋ณด: tierid, tieruri์ถ”๊ฐ€ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.
  • ranker top3: tieruri์ถ”๊ฐ€ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.
  • normal game, rank game: ์ฝ”์ธ ๋ณ€ํ™”๋Ÿ‰, ์ฆ๊ฐ€๋Ÿ‰ ์ถ”๊ฐ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.
  • ๋žญํฌ ํŽ˜์ด์ง€: tierid ์ถ”๊ฐ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.
  • ์ถœ์„: ์ฝ”์ธ ์ฆ๊ฐ€๋Ÿ‰, ๋ณ€ํ™”๋Ÿ‰ ์ถ”๊ฐ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.

โœ… ๋ณ€๊ฒฝ๋กœ์ง

Copy link
Contributor

@PHJoon PHJoon left a comment

Choose a reason for hiding this comment

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

ํ‹ฐ์–ด ํƒ๊ตฌ์ฑ„ ์ด๋ฏธ์ง€ ๊ท€์—ฝ๋„ค์š”! ๋ฉ”๋‰ด๋ฐ”๋ž‘ ๋ฉ”์ธ, ํ”„๋กœํ•„ ํŽ˜์ด์ง€์—์„œ ์ž˜ ๋‚˜์˜ค๊ณ  ๋žญํฌ ํŽ˜์ด์ง€์—์„œ๋Š” ๋‚˜์ค‘์— ๋ฐฑ ์—ฐ๊ฒฐ๋˜๋ฉด ํ™•์ธํ•ด๋ณด๋ฉด ๋ ๊ฑฐ ๊ฐ™์•„์š”! ์ถœ์„ํ•˜๊ธฐ๋„ ํ•œ ๋ฒˆ๋งŒ ์ž˜ ์ž‘๋™ํ•˜๊ณ  ์ฝ”์ธ ์ž˜ ์˜ค๋ฆ…๋‹ˆ๋‹ค! ๊ฒŒ์ž„ ํ–ˆ์„ ๋•Œ ์ฝ”์ธ ์˜ค๋ฅด๋Š” ๋ถ€๋ถ„์€ ๋งค์น˜ ์˜ค๋ฅ˜๋•Œ๋ฌธ์— ํ™•์ธ์€ ์•ˆ๋˜๋Š”๋ฐ ์ถœ์„ ์ •์ฑ… ์ž˜ ์ ์šฉ๋œ๊ฑฐ๋ณด๋ฉด ๋ฌธ์ œ์—†์ด ์ž‘๋™ํ•  ๋“ฏ ํ•ฉ๋‹ˆ๋‹ค! ๊ณ ์ƒํ•˜์…จ์Šต๋‹ˆ๋‹ค!! ๐Ÿ‘๐Ÿ‘

@PHJoon PHJoon changed the title GGFE-217-ranklist-api [GGFE-217] Ranklist-api Aug 31, 2023
@@ -51,7 +51,11 @@ export default function AppLayout({ children }: AppLayoutProps) {
) : (
<div className={styles.appContainer}>
<div
className={`${styles.background} ${styles[colorMode.toLowerCase()]}`}
className={`${styles.background} ${
colorMode !== undefined
Copy link
Member

Choose a reason for hiding this comment

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

์—ฌ๊ธฐ๋„ !== undefined ๋ง๊ณ  ๊ทธ๋ƒฅ colorMode ๋งŒ ์“ฐ๋Š”๊ฒŒ ๋” ๊น”๋”ํ•  ๊ฒƒ ๊ฐ™์•„์š”

@include txtColor();
}
&.yellow {
background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
background-image: linear-gradient(to right, #f6d365 0%, #fda085 100%);
@include txtColor();
}
&.green {
Copy link
Member

Choose a reason for hiding this comment

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

์ดˆ๋ก์ƒ‰์ผ ๋•Œ ๋ฉ”๋‰ด๋ฐ”์—์„œ ๊ธ€์”จ ์ƒ‰์ด ์ž˜ ์•ˆ๋ณด์—ฌ์„œ text-shadow ์ถ”๊ฐ€ํ•ด์ฃผ์‹œ๋ฉด ์ข‹์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค!

Copy link
Member

@hyobb109 hyobb109 left a comment

Choose a reason for hiding this comment

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

์—ฐ๊ฒฐ๋œ ๋ถ€๋ถ„์ด ์—„์ฒญ ๋งŽ๋„ค์š”! ํ‹ฐ์–ด๋„ ์ž˜ ๋ณด์ด๊ณ  ์ถœ์„ ์ฝ”์ธ๋„ ์ž˜ ์˜ค๋ฅด๋Š” ๊ฑฐ ํ™•์ธํ–ˆ์Šต๋‹ˆ๋‹ค! ๊ณ ์ƒ ๋งŽ์œผ์…จ์Šต๋‹ˆ๋‹ค๐Ÿ‘

@parksangmin1543 parksangmin1543 merged commit 97098d2 into main Aug 31, 2023
1 check passed
Comment on lines -115 to +82
{buttonState && <CoinPopcon amount={10} coin={1} />}
{buttonState && <CoinPopcon amount={8} coin={1} />}
Copy link
Member

Choose a reason for hiding this comment

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

์ด๊ฑฐ ์ฝ”์ธ ์ •์ฑ… ๋ฐ”๋€Œ์—ˆ์„ ๋•Œ ๋“ค์–ด๊ฐ€๋Š” ๊ฐ’๋„ ๊ฐ™์ด ๋ฐ”๋€Œ์–ด์•ผ ํ•  ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค ๐Ÿฅธ

@hyobb109 hyobb109 deleted the GGFE-217-ranklist-api branch October 30, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants