nishiki-tech / nishiki-documents

8 stars 0 forks source link

GET /containers?[containerId={no}&categoryId={no}&groupId={no}] #58

Open kotaaaa opened 11 months ago

kotaaaa commented 11 months ago

Describe the Enhancement

Add query parameter to GET /users/:userId/containers endpoint

Each parameters are optional.

Why is this enhancement important?

For food list page

hitohata commented 11 months ago

@kotaaaa What is the expected return value?

I think the category should be filtered in the front. So, I would like to eliminate it from this API.

kotaaaa commented 11 months ago

(2023/12/05MTG) GET /users/:userId/containers?[containerId={no}&categoryId={no}&groupId={no}] -> GET /containers?[containerId={no}&categoryId={no}&groupId={no}]

kotaaaa commented 11 months ago

(2023/12/05 MTG) Query parameters are not must requirement for stage 1, so make it icebox.