-
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
Feature/#12 - 알림 구현 #313
Feature/#12 - 알림 구현 #313
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.
와우..👍 수고하셨습니다! 저도 남은 기능 끝내고 어서 알림으로 넘어가야겠네욥..
} else { | ||
if (alarm.targetPrice && alarm.targetPrice >= entity.open) { | ||
return true; |
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.
else가 없어도 될 것 같아요!
endpoint: string; | ||
|
||
@Column({ type: 'text' }) | ||
p256dh: string; |
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.
오 이건 뭔가요
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.
아... 이거 명세 작성해야해요. 이건 주춤주춤 노션 페이지에 작성해놓을게요.
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.
web-push를 구현할 때 필요한 키값입니다! 이거 env도 같이 작성해놓을게요
저도 동의합니다! |
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.
수고하셨습니다! 👍 👍
@@ -55,14 +57,17 @@ export class StockLiveDataSubscriber | |||
changeRate: change, | |||
volume: volume, | |||
} = updatedStockLiveData; | |||
|
|||
this.stockGateway.onUpdateStock(stockId, price, change, volume); |
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.
에러가 발생했을 때 몇 번 더 기회를 주는건 어떤가요?
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.
오... 좋은 거 같습니다! 이거 3번정도 기회 주는 방향으로 리팩토링하고, 차후 pr에 올릴게요!
else throw new NotFoundException('등록된 알림을 찾을 수 없습니다.'); | ||
} | ||
|
||
async update(id: number, updateData: AlarmRequest) { |
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.
유저가 주인인지 확인하는 과정이 필요하다고 생각합니다
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 #12
✅ 작업 내용
이슈사항
✍ 궁금한 점
😎 체크 사항