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

이벤트 참여 동의 여부 확인 #372

Closed
14KGun opened this issue Sep 17, 2023 · 2 comments · Fixed by #373
Closed

이벤트 참여 동의 여부 확인 #372

14KGun opened this issue Sep 17, 2023 · 2 comments · Fixed by #373

Comments

@14KGun
Copy link
Member

14KGun commented Sep 17, 2023

Summary

이벤트 참여 동의를 받는 API 를 제작합니다. 그리고 이벤트 참여 미동의자는 퀘스트 완료 가 불가능 하도록 막습니다.

음.. 나중에 이벤트 참여 동의 여부도 eventStatusSchema에 포함되어 할 것 같습니다.
그리고 동의 하지 않은 사용자들 퀘스트 달성이랑 아이템 구입 막아야 할듯요...

이건 다른 PR에서 하면 좋을 것 같아요

Originally posted by @14KGun in #364 (comment)

@14KGun 14KGun changed the title 음.. 나중에 이벤트 참여 동의 여부도 eventStatusSchema에 포함되어 할 것 같습니다. 이벤트 참여 동의 여부 확인 Sep 17, 2023
@kmc7468
Copy link
Member

kmc7468 commented Sep 17, 2023

현재는 global-state 호출되었을 때, completeQuest 함수 호출되었을 때 EventStatus 생성이 일어납니다.

이벤트 참여 동의를 받은 후에만 EventStatus가 생성되도록 하고, 동시에 firstLoginQuest가 달성되도록 구현할 필요가 있습니다.

@14KGun
Copy link
Member Author

14KGun commented Sep 17, 2023

현재는 global-state 호출되었을 때, completeQuest 함수 호출되었을 때 EventStatus 생성이 일어납니다.

이벤트 참여 동의를 받은 후에만 EventStatus가 생성되도록 하고, 동시에 firstLoginQuest가 달성되도록 구현할 필요가 있습니다.

@kmc7468 오 좋은 것 같습니다

@kmc7468 kmc7468 self-assigned this Sep 18, 2023
@kmc7468 kmc7468 added this to the 2023 Fall Event milestone Sep 18, 2023
@kmc7468 kmc7468 linked a pull request Sep 18, 2023 that will close this issue
kmc7468 added a commit that referenced this issue Sep 19, 2023
…eate-api

#372 이벤트 참여 동의 여부 확인
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants