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

포트폴리오 등록/수정 구현 #26

Merged
merged 4 commits into from
Oct 1, 2023
Merged

Conversation

Rizingblare
Copy link
Member

@Rizingblare Rizingblare commented Oct 1, 2023

작업 내용

  • 포트폴리오 등록 로직 구현
  • 포트폴리오 수정 로직 구현
  • 예외 처리와 테스트 코드는 이후에 추가적으로 작성하겠습니다 !

이슈 번호

close #6
close #25

rizingblare added 4 commits September 26, 2023 17:09
- 기능 구현에 필요한 기본 파일 구조를 설정하였음.
(포트폴리오 등록 기능 구현)
- 포트폴리오 JSON 데이터 처리 로직
- 포트폴리오 MultipartFile 이미지 항목 처리  로직
- 포트폴리오 가격 항목 처리 로직
- 플래너 이미지를 저장할  gallery 폴더 추가
( 포트폴리오 업데이트 기능 구현)
- PortfolioService에updatePortfolio 메서드 추가
- PortfolioService에addPortfolio 리턴값 수정
- PortfolioRestController 수정
- ImageItemService에 updateImage 메서드 추가
- ImageItemService에 uploadImage 로직 저장경로 수정
@Rizingblare Rizingblare merged commit 6d3c037 into weekly Oct 1, 2023
1 check failed
@Rizingblare Rizingblare deleted the feat/portfolioImage-jd branch October 1, 2023 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

포트폴리오 수정 로직 구현 포트폴리오 등록 로직 구현
1 participant