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

Feature/#171 한글 crdt 연동되도록 구현 #172

Merged
merged 4 commits into from
Nov 24, 2024

Conversation

pipisebastian
Copy link
Member

@pipisebastian pipisebastian commented Nov 22, 2024

📝 변경 사항

  • 한글 crdt 연동되도록 구현

🔍 변경 사항 설명

  • 해당 PR부터 리뷰 부탁드립니다!
  • composing 처리로 해결했습니다
  • 디버깅과정은 해당 링크에 정리했습니다

🙏 질문 사항

  • 리뷰어에게 부탁하고싶은 체크리스트를 추가합니다.

📷 스크린샷 (선택)

2024-11-22.10.17.53.mov

✅ 작성자 체크리스트

  • Self-review: 코드가 스스로 검토됨
  • Unit tests 추가 또는 수정
  • 로컬에서 모든 기능이 정상 작동함
  • 린터 및 포맷터로 코드 정리됨
  • 의존성 업데이트 확인
  • 문서 업데이트 또는 주석 추가 (필요 시)

@pipisebastian pipisebastian added FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업 labels Nov 22, 2024
@pipisebastian pipisebastian self-assigned this Nov 22, 2024
…into Feature/#171_한글_crdt_연동되도록_구현
Copy link
Collaborator

@minjungw00 minjungw00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

첨부하신 문서도 잘 읽어보았습니다. 수고많으셨습니다!

Copy link
Collaborator

@hyonun321 hyonun321 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다 !!


characters.forEach((char, index) => {
const insertPosition = startPosition + index;
const charNode = block.crdt.localInsert(insertPosition, char, block.id, pageId);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

최곱니다!! 배포가 너무 기대됩니다.
노션을 읽기전까지는 한글 -> ['한','글'] 로 받아와서 각각 로컬 insert를 진행하는 코드인줄 알았습니다.

올려주신 노션을 보니까 "한." 이 들어온다면 ['한','.'] 이렇게 2개가 들어올 것이고, 띄어쓰기나 ',' '.' 도 컴포징 될때 포함되는데 이것도 들어가는걸까요?
그렇다면
한글.
을 입력할때
['한']
['글'',.']
여기서 localInsert가 진행돼서
한글.
이렇게 입력되는게 맞나요?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

노션에서 답변 받았습니다.

@github-actions github-actions bot merged commit 4e30142 into dev Nov 24, 2024
5 checks passed
@pipisebastian pipisebastian deleted the Feature/#171_한글_crdt_연동되도록_구현 branch November 26, 2024 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants