Ivago: cache results of search API #25
Labels
No Label
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#24 Setup Diesel workflow for use in rest of project
Chewing_Bever/fej
Reference: Chewing_Bever/fej#25
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Instead of always querying their API, we can periodically (e.g. every hour) get all the street names and store these in our database. Then we just use the data from the database instead of their APIs, hopefully increasing the speed of our responses.
I's say this is a good first issue to start working with Diesel. It's simple, and allows me to casually learn how to use it.
This issue is however too broad, so it shall be split into some smaller ones.