rcereno / REDX

0 stars 0 forks source link

Schema/API Design comments (Bryce Raymundo) #15

Open yarecryb opened 1 month ago

yarecryb commented 1 month ago
  1. Should use the actual types on the API spec for search games in the catalog.
  2. Should consider using some sort of authentication in your API to make sure that other customers cannot just take data from another customer's cart.
  3. Create an endpoint for removing from one's wishlist.
  4. Add the body to the post request on reset shop. Needs the customer ID and cart to reset. Also should update the description since it seems to still be describing the potion shop.
  5. Get rid of current-time in the API spec.
  6. Mistake in formatting in audit function spec. "number_of_games" is missing a quotation mark.