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

✨ [Feat]: 한 달간 일기 조회 API #30

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Conversation

wjdalswl
Copy link
Contributor

@wjdalswl wjdalswl commented Feb 6, 2024

Add: DiaryContentDTO에 감정 추가, Fix: updateDiary에서 날짜 변경도 가능하게 수정

📍 PR 타입 (하나 이상 선택)

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

❗️ 관련 이슈 링크

Close #29

📌 개요

🔁 변경 사항

추가 변경사항
Add: DiaryContentDTO에 감정 추가
Fix: updateDiary에서 날짜 변경도 가능하게 수정

📸 스크린샷

👀 기타 더 이야기해볼 점

feeling이랑 emotion이랑 뭐가 뭔지 기억이 안나서 DiaryResponseDTO에 private Emotion feeling;라 선언했는데 바꿔야하면 말씀해주세요~

✅ 체크 리스트

  • PR 템플릿에 맞추어 작성했어요.
  • 변경 내용에 대한 테스트를 진행했어요.
  • 프로그램이 정상적으로 동작해요.
  • PR에 적절한 라벨을 선택했어요.
  • 불필요한 코드는 삭제했어요.

Add: DiaryContentDTO에 감정 추가, Fix: updateDiary에서 날짜 변경도 가능하게 수정
@wjdalswl wjdalswl added the ✨ feature New feature or request label Feb 6, 2024
@wjdalswl wjdalswl self-assigned this Feb 6, 2024
@wjdalswl wjdalswl linked an issue Feb 6, 2024 that may be closed by this pull request
1 task
@wjdalswl wjdalswl changed the title ✨ [Feat]: 한 달 간 일기 조회 API ✨ [Feat]: 한 달간 일기 조회 API Feb 6, 2024
List를 Controller로 리턴하고, 컨트롤러에서 컨버터를 호출해서 변환해서 넘겨주는 형태로 수정
@wjdalswl wjdalswl merged commit b63192b into dev Feb 7, 2024
@wjdalswl wjdalswl deleted the feat/29-monthly-diary branch February 7, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feat]: 한 달간 일기 조회 API
2 participants