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

game PIN 코드 및 웹소켓 생성 구현 #4

Open
2 tasks done
r4k0nb4k0n opened this issue Jan 29, 2021 · 0 comments · May be fixed by #5
Open
2 tasks done

game PIN 코드 및 웹소켓 생성 구현 #4

r4k0nb4k0n opened this issue Jan 29, 2021 · 0 comments · May be fixed by #5
Assignees
Labels
enhancement New feature or request

Comments

@r4k0nb4k0n
Copy link
Member

r4k0nb4k0n commented Jan 29, 2021

Collection

  • Rooms collection
{
	"_id": string,
  "pin": string,
	"gameId": string,
	"gamers": Array
	// Something else?
}

API

  • /room - POST
  • /room/:roomId - DELETE

주의사항

필요에 따라 기획했던 DB 모델링이나 API를 따르지 않고 수정할 경우, Notion 문서도 갱신 부탁드립니다.

@r4k0nb4k0n r4k0nb4k0n added the enhancement New feature or request label Jan 29, 2021
@r4k0nb4k0n r4k0nb4k0n added this to the 필수 REST API milestone Jan 29, 2021
@r4k0nb4k0n r4k0nb4k0n self-assigned this Jan 29, 2021
@r4k0nb4k0n r4k0nb4k0n linked a pull request Feb 6, 2021 that will close this issue
@r4k0nb4k0n r4k0nb4k0n linked a pull request Feb 6, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant