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

Integrate algolia search #56

Open
4 tasks done
bryanwong8 opened this issue Jun 2, 2020 · 0 comments
Open
4 tasks done

Integrate algolia search #56

bryanwong8 opened this issue Jun 2, 2020 · 0 comments
Assignees
Labels
backend This is a backend issue
Projects

Comments

@bryanwong8
Copy link
Contributor

bryanwong8 commented Jun 2, 2020

Is your feature request related to a problem? Please describe.
We need to integrate algolia search to make searching articles faster.

Describe the solution you'd like:

  • Create article index
  • Update article index
  • Remove article index

Models
None

Schemas
None

API Routes

Article CRUD Routes

Endpoints HTTP Method Description Tested
{{APIURL}}/api/articles POST Create Article
{{APIURL}}/api/articles{{slug}} PUT Update Article
{{APIURL}}/api/articles{{slug}} DELETE Delete Article

Create/Edit Functions

Edit Article routes in backend/conduit/articles/views.py

  • Modify the make_article route to create an index when the article is created
  • Modify the update_article route to update an index
  • Modify the delete_article route to delete an index

Additional context

@bryanwong8 bryanwong8 added the backend This is a backend issue label Jun 2, 2020
@project-bot project-bot bot added this to To do in Bit Project Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This is a backend issue
Projects
Bit Project
  
To do
Development

No branches or pull requests

2 participants