-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feat] Event Enum 작성 및 변경 사항 수신 엔드포인트 구현 #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
작업 속도가 매우 빠르시네요
let response; | ||
switch (event) { | ||
case EventType.CREATE_TASK: | ||
// response = await this.taskService.create(user.id, taskEvent); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟢
Nest.js 의 이벤트 처리 방법에 대해 한번 보시면 좋을 것 같아요!
여기
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 읽어보고 반영해볼게요 !
@IsEnum(EventType) | ||
event: EventType; | ||
|
||
title: Information; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡
위와 이어집니다!
관련 이슈 번호
close #91
close #93
작업 내용
고민과 학습내용
작업 분배를 위한 공통 모듈 구현 PR입니다 !
스크린샷