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

배너 퍼블리싱 #39

Merged
merged 11 commits into from
Mar 11, 2024
Merged

배너 퍼블리싱 #39

merged 11 commits into from
Mar 11, 2024

Conversation

dnjsdmswl
Copy link
Contributor

특이사항

  • 배너 퍼블리싱

관련 이슈

@dnjsdmswl dnjsdmswl requested review from JJIIIINN and eejx0 February 21, 2024 10:42
@dnjsdmswl dnjsdmswl self-assigned this Feb 21, 2024
@dnjsdmswl dnjsdmswl removed the request for review from JJIIIINN February 21, 2024 12:50
@dnjsdmswl dnjsdmswl added the 기능 구현 구현, 개선 사항에 관련된 내용입니다. label Feb 21, 2024
Comment on lines 14 to 17
<_.BannerImg src={banner} />
<_.BannerImg src={banner} />
<_.BannerImg src={banner} />
<_.BannerImg src={banner} />
Copy link
Member

Choose a reason for hiding this comment

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

p2) Array.form으로 하는 게 더 좋아보여요.

Copy link
Member

Choose a reason for hiding this comment

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

배너가 다 다르다면 따로 constant 폴더에 파일 하나 만들고 그 파일에서 배열로 관리하면 좋을 것 같아요.
그걸 import 해서 map으로 돌리면 유지보수적으로도 좋아요.

Comment on lines +14 to +22
<_.TempleteImg src={banner} />
<_.TempleteImg src={banner} />
<_.TempleteImg src={banner} />
<_.TempleteImg src={banner} />
<_.TempleteImg src={banner} />
<_.TempleteImg src={banner} />
<_.TempleteImg src={banner} />
<_.TempleteImg src={banner} />
<_.TempleteImg src={banner} />
Copy link
Member

Choose a reason for hiding this comment

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

p2) 위와 같음.

@JJIIIINN
Copy link
Member

p1) 전체적으로 디자인 시스템을 안 쓰고 있는데 한 번 써보면 좋을 것 같아요.

Comment on lines +63 to +70
{
path: 'Banner',
element: <BannerPage />,
},
{
path: 'CreateBanner',
element: <CreateBannerPage />,
},
Copy link
Member

Choose a reason for hiding this comment

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

위의 이름도 잘못 되었지만 원래 path 네이밍은 대문자가 들어가면 안됩니다. 또한 소문자로만 구성하며 구분자로 사용할 때에는 하이픈(-)을 사용하는 것이 좋아요.
참고 글이니 확인해보세요
https://velog.io/@caesars000/RESTful-API-%EA%B0%80%EC%9D%B4%EB%93%9C

@dnjsdmswl dnjsdmswl merged commit 78286d5 into develop Mar 11, 2024
2 checks passed
@dnjsdmswl dnjsdmswl deleted the feature/38-banner_page branch March 11, 2024 10:38
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.

5 participants