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/#24] MEMO ver. 경험 기록 임시 저장 기능 구현 #30

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

daeun084
Copy link
Contributor

#️⃣ 관련 이슈

💡 작업내용

  • MEMO ver. 경험 기록 임시 저장 기능 구현
    • user.tmpMemo 필드가 null이 아니라면, 이미 임시 저장본이 있음으로 간주하고 exception
    • title, content를 requestBody로 받아 Record 객체 생성 및 저장
    • 해당 recordId를 User의 tmpMemo 필드에 저장
    • title 필드는 nullable
  • MEMO ver. 경험 기록 임시 저장 내역 조회 기능 구현
    • user의 tmpMemo가 null이라면, isExist = false 반환
    • null이 아니라면 Record 정보 조회
    • isExist = true 및 Record 객체의 title, content 정보 반환
    • 해당 Record 객체 제거 및 User.tmpMemo 필드 초기화

📸 스크린샷(선택)

스크린샷 2024-10-29 오전 2 07 30 스크린샷 2024-10-29 오전 2 08 27 스크린샷 2024-10-29 오전 2 09 21

📝 기타

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

@daeun084 daeun084 added this to the ✨ 3th SPRINT milestone Oct 28, 2024
@daeun084 daeun084 requested a review from oosedus October 28, 2024 17:27
@daeun084 daeun084 self-assigned this Oct 28, 2024
@daeun084 daeun084 linked an issue Oct 28, 2024 that may be closed by this pull request
3 tasks
@daeun084 daeun084 merged commit 3377c63 into develop Oct 29, 2024
@daeun084 daeun084 deleted the feat/#24 branch October 29, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] MEMO ver. 경험 기록 임시 저장 기능 구현
1 participant