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

[가게 등록] 가게 등록 페이지 PC 버전 로직 구현 및 API 구현 #30

Merged
merged 52 commits into from
Nov 29, 2023

Conversation

dooohun
Copy link
Contributor

@dooohun dooohun commented Nov 12, 2023

[#27] request

  • 가게 등록 페이지 PC 버전 로직 구현 및 API 구현했습니다.

[주요 구현사항]

  • 이미지 클릭 시 미리보기
  • SearchStore 가게 검색 기능
  • 운영 시간 기능 구현
  • 사장님 상점 생성 기능 구현

Please check if the PR fulfills these requirements

  • It's submitted to develop branch, not the main branch
  • The commit message follows our guidelines
  • Did you merge recent deveop branch?

Screenshot

image
image
image

Precautions (main files for this PR ...)

  • 이후에 PC 버전 (`page/StoreRegistration/view/PC)는 스텝별로 파일 분리 예정입니다. (코드가 길어 읽기 불편합니다... 양해 부탁드립니다 😢😢 )
  • PC 버전 UI에는 대표자명이 있지만, 모바일 UI에는 대표자명이 없습니다. 그리고 사장님 swagger의 상점 생성에도 대표자명이 없어서 이 부분은 문의해보겠습니다.

- 스크롤 가능할 때 헤더가 따라오도록 sticky 속성 추가
- overflow 될 때 스크롤바 삭제
- categoryState를 배열로 수정
- 운영시간 값에 null 추가
Copy link
Contributor

@MinGu-Jeong MinGu-Jeong left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!!! 굉장히 노력이 많이 들어간 코드처럼 보이네요😀
리뷰와 별개로 몇가지 이슈가 있습니다.

  • 기타정보 미입력 시 422에러가 발생해서(기타정보는 1자 이상이어야합니다) 다음페이지로 넘어갈 수 없는데, 요건 API가 그렇기 때문에 어쩔 수 없는거 같지만, 사실 기타정보가 필수적으로 입력되어져야하나..? 라고 생각하면 아닌거 같아서 이건 다음 회의때 얘기해봐야 할 것 같아요. 만약 API 수정없이 진행한다고 하면 기타정보나 다른 정보를 입력안해서 다음페이지로 넘어가지 않을 때 적절한 UI를 보여줘야 할 것 같아요! 지금 상태로는 다음 페이지로 넘어가지 못하는 이유를 알기 힘들어요.
  • 추가적으로 가게명을 정상적으로 입력했는데도 아래 사진과 같은 에러가 발생하는데 확인부탁드립니다!
스크린샷 2023-11-12 오후 11 41 47
  • 가게를 등록하는 페이지인데 가게검색 기능이 있는게 좀 이상하죠..? 어떤 의도로 가게등록 페이지에 가게검색 기능이 있는지 회의시간에 한 번 얘기 해봐야할 것 같습니다.
  • 코드리뷰하면서 느낀건데 저희 프로젝트 전체적으로 store과 shop이 혼용되는 느낌인데 통일해야 할 필요성이 있어보여요..! 이것도 회의때 얘기 해보면 좋을 것 같습니다.

수고하셨어요😀

src/model/shopInfo/allShopInfo.ts Show resolved Hide resolved
src/page/StoreRegistration/component/InputBox/index.tsx Outdated Show resolved Hide resolved
src/page/StoreRegistration/view/PC/index.tsx Outdated Show resolved Hide resolved
src/page/StoreRegistration/view/PC/index.tsx Outdated Show resolved Hide resolved
@dooohun
Copy link
Contributor Author

dooohun commented Nov 24, 2023

@hoooooony 리뷰 남겨주신 전화번호 입력 부분은 값을 입력하면 하이픈이 추가되도록 기능을 추가했습니다! bbdff93

Copy link
Contributor

@daepan daepan left a comment

Choose a reason for hiding this comment

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

수고하셨습니다.

@dooohun
Copy link
Contributor Author

dooohun commented Nov 28, 2023

@HAEROOL 상점 전체 목록을 불러오는 getShopList를 토큰 없이 요청 가능하게 수정했습니다! ad2fc39

src/store/modalStore.ts Outdated Show resolved Hide resolved
src/store/modalStore.ts Outdated Show resolved Hide resolved
@dooohun dooohun merged commit d05cbb5 into develop Nov 29, 2023
1 check passed
@dooohun dooohun deleted the feature/#27 branch November 29, 2023 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌏 Deploy 배포 관련
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

9 participants