cristighr1995 / Holiholic

A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
Apache License 2.0
2 stars 0 forks source link

Create table for storing current cities and number of places #50

Closed cristighr1995 closed 5 years ago

cristighr1995 commented 5 years ago

We should have a separate table in the database for keeping track of current cities and number of places from that city.

Besides creating the table we should be able to manipulate it by holiholic_database_api, so we should add a method for retrieving this information.