[신혜윤] 풀스택-FE-mission5#15
Open
hyeyoonS wants to merge 96 commits intocodeit-bootcamp-nodejs:풀스택-FEfrom
Hidden character warning
The head ref may contain hidden characters: "\ud480\uc2a4\ud0dd-FE-Mission5-NEW"
Open
Conversation
풀스택 fe-mission1
풀스택 fe mission2
풀스택 fe mission3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요구사항
기본 요구사항
공통
중고마켓 페이지
심화 요구사항
공통
중고마켓 페이지
QA종합 의견
난이도
라이브러리를 사용하지 않고 순수 리액트로 구현했는데, 학습에 적절한 난이도라고 생각합니다!
페이지네이션 전용, 검색 전용 api 없이 단일 api (get /products) 로 구현하는 것은 어렵지 않았지만..
등의 추가 작업이 필요했습니다.! 단일api여서 프론트 코드가 조금 복잡해졌는데… 요구사항 외 자연스러운 플로우를 위한 +@ 의 문제라서 괜찮을 것 같습니다….!
분량
의견
판매중인 상품에서
좋아요순 정렬은 쿼리 파라미터를 별도로 사용하지 않고 불러온 상품 데이터를 프론트에서 favoriteCount 순으로 정렬(sort메소드 사용)하는 방식으로 구현했습니다.그런데 베스트 상품 데이터는 [https://panda-market-api.vercel.app/docs/에](https://panda-market-api.vercel.app/docs/%EC%97%90) 명세된 GET 메소드 “/products”의 정렬 기준 favorite을 사용해야 하는데요.
⇒ 판매중인 상품에서 좋아요순 정렬 = 베스트 상품은
**보여주는 데이터의 숫자만 다를 뿐 결국 같은 데이터**를 보여주게 됩니다 ~!!구현에는 문제가 없지만 베스트 상품과 좋아요순 정렬을 했을 때 보여지는 상품이 겹쳐서.. 기획의 의도가 조금 갸웃합니다.
⇒ 생각해본 개선 방안,,,,
풀스택 미션5에서는 상품을 클릭해도 상세페이지로 이동하지 않는 것으로 이해했습니다.(상세페이지로 이동하는 내용은 미션9 요구사항에 있습니다!)
그런데 심화요구사항에
LocalStorage를 활용해 오늘 본 상품을 구현합니다.라고 되어있는데, 오늘 본 상품을 구현하려면 상품 클릭 후 상세페이지로 이동해야 이를 바탕으로 구현 가능한 기능이 가능합니다!심화요구사항 내용이 수정되어야 할 것 같아요 우선 제외하고 구현하였습니다!
문의사항 (궁금궁금)
피그마 디자인 문의사항
LocalStorage 활용 심화 문의사항 관련
미션5 관련 문의사항은 슬랙으로 공유드렸습니다!