feat : UX 리팩토링 으로 인한, initNote API 생성 #453
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.
🔗 Reference
UX 개선 - 빠른 임장 생성 플로우
사용자가 앱을 처음 실행했을 때, 모든 정보를 입력하지 않아도 바로 임장을 시작할 수 있도록 개선이 필요했습니다. 기존에는 필수 입력 항목이 많아 사용자의 첫 진입 장벽이 높았던 문제를 해결하고자 합니다.
📝 Content
문제 정의
의도 및 해결 방법
initNoteAPI 추가주요 변경 사항
initNoteAPI 추가: 최소 정보만으로 임장 노트 초기화createNoteAPI 수정: 선택적 필드 처리 로직 개선✅ Definition of Done
initNote테스트 코드가 정상적으로 실행되는가?createNote테스트 코드가 정상적으로 실행되는가?