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

서버 실시간 동기화 기능 구현 #154

Merged
merged 9 commits into from
Dec 20, 2020
Merged

서버 실시간 동기화 기능 구현 #154

merged 9 commits into from
Dec 20, 2020

Conversation

domino8788
Copy link
Collaborator

서버 실시간 동기화 기능 구현

해당 이슈 📎

#152

변경 사항 🛠

구현내용 요약

  • 실시간 동기화 기능 구현

테스트 ✨

없음

리뷰어 참고 사항 🙋‍♀️

@domino8788 domino8788 self-assigned this Dec 20, 2020
Copy link
Collaborator

@skid901 skid901 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ^^7

Comment on lines 10 to 15
blockRouter.post(
'/parent-id/:parentId',
objectIdValidator('parentId'),
errorHandler(blockController.create),
errorHandler(blockMiddleware.create),
blockController.publish,
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

publish 로직을 위한 미들웨어를 만든 다음에, 컨트롤러 후행 파라미터로 등록하는 쪽이 더 좋지 않았을까요?

Copy link
Collaborator

@YiSoJeong YiSoJeong left a comment

Choose a reason for hiding this comment

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

소켓 통신 부분이 간단한 듯 어렵네요🥺

@domino8788 domino8788 merged commit 4dff424 into dev-backend Dec 20, 2020
@domino8788 domino8788 deleted the feat/152 branch December 20, 2020 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants