Ivago: cache results of search API #25
Labels
No labels
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No milestone
No project
No assignees
1 participant
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…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.