We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
이벤트 참여 동의를 받는 API 를 제작합니다. 그리고 이벤트 참여 미동의자는 퀘스트 완료 가 불가능 하도록 막습니다.
음.. 나중에 이벤트 참여 동의 여부도 eventStatusSchema에 포함되어 할 것 같습니다. 그리고 동의 하지 않은 사용자들 퀘스트 달성이랑 아이템 구입 막아야 할듯요... 이건 다른 PR에서 하면 좋을 것 같아요
음.. 나중에 이벤트 참여 동의 여부도 eventStatusSchema에 포함되어 할 것 같습니다. 그리고 동의 하지 않은 사용자들 퀘스트 달성이랑 아이템 구입 막아야 할듯요...
eventStatusSchema
이건 다른 PR에서 하면 좋을 것 같아요
Originally posted by @14KGun in #364 (comment)
The text was updated successfully, but these errors were encountered:
현재는 global-state 호출되었을 때, completeQuest 함수 호출되었을 때 EventStatus 생성이 일어납니다.
이벤트 참여 동의를 받은 후에만 EventStatus가 생성되도록 하고, 동시에 firstLoginQuest가 달성되도록 구현할 필요가 있습니다.
Sorry, something went wrong.
현재는 global-state 호출되었을 때, completeQuest 함수 호출되었을 때 EventStatus 생성이 일어납니다. 이벤트 참여 동의를 받은 후에만 EventStatus가 생성되도록 하고, 동시에 firstLoginQuest가 달성되도록 구현할 필요가 있습니다.
@kmc7468 오 좋은 것 같습니다
Merge pull request #373 from sparcs-kaist/#372-events-global-state-cr…
978c78d
…eate-api #372 이벤트 참여 동의 여부 확인
kmc7468
Successfully merging a pull request may close this issue.
Summary
이벤트 참여 동의를 받는 API 를 제작합니다. 그리고 이벤트 참여 미동의자는 퀘스트 완료 가 불가능 하도록 막습니다.
Originally posted by @14KGun in #364 (comment)
The text was updated successfully, but these errors were encountered: