-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [#66] feat(ProductWithFirstPhoto): vo에 storeId 추가 * [#66] feat: dto에 isOwnedByCurrentUser 추가 * [#66] feat: response에 isOwnedByCurrentUser 계산 및 dto에 삽입하도록 로직 수정 * [#66] feat: 상점의 상품 리스트 조회하는 repository 로직 findProductsByStoreIdAndSortOptionAndFilters 추가 * [#66] feat(ProductRetriever): 상점의 상품 리스트 조회용 retrieveStoreProducts 추가 * [#66] feat(ProductService): 상점의 상품 리스트 조회용 getStoreSellProducts, getStoreBuyProducts 추가 * [#66] feat(ProductController): 상점의 상품 리스트 조회용 getStoreSellProducts, getStoreBuyProducts 추가, isOwnedByCurrentUser 판단을 위한 파라미터 전달 추가 * [#66] fix(InterestRepository): 잘못된 쿼리문 수정
- Loading branch information
1 parent
a9b91ba
commit fec0b06
Showing
11 changed files
with
184 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.