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

[Feature/#4] 일기 CRUD 기능 구현 #6

Merged
merged 6 commits into from
Nov 6, 2024
Merged

[Feature/#4] 일기 CRUD 기능 구현 #6

merged 6 commits into from
Nov 6, 2024

Conversation

daeun084
Copy link
Member

@daeun084 daeun084 commented Nov 6, 2024

#️⃣ 관련 이슈

💡 작업내용

  • Entity 파일 작성 및 연관관계 설정
    • Diary, Emotion, ActionTip, Plan, Report
  • 일기 작성 기능 임시 구현
    • 500자 이하의 content를 받아 일기 작성
    • 작성 후 감정 분석 및 행동 요령 제안 API 추후 연결 필요
  • 일기 수정 기능 구현
    • 당일 작성한 일기만 수정 가능
    • user-diary 간의 권한 검사
  • 일기 삭제 기능 구현
    • Emotion, ActionTip data CASCADE
  • 일기 상세 조회 기능 구현
    • emotion, actionTip의 content 함께 조회

📸 스크린샷(선택)

스크린샷 2024-11-06 오후 4 50 44 스크린샷 2024-11-06 오후 5 38 56

📝 기타

(참고사항, 리뷰어에게 전하고 싶은 말 등을 넣어주세요)

  • controller에서 Session으로 jwt token 받아오는 법을 잘 모르겠어서 우선 주석 처리 해두었습니다! 추후 수정하겠습니다

@daeun084 daeun084 requested a review from L-U-Ready November 6, 2024 08:46
@daeun084 daeun084 self-assigned this Nov 6, 2024
@daeun084 daeun084 linked an issue Nov 6, 2024 that may be closed by this pull request
3 tasks
@daeun084 daeun084 merged commit 347a121 into main Nov 6, 2024
@daeun084 daeun084 deleted the feature/#4 branch November 6, 2024 10: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.

[Feature] 일기 작성 기능 구현
1 participant