Open Smuzzy-waiii opened 1 month ago
Thank you for opening this issue! A Maintainer will review it soon!
can i get assigned to this
!assign @BhavikaPradeep
Hey @Smuzzy-waiii! The timer for the @BhavikaPradeep to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30
working on it , please extend the time
!deassign
!assign @BhavikaPradeep
Hey @Smuzzy-waiii! The timer for the @BhavikaPradeep to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30
I am interested in working on it.
@abuzaforfagun Go for it!
Create a GET /dishes endpoint which optionally takes in a
search_term
query parameter and returns dishes which match the search term. Refer to the way GET /restaurants is implemented. This will be very similar to that. If no search term is provided, return all dishes.Please remember to create a unit test for the above endpoint in
main_test.go
update theopenapi.yaml
to document the above changes!