issues
search
Jandy-SeoulTech
/
Design-Seller-Back
잔디 1인기업팀 백엔드입니다.
MIT License
0
stars
0
forks
source link
Feature/16 cateogy clean
#17
Closed
EomYoosang
closed
2 years ago
EomYoosang
commented
2 years ago
개요
Category 관련 코드 정리
dto변경, 테스트 코드 추가 등 필요
작업사항
DTO 정리
기존 dto폴더 내의 Categories dto삭제
CategoryController 내부에 dto 클래스 새로 작성
CategoryService 내부 카테고리 조회 메서드 명을
getParents
에서
getParentCategories
로 수정
CategoryServiceTest 생성
변경로직
Category 엔티티 리스트를 response로 그대로 사용하지 않고 DTO리스트를 생성
CategoryDto의 경우 Subcategory일 때와 아닐 때를 구분하여 생성자 작성함
개요
작업사항
getParents
에서getParentCategories
로 수정변경로직