-
Notifications
You must be signed in to change notification settings - Fork 2
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/#133 fcm서버에 알림 정보 보내기 #161
The head ref may contain hidden characters: "Feature/#133-FCM\uC11C\uBC84\uC5D0_\uC54C\uB9BC_\uC815\uBCF4_\uBCF4\uB0B4\uAE30"
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.
크게 수정할 부분은 없는 것 같아요.
|
||
@Bean | ||
public RestTemplate restTemplate() { | ||
return new RestTemplate(); |
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.
혹시 이렇게 별도로 분리한 이유가 있을까요?
public class FcmMessage { | ||
|
||
@JsonProperty("validate_only") | ||
private final boolean validateOnly; |
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.
현장 리뷰 완료요~
//when | ||
final NotificationResponse expected = notificationCommandService.create(request); | ||
final NotificationResponse expected = mockingNotificationCommandService.create(request); |
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.
지금 다시 보니까 expected랑 actual 이 바뀌어야 할 것 같아요.(어차피 모킹이라 큰 의미 없지만, 그래도...)
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.
크게 수정할 점이 보이지 않네요.
수고하셨습니다.
@@ -28,6 +28,8 @@ public class GithubClient { | |||
@Value("${github.url.profile}") | |||
private String profileUrl; | |||
|
|||
private final RestTemplate restTemplate; |
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.
수고하셨습니다! 크게 눈에 띄는 부분은 없네요.
approve하겠습니다~
#️⃣연관된 이슈
📝작업 내용
FCM에게 알람 요청 보내는 기능 구현
빨리 문서화해서 올리도록 할게요