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

커스텀 항목 페이지 구현 close #14 #15

Merged
merged 17 commits into from
Jan 29, 2024

Conversation

jinlee1703
Copy link
Member

@jinlee1703 jinlee1703 commented Jan 28, 2024

Motivation

Problem Solving

  • API 연동
    • 패턴
    • 휠 디자인
    • 폰트
    • 색상
    • 액세서리
  • 커스텀 항목 그룹 컴포넌트
  • 커스텀 항목 아이템 컴포넌트
  • 버튼 컴포넌트

To Reviewer

  • 구현 화면

    image
  • 패턴 디자인 이미지 Access Denied

  • 텍스트 이미지 존재하지 않음

  • 색상 이미지 존재하지 않음 => 어떻게 구현할 지 결정하지 못하였음

@jinlee1703 jinlee1703 self-assigned this Jan 28, 2024
@@ -17,6 +17,7 @@
.env.development.local
.env.test.local
.env.production.local
.env
Copy link
Member

Choose a reason for hiding this comment

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

env에 어떤 게 들어가는지 궁금해요~

Copy link
Member Author

@jinlee1703 jinlee1703 Jan 29, 2024

Choose a reason for hiding this comment

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

현재는 API 경로(http://xxx.xxx.xxx.xxx:xxxx) 만 추가해두었습니다~

getData();
}, []);

console.log(patterns);
Copy link
Member

Choose a reason for hiding this comment

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

P5: 콘솔 로그는 지우는 게 어떨까요?

Copy link
Member Author

@jinlee1703 jinlee1703 Jan 29, 2024

Choose a reason for hiding this comment

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

이거 지워야 하는데

  1. 패턴 디자인 이미지 Access Denied
  2. 텍스트 이미지 존재하지 않음
  3. 색상 이미지 존재하지 않음

이 세 가지 이유로 코드 내에서 사용하지 않고 있어서 컴파일 에러(commitlint & prettier로 인해)가 나는 상황이라 console.log로 강제로 사용하고 있습니다.
다음 PR에 반영해보겠습니다.

@jinlee1703 jinlee1703 marked this pull request as ready for review January 29, 2024 07:32
@jinlee1703 jinlee1703 merged commit 6c1f9cc into develop Jan 29, 2024
1 check passed
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.

2 participants