-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
@@ -17,6 +17,7 @@ | |||
.env.development.local | |||
.env.test.local | |||
.env.production.local | |||
.env |
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.
env에 어떤 게 들어가는지 궁금해요~
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.
현재는 API 경로(http://xxx.xxx.xxx.xxx:xxxx) 만 추가해두었습니다~
getData(); | ||
}, []); | ||
|
||
console.log(patterns); |
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.
P5: 콘솔 로그는 지우는 게 어떨까요?
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.
이거 지워야 하는데
- 패턴 디자인 이미지 Access Denied
- 텍스트 이미지 존재하지 않음
- 색상 이미지 존재하지 않음
이 세 가지 이유로 코드 내에서 사용하지 않고 있어서 컴파일 에러(commitlint & prettier로 인해)가 나는 상황이라 console.log로 강제로 사용하고 있습니다.
다음 PR에 반영해보겠습니다.
Motivation
Problem Solving
To Reviewer
구현 화면
패턴 디자인 이미지 Access Denied
텍스트 이미지 존재하지 않음
색상 이미지 존재하지 않음 => 어떻게 구현할 지 결정하지 못하였음