[Feat/#24] MEMO ver. 경험 기록 임시 저장 기능 구현 #30
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣ 관련 이슈
💡 작업내용
user.tmpMemo
필드가 null이 아니라면, 이미 임시 저장본이 있음으로 간주하고 exceptiontitle
,content
를 requestBody로 받아 Record 객체 생성 및 저장recordId
를 User의tmpMemo
필드에 저장title
필드는 nullabletmpMemo
가 null이라면,isExist = false
반환isExist = true
및 Record 객체의title
,content
정보 반환User.tmpMemo
필드 초기화📸 스크린샷(선택)
📝 기타
(참고사항, 리뷰어에게 전하고 싶은 말 등을 넣어주세요)