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

#654 광고성 알림 수신 동의 받기 #663

Merged
merged 4 commits into from
Sep 23, 2023
Merged

Conversation

14KGun
Copy link
Member

@14KGun 14KGun commented Sep 22, 2023

Summary

It closes #654

Images or Screenshots

image

@14KGun 14KGun added the mypage 마이페이지 label Sep 22, 2023
@14KGun 14KGun self-assigned this Sep 22, 2023
@14KGun 14KGun linked an issue Sep 22, 2023 that may be closed by this pull request
@netlify
Copy link

netlify bot commented Sep 22, 2023

Deploy Preview for taxi-dev-preview ready!

Name Link
🔨 Latest commit 7575000
🔍 Latest deploy log https://app.netlify.com/sites/taxi-dev-preview/deploys/650de7dff625f6000836d1d0
😎 Deploy Preview https://deploy-preview-663--taxi-dev-preview.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

src/components/ModalPopup/ModalMypageModify.tsx Outdated Show resolved Hide resolved
@@ -133,11 +142,16 @@ const ModalNotification = ({
beforeDepart: value,
chatting: value,
notice: value,
advertisement: value,
},
Copy link
Member

Choose a reason for hiding this comment

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

궁금한게 있는데 이 여러 옵션들이 value하나로 묶여있어도 되는건가요?

Copy link
Member Author

Choose a reason for hiding this comment

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

이거 전체 알림 끄고 키는 핸들러에요! ㅎ

Copy link
Member

Choose a reason for hiding this comment

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

아 글쿤요!

//#region event2023Fall
if (optionName === "advertisement" && value)
event2023FallQuestComplete("adPushAgreement");
//#endregion
},
[deviceToken]
Copy link
Member

Choose a reason for hiding this comment

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

dependency에 event2023FallQuestComplete 추가해야하지 않을까요?

Copy link
Member Author

Choose a reason for hiding this comment

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

아앗 추가했습니다 !

Copy link
Member

Choose a reason for hiding this comment

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

감사합니다!


//#region event2023Fall
if (value) event2023FallQuestComplete("adPushAgreement");
//#endregion
},
[deviceToken]
Copy link
Member

Choose a reason for hiding this comment

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

마찬가지 입니당

Copy link
Member Author

Choose a reason for hiding this comment

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

이것두 추가했어요 !

Copy link
Member

Choose a reason for hiding this comment

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

감사합니다!

Copy link
Member

@predict-woo predict-woo left a comment

Choose a reason for hiding this comment

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

LGTM👍

@14KGun 14KGun merged commit ed4227a into dev Sep 23, 2023
3 checks passed
@14KGun 14KGun deleted the #654-advertising-notification branch September 23, 2023 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mypage 마이페이지
Projects
None yet
Development

Successfully merging this pull request may close these issues.

광고성 알림 수신 동의 받기
2 participants