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 Create & ReadAll 구현 #2

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

game Create & ReadAll 구현 #2

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

Comments

@r4k0nb4k0n
Copy link
Member

r4k0nb4k0n commented Jan 29, 2021

Collection

  • Games collection
{
	"_id": string,
	"name": string,
	"quizIds": array
  // Something else?
}
  • Quizs collection
{
	"_id": string,
	"quizDesc":string, // 퀴즈 설명
	"chooseDesc":[string,string,string,string], //각 선택지 설명...?
	"answer":int, //퀴즈 답
	""
  // Something else?
}

API

  • /game - GET
  • /game - POST

주의사항

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

@r4k0nb4k0n r4k0nb4k0n added this to the 필수 REST API milestone Jan 29, 2021
@r4k0nb4k0n r4k0nb4k0n added the enhancement New feature or request label Jan 29, 2021
@r4k0nb4k0n r4k0nb4k0n linked a pull request Feb 7, 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.

2 participants