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

Feat/#52 fcm token #75

Merged
merged 9 commits into from
Feb 19, 2024
Merged

Feat/#52 fcm token #75

merged 9 commits into from
Feb 19, 2024

Conversation

tidavid1
Copy link
Member

๐Ÿš€ ๊ฐœ๋ฐœ ์‚ฌํ•ญ

  • client์—์„œ fcm ํ† ํฐ์„ ์ „๋‹ฌ๋ฐ›์•„ ๊ด€๋ฆฌํ•˜๋Š” ๊ธฐ๋Šฅ์„ ๊ตฌํ˜„ํ–ˆ์Šต๋‹ˆ๋‹ค.
  • fcm ํ† ํฐ ๊ธฐ๋ฐ˜ push ์•Œ๋ฆผ์„ ์ „์†กํ•˜๋Š” ๊ธฐ๋Šฅ์„ ๊ตฌํ˜„ํ–ˆ์Šต๋‹ˆ๋‹ค.
  • Notification Controller์— ๋Œ€ํ•œ Swagger API ๋ฌธ์„œํ™”๋ฅผ ์™„๋ฃŒํ–ˆ์Šต๋‹ˆ๋‹ค.

์ด์Šˆ ๋ฒˆํ˜ธ

@tidavid1 tidavid1 added โญ๏ธ Feat ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ ๐ŸŽฏ MVP1 mvp1 ๊ฐœ๋ฐœ์‚ฌํ•ญ labels Feb 18, 2024
@tidavid1 tidavid1 self-assigned this Feb 18, 2024
Copy link

github-actions bot commented Feb 18, 2024

Test Results

0 testsโ€‚โ€ƒโ€ƒ0 โœ…โ€ƒโ€ƒ0s โฑ๏ธ
0 suitesโ€ƒโ€ƒ0 ๐Ÿ’ค
0 filesโ€„โ€‚โ€ƒโ€ƒ0 โŒ

Results for commit f74156c.

โ™ป๏ธ This comment has been updated with latest results.

})
)
ResponseEntity<Void> manageFCMToken(@Parameter(hidden = true) Long userId,
FCMTokenApiRequest request);
Copy link
Collaborator

Choose a reason for hiding this comment

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

์—ฌ๊ธฐ์—” @parameter ์•ˆ๋‹ฌ์•„๋„ ๋˜๋‚˜์š”?

@@ -10,6 +10,7 @@ public class SwaggerProjectErrorExamples {
public static final String PROJECT_NOT_FOUND = "{\"timestamp\":\"2024-02-17T10:07:31.404Z\",\"statusCode\":404,\"code\":\"E030301\",\"message\":\"ํ•ด๋‹น ํ”„๋กœ์ ํŠธ๊ฐ€ ์กด์žฌํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.\"}";
public static final String PROJECT_FORBIDDEN_OPERATION = "{\"timestamp\":\"2024-02-17T10:07:31.404Z\",\"statusCode\":403,\"code\":\"E030201\",\"message\":\"ํ•ด๋‹น ํ”„๋กœ์ ํŠธ์— ๋Œ€ํ•œ ๊ถŒํ•œ์ด ์—†์Šต๋‹ˆ๋‹ค.\"}";
public static final String PROJECT_DELETION_NOT_ALLOWED = "{\"timestamp\":\"2024-02-17T10:07:31.404Z\",\"statusCode\":400,\"code\":\"E030106\",\"message\":\"๋งค์นญ ์ค‘์ด๊ฑฐ๋‚˜ ๋Œ€๊ธฐ์ค‘์ธ ํ”„๋กœ์ ํŠธ๋Š” ์‚ญ์ œํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.\"}";
public static final String USER_NOT_FOUND = "{\"timestamp\":\"2024-02-17T10:07:31.404Z\",\"statusCode\":404,\"code\":\"E020301\",\"message\":\"ํ•ด๋‹น ์œ ์ €๊ฐ€ ์กด์žฌํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.\"}";
Copy link
Collaborator

Choose a reason for hiding this comment

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

์ด๊ฑฐ ์™œ ํ•ด๋‹น ํŒŒ์ผ์— ์žˆ์ฃ ??

@happyjamy happyjamy self-requested a review February 19, 2024 02:23
@tidavid1 tidavid1 merged commit 9ff940b into develop Feb 19, 2024
3 checks passed
@tidavid1 tidavid1 deleted the feat/#52-fcm_token branch February 19, 2024 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
โญ๏ธ Feat ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ ๐ŸŽฏ MVP1 mvp1 ๊ฐœ๋ฐœ์‚ฌํ•ญ
Projects
None yet
2 participants