Skip to content

Conversation

@LEEJaeHyeok97
Copy link
Contributor

@LEEJaeHyeok97 LEEJaeHyeok97 commented Jan 30, 2024

Issue number and Link

이슈 번호 : #28

Summary

뉴스레터 api를 구현하였습니다.

PR Type

  • Feature
  • Bugfix
  • Refactoring
  • Documentation
  • Other

Other Information

Common Type

- feat : 새로운 기능 구현
- add : feat 이외의 부수적인 코드, 파일, 라이브러리 추가
- chore : 패키지 구조, 함수 및 변수명 변경 등의 작은 작업
- fix : 버그 및 오류 해결
- del : 불필요한 코드, 파일, 주석 삭제
- docs : 명세서 작성
- refactor : 코드 리팩토링
- merge : 서로 다른 브랜치 간의 코드 병합
- setting : 프로젝트 기초 세팅 관련 작업

branch

Feature/{이슈 번호 x, feat 순서}-{작업 내용}

ex)
Feature/3-home-api
Feature/4-home-crud

@psae0714
Copy link
Contributor

psae0714 commented Feb 1, 2024

확인했습니다 뉴스레터 구현하시느라 수고하셨습니다

Copy link
Contributor

@why-only-english why-only-english left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

뉴스레터 기능 구현 고생하셨습니다!

Comment on lines +86 to +92
private static List<ImageRes> getImageResponses(final Newsletter newsletter) {
List<NewsletterImage> newsletterImages = newsletter.getNewsletterImageList();
return newsletterImages
.stream()
.map(ImageRes::toDto)
.toList();
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stream을 사용하여 응답 요청을 받을 때 장점이 궁금합니다!

@toychip toychip merged commit 5cae630 into develop Feb 6, 2024
@toychip toychip deleted the Feat/5-newsLetter-api branch October 17, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 새로운 기능 추가 🔀 PullRequest Branch 합병 이재혁

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: 뉴스레터 기능 구현

5 participants