Conversation
- 문서 수정 API와 문서 이동 API는 분리하여 개발하는 게 맞다고 판단했습니다. - 문서 수정 API의 경우 비에디터에서 사용될 것으로 예상됩니다. - 여러 사용자가 같은 화면을 보고 있을 때, 다른 사용자가 수정한 내용을 보기 전에 수정 요청을 하는 경우를 방지하기 위해 request에 version을 담아서 보내기로 결정했습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📝 Part (해당되는 것만 체크)
#️⃣ 연관된 이슈
closes #21
🔎 작업 내용
1. 주요 변경 사항 요약
PATCH /v1/blocks/{blockId})2. 상세 내용 (선택)
{ "text": "수정된 내용", "version": 3 }version을 추가하였습니다.3. 프롬프트 경로
4. ADR 경로 (선택)
💬 집중 리뷰 요청
REQUIREMENTS.md파일 및/docs폴더의 변경 사항들 확인 부탁드립니다.🧪 테스트 방법
1. 로컬 실행 방법
./gradlew :documents-api:test./gradlew :documents-infrastructure:test./gradlew :documents-boot:test2. 테스트 시나리오
No response
✅ PR 체크리스트
📈 이미지 / 캡처 (필요 시)
No response