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-199] 관리자 상점관리 - 아이템 조회 수정 api 연결 #978

Merged
merged 18 commits into from
Sep 6, 2023

Conversation

PHJoon
Copy link
Contributor

@PHJoon PHJoon commented Sep 5, 2023

📌 개요

  • 관리자 상점관리 - 아이템 조회 수정 api 연결

💻 작업사항

  • 아이템 수정 시 여러 번 클릭하면 요청 여러 번 가서 똑같은 아이템이 더 생기는 문제 있음(로딩버튼 만들어지면 추가하겠습니다)

✅ 변경로직

@PHJoon PHJoon self-assigned this Sep 5, 2023
Copy link
Member

@yoouyeon yoouyeon left a comment

Choose a reason for hiding this comment

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

확인했습니다! 아이템 수정도 잘 되는 것 같네요 👍 수고하셨습니당 😆

Comment on lines 93 to 97
src={item[columnName]}
src={item.imageUri ? item[columnName] : ''}
Copy link
Member

Choose a reason for hiding this comment

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

이 부분에도 item.imageUri이 잘못된 값일 경우에 빈 문자열 대신 fallback image를 넣어주면 좋을 것 같아요!

Screen_Shot 2023-09-06 10 59 56

Copy link
Contributor Author

Choose a reason for hiding this comment

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

수정했습니다!

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.

수정, 삭제 모두 다 잘 동작하네요! 이미지 변경도 잘 됩니다! 수고 많으셨습니다👍

@PHJoon PHJoon merged commit 1d0bf3e into main Sep 6, 2023
1 check passed
@PHJoon PHJoon deleted the GGFE-199-관리자-아이템-조회-수정-api-연결 branch September 6, 2023 07:52
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.

3 participants