-
Notifications
You must be signed in to change notification settings - Fork 1
[25.04.21 / TASK-171,TASK-172] Modify - UI Refactoring #29
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
Conversation
""" Walkthrough์ด๋ฒ ๋ณ๊ฒฝ์์๋ Next.js ์ค์ ์์ ์์ค๋งต ๊ด๋ จ ์ต์ ์ ๋ช ํํ ํ๊ณ , Sentry Webpack ํ๋ฌ๊ทธ์ธ์ ์ถ๊ฐํ์ผ๋ฉฐ, fetch ์์ฒญ์ credentials ์ต์ ์ ํญ์ 'include'๋ก ํต์ผํ์ต๋๋ค. 'ํต๊ณ ๋น๊ต' ํ์ด์ง์ ๊ด๋ จ๋ ์ปดํฌ๋ํธ ๋ฐ ์์ด์ฝ์ด ์ ๊ฑฐ๋๊ณ , ๊ณต์ง์ฌํญ(Notice) ๋ฒํผ์ด ํค๋ ๋ด๋น๊ฒ์ด์ ๋ฐ๋ก ์ด๋ํ๋ฉด์ UI ๊ตฌ์กฐ๊ฐ ์ผ๋ถ ๋ณ๊ฒฝ๋์์ต๋๋ค. ๋ํ, ChartJS ๊ทธ๋ํ ์ต์ ์ ์์์ ์๋ ๋๊ธ ํ์๊ฐ ์ถ๊ฐ๋๊ณ , ์์ด์ฝ ์ปดํฌ๋ํธ์ ์ผ๋ถ ๋ด๋ณด๋ด๊ธฐ๊ฐ ๋ณ๊ฒฝ๋์์ต๋๋ค. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Header
participant NoticeModal
User->>Header: ๋ฉ์ธ ๋ด๋น๊ฒ์ด์
๋ฐ์์ "๊ณต์ง์ฌํญ" ๋ฒํผ ํด๋ฆญ
Header->>NoticeModal: ๊ณต์ง์ฌํญ ๋ชจ๋ฌ ์ด๊ธฐ ํธ๋ฆฌ๊ฑฐ
NoticeModal-->>User: ๊ณต์ง์ฌํญ ํ์
Possibly related PRs
Suggested reviewers
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. ๐ง ESLint
src/app/(auth-required)/components/header/Section.tsxOops! Something went wrong! :( ESLint: 8.57.1 ReferenceError: globals is not defined src/app/(auth-required)/components/header/index.tsxOops! Something went wrong! :( ESLint: 8.57.1 ReferenceError: globals is not defined ๐ Recent review detailsConfiguration used: CodeRabbit UI ๐ Files selected for processing (2)
โ Files skipped from review due to trivial changes (1)
๐ง Files skipped from review as they are similar to previous changes (1)
โจ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ๐ชง TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ข์๋ ์
- ๋น ๋ฅด๊ฒ ๊ณต์ง์ฌํญ ๋ถ๋ถ ๋์ ๊ฐ๋ฐ๊ณผ ๋ํ ์ผ ๊ทธ๋ํ trick ์ถ๊ฐ๋ก x & y ์ถ ์์์ ์์ค์ , ํ์ํ ๋ถ๋ถ๋ง ๋ ๊ฒ ๊ฐ์์ ๋๋ฌด ์ข์์ต๋๋ค.
- ์ ๋งคํ ๋ถ๋ถ์ด, ์ง๊ธ ๋ฆฐํ ์ค์ ์ด ๋ฐ๋์๋์? ๋ฆฐํ ๋ง ๋ฐ๋ ๋ถ๋ถ๋ค์ด ๋์ ๋ณด์ฌ์์!
์์ฌ์ด ์
- ์ฝ๋ฉํธ ํ ๋ฒ ํ์ธํด ์ฃผ์ธ์! ์ด์ ์ ํฝ์ค๋ ๋ถ๋ถ์ด๋, ๋ํ ์ผํ ๋ถ๋ถ์์ ๋๋ธ ์ฒดํฌํ ๋ถ๋ถ๋ค์ด ๋ณด์ฌ์!
ํฌ๊ฒ ๋ฐ๋ ๋ฆฐํ
์ค์ ์ ์๋๋ฐ, ์๋ง ์ด์ ์ printWidth๋ฅผ ๋ฐ๊พธ๊ณ ์ ํ์ผ๋ค์ ์ด๋ฉด์ ์๋์ผ๋ก ์์ ๋ ๊ฒ ์๋๊น ์ถ์ต๋๋ค. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ํ์ฐ๋์ด ๋ฆฌ๋ทฐํ์ ์ฌํญ ์ธ์ ๋ ๋ง์ ๋๋ฆด ๋ถ๋ถ์ ์๋ ๊ฒ ๊ฐ์์. ํด๋น์ฌํญ ๋ฐ์๋๋ฉด Approve ํ๊ฒ ์ต๋๋ค!
๋ง์ฐฌ๊ฐ์ง๋ก, ์ฃผ๊ฐํ์๋ ํฝ์ค๋ ๊ฒ๋ค์ธ๋ฐ ๋น ๋ฅด๊ฒ ๋ฐ์ํ์ ๊ฒ ์์ฃผ ์ข์ต๋๋ค. ๋ฉ์ ธ์!
๊ณ ์ํ์
จ์ต๋๋ค! ๐ ๐ฅ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ข์๋ ์
- ๊ทธ๋ํ 0.5 ๋จ์ ์ ๊ฑฐ๋๋๋ก ๋น ๋ฅด๊ฒ ๋ฐ์ํด์ฃผ์ ์ ๋๋ฌด ์ข์ ๊ฒ ๊ฐ์ต๋๋ค!
- ๊ณต์ง์ฌํญ ๋ฒํผ ์์น๋ ๋น ๋ฅด๊ฒ ์ฎ๊ฒจ์ฃผ์ ์ ๊ฐ์ฌํด์!๐
PS. ๊ทธ ์ธ ๋ถ๋ถ์ ํฌ๊ฒ ์ด๊ฒฌ ์์ต๋๋ค!
x: { axis: 'x', grid: { color: COLORS.BORDER.SUB } }, | ||
y: { axis: 'y', grid: { color: COLORS.BORDER.SUB } }, | ||
x: { axis: 'x', grid: { color: COLORS.BORDER.SUB }, ticks: { precision: 0 } }, | ||
y: { axis: 'y', grid: { color: COLORS.BORDER.SUB }, ticks: { precision: 0 } }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ด ๋ถ๋ถ์ด 0.5 ๋จ์๊ฐ ์ ๊ฑฐ๋๋ ๋ถ๋ถ์ด ๋ง์๊น์??
ํผ๋๋ฐฑ ๋ฐ๋ก ๋ฐ์ํด์ฃผ์
์ ๋๋ฌด ๊ฐ์ฌํฉ๋๋ค~!๐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ค ๋ง์ต๋๋ค!
์ด๋ฆ์ ๋ง์ถฐ์ ๊ฐ์ ์ ๋ฐ๋(10 ์ดํ์ ๊ฐ์ ๋ํ ์ ๋ฐ๋๊ฐ ์๋๊น ์ถ์ต๋๋ค.) ์ ๊ด๋ จ๋ ๋ถ๋ถ์ผ๋ก ๋ณด๊ณ ์๋๋ฐ, ์ ๊ฐ ๋๋ฌธ์ ์์์ ๋จ์๊น์ง ๋ด๋ ค๊ฐ๋ ๊ฒ ๊ฐ๋๊ตฐ์.
๐ฅ ๋ณ๊ฒฝ ์ฌํญ
๋ ๊ฐ์ ํ ์คํฌ๋ฅผ ํฉ์ณ ์งํํ์์ผ๋ฉฐ, ํค๋์ ๋ฒํผ ๊ตฌ์ฑ์ ๋ณ๊ฒฝํ๊ณ ๊ทธ๋ํ์์ 0.5๋จ์๋ฅผ ์ ๊ฑฐํ์์ต๋๋ค.
์ฐธ๊ณ ๋ก 2์ฃผ ์ ์ branch init์ด ์งํ๋ ๊ฒ์ผ๋ก ๋จ๋๋ฐ, ์ค์๋ก main์ด ์๋ ๋ค๋ฅธ ๋ธ๋์น์์ ํด๋น ๋ธ๋์น๋ฅผ ์์ฑํ์ฌ ๊ทธ๋ ์ต๋๋ค.
์ด์ฐจํผ ์ผ๋ถ ์ต์ ํ์ผ์ ๋ด์ฉ๋ง ์กฐ๊ธ ๋ค๋ฅธ ์์ค์ด๋, ํฐ ๋ฌธ์ ๋ ์์ ๊ฒ์ผ๋ก ๋ณด์ ๋๋ค.
๐ท ๊ด๋ จ ์ด์
#171
,#172
๐ธ ์คํฌ๋ฆฐ์ท (UI ๋ณ๊ฒฝ ์ ํ์)
๐ ์ฒดํฌ๋ฆฌ์คํธ
Summary by CodeRabbit
Summary by CodeRabbit
์ ๊ท ๊ธฐ๋ฅ
๋ฒ๊ทธ ์์
UI ๋ณ๊ฒฝ
๊ธฐํ