lqtoan113 / score_bgh

https://score-bgh.vercel.app
0 stars 0 forks source link

POST: /v1/board-games #1

Open tnbngoc912 opened 3 months ago

tnbngoc912 commented 3 months ago

payload:

{
  "name": "Wingspan",
  "description": "description",
  "minPlayer": 2,
  "maxPlayer": 5,
  "category": "Family", 
  "thumbnail": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgA....",
  "score_categories": [
    {"text": "Birds","image" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgA....."}
    {"text": "Eggs","image" :"" }
    {"text": "Bonus Card","image" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgA....." }
  ]
}
tnbngoc912 commented 3 months ago

Regarding to category field --> User will choose from the dropdown, may we need a place to manage category list? So it could be category_id, need to discuss more

lamnn101 commented 3 months ago
image