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

아이템 정보 파싱 api 구현 #183

Open
1 of 2 tasks
hyejungg opened this issue Apr 8, 2022 · 4 comments · Fixed by #185
Open
1 of 2 tasks

아이템 정보 파싱 api 구현 #183

hyejungg opened this issue Apr 8, 2022 · 4 comments · Fixed by #185
Assignees
Labels
feat 새 기능 추가

Comments

@hyejungg
Copy link
Member

hyejungg commented Apr 8, 2022

What is this issue? 🚀

공유하기 버튼으로 사이트에서 아이템 정보를 가져올 때 파싱을 진행한다.
클라이언트에서 url을 요청으로 전달 받아 아이템의 상품명, 가격, 이미지 정보를 response 한다.

추후 iOS 개발자와 협업을 위해 파싱 작업은 백엔드에서 진행하도록 논의 후 변경.

Progress 🏃‍♀️

  • 기존 방식과 현재 방식 중 더 나은 성능으로 선택 (사용자 사용 측면에서 속도가 중요하다고 생각하기 때문)
  • 파싱 속도 개선 (클라측에서 가끔 파싱이 엄청 느리다는 얘기가 있음)
@hyejungg hyejungg added the feat 새 기능 추가 label Apr 8, 2022
@hyejungg hyejungg added this to the Item 구현 기능 milestone Apr 8, 2022
@hyejungg hyejungg self-assigned this Apr 8, 2022
@hyejungg
Copy link
Member Author

hyejungg commented Apr 8, 2022

유입이 많을 것으로 예상되는 사이트 대상으로 파싱 알고리즘 구현

  • 29센치 전부 다 https://www.29cm.co.kr/
    나이키 전부 다 https://www.nike.com/
  • cos 전부 다 https://www.cosstores.com/
  • W컨셉 상품명 및 가격 https://www.wconcept.co.kr/
    쿠팡 전부 다 https://www.coupang.com/ // 쿠팡에서는 로켓배송이 있어서 굳이 위시리스트에 담아두지 않을 듯...
  • 제시믹스 전부 다 https://www.xexymix.com/
    이랜드몰 전부 다 https://www.elandmall.com/
  • 무신사 가격 https://www.musinsa.com/
  • 네이버 스토어팜 가격 https://smartstore.naver.com/
  • eql 가격 https://www.eqlstore.com/
  • 자라 가격 https://www.zara.com/
  • 11번가 가격 https://www.11st.co.kr/
  • ssg 가격 https://www.ssg.com/
  • arket 가격 https://www.arket.com/
  • 서울스토어 전부 다 https://www.seoulstore.com/
  • g9

@youngjinc
Copy link
Member

프로덕션에서 현재 이 세개만 된다는 것일까요?? 아님 혜정이가 작성한 코드에서 데리고 오는 친구들??

@hyejungg
Copy link
Member Author

hyejungg commented Apr 8, 2022

현재 제가 작성한 코드에서 데려오는 친구들입니다 ㅎㅎ .... server 쪽 이슈고든요 > < ..

@youngjinc
Copy link
Member

같이 코드를 뜯어볼까요..?

@hyejungg hyejungg linked a pull request Apr 8, 2022 that will close this issue
@hyejungg hyejungg reopened this Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새 기능 추가
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants