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

실시간 동시 편집 API 구현 및 테스트 진행 #39

Open
4 of 8 tasks
ori0o0p opened this issue Nov 23, 2024 · 0 comments · Fixed by #42
Open
4 of 8 tasks

실시간 동시 편집 API 구현 및 테스트 진행 #39

ori0o0p opened this issue Nov 23, 2024 · 0 comments · Fixed by #42
Assignees
Labels
feature 새로운 기능 추가 요청. priority: high 긴급히 처리해야 하는 작업. status: in progress 작업 진행 중.

Comments

@ori0o0p
Copy link
Member

ori0o0p commented Nov 23, 2024

목적

  • 실시간 동시 편집 기능을 지원하는 API를 구현합니다...!!

요구사항

  1. API가 클라이언트 간 실시간 동기화를 보장할 수 있어야 함.
  2. WebSocket, RSocket을 사용해 구현할 것.
  3. 사용자 간의 Flow 객체 공유를 통해 구현할 것.

또 다른 문제

  1. 현재 갱신 손실이 문서 전체에서 하나의 열로 축소되었는데 OT, CRDT 알고리즘을 고려해서 갱신 손실을 아예 없애야할까?

작업 세부사항


예상 완료 날짜

2024년 11월 30일 - 구현 완료
2024년 12월 5일 - 테스트 완료


참고 자료

@ori0o0p ori0o0p self-assigned this Nov 23, 2024
@ori0o0p ori0o0p added feature 새로운 기능 추가 요청. priority: high 긴급히 처리해야 하는 작업. status: in progress 작업 진행 중. labels Nov 23, 2024
@ori0o0p ori0o0p added status: review 코드 리뷰 대기 중. and removed status: in progress 작업 진행 중. labels Nov 23, 2024
@ori0o0p ori0o0p linked a pull request Nov 23, 2024 that will close this issue
8 tasks
@ori0o0p ori0o0p added status: in progress 작업 진행 중. and removed status: review 코드 리뷰 대기 중. labels Nov 23, 2024
@ori0o0p ori0o0p reopened this Nov 30, 2024
@ori0o0p ori0o0p changed the title 실시간 동시 편집 API 구현 실시간 동시 편집 API 구현 및 테스트 진행 Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 추가 요청. priority: high 긴급히 처리해야 하는 작업. status: in progress 작업 진행 중.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant