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

노드 색상 변경 이벤트 감지 및 처리 #373

Merged
merged 8 commits into from
Dec 3, 2024

Conversation

Tolerblanc
Copy link
Member

🔖 연관된 이슈

📂 작업 내용

  • 노드 색상 변경 이벤트 감지
  • 레디스에 해당 이벤트 Produce
  • 색상 변경 이벤트를 Consume하는 로직

@Tolerblanc Tolerblanc added ✨ Feature 기능 추가 및 구현, 제안과 관련된 경우 🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 labels Dec 3, 2024
@Tolerblanc Tolerblanc requested a review from Copilot December 3, 2024 01:52
@Tolerblanc Tolerblanc linked an issue Dec 3, 2024 that may be closed by this pull request
3 tasks
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 suggestion.

Files not reviewed (1)
  • apps/websocket/src/yjs/yjs.type.ts: Evaluated as low risk
Comments skipped due to low confidence (1)

apps/websocket/src/yjs/yjs.service.ts:270

  • The default color value 'main' is ambiguous. It should be a valid color value.
const color = node.color ?? 'main';

apps/websocket/src/yjs/yjs.service.ts Outdated Show resolved Hide resolved
@github-actions github-actions bot merged commit e321c3b into develop Dec 3, 2024
9 checks passed
@github-actions github-actions bot deleted the feature-be-#372 branch December 3, 2024 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 ✨ Feature 기능 추가 및 구현, 제안과 관련된 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

노드 색상 변경 이벤트 감지 및 처리
2 participants