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

밤이 되는 시점에 푸시알림 발송 #54

Open
moonseob opened this issue Nov 24, 2020 · 1 comment
Open

밤이 되는 시점에 푸시알림 발송 #54

moonseob opened this issue Nov 24, 2020 · 1 comment
Labels
enhancement New feature or request in-game Possibly requires in-game API integration

Comments

@moonseob
Copy link
Contributor

개요

게임 시간으로 밤(잘 시간)이 되면 잘 시간 알림 푸시를 발송하도록 한다.
afk인 유저가 해당 푸시를 보고 침대에 누울 수 있도록 한다.

작동 조건

  • 로그인된 사용자가 게임에 접속중이다.
  • 혹은 지도 화면을 보고 있다(높은 확률로 게임을 플레이중)
  • 밤이 되자마자 울리면 짜증날 수 있으므로 threshold를 유저 세팅에서 조정할 수 있도록 한다.

구현 방안

  • 1안: 지도 iframe에서 시간을 가져와서 타이밍에 맞게 출력해준다.
  • 2안: 페이지 로드시 호출하는 목적으로 다음 최초로 "밤이 되는" UNIX 시간을 리턴하는 REST API를 제작한다. (이후 증분 무한루프)
  • 3안: 인게임에서 사용자가 채팅으로(/requestSleep) 같은거 보내면 웹을 통해 푸시를 보내도록 한다.

예상 가능한 대체재

afk 모드 로 세팅하면 자동으로 잠자거나, 건너뛸 수 있도록 만드는 플러그인을 개발한다.

@moonseob moonseob added enhancement New feature or request in-game Possibly requires in-game API integration labels Nov 24, 2020
@noxowl
Copy link
Member

noxowl commented Nov 25, 2020

현재로써는 예정된 인게임 기능중에 afk 이용 예정인 기능이 있어서(낚시 등), 겸사겸사 afk시 넘어갈 수 있게 하는걸 만들 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-game Possibly requires in-game API integration
Projects
None yet
Development

No branches or pull requests

2 participants