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

feat: Search Engine CRUD creation [search-engine] #169

Open
7 tasks
JackoDev opened this issue Apr 13, 2022 · 0 comments
Open
7 tasks

feat: Search Engine CRUD creation [search-engine] #169

JackoDev opened this issue Apr 13, 2022 · 0 comments

Comments

@JackoDev
Copy link
Contributor

Summary

We have to implement the complete CRUD API methods for the search flow.

Acceptance Criteria

  • CREATE method for the new place.
  • READ method for all the places
  • READ method for a specific place - ':id'
  • UPDATE method for a specific place - ':id'
  • DELETE method for a specific place - ':id' - Remember we only hand a "Soft Delete method"
  • The CRUD must contain all the available endpoints according to the API structure.
  • Unit testing has to be implemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant