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

[HH-54][PLACES] Save itineraries in DB #57

Closed cristighr1995 closed 5 years ago

cristighr1995 commented 5 years ago

In this PR we save in the database the users' returned itineraries. The purpose of doing this is for future data processing, statistics and recommendations.

Right now the CalculatedItineraries table contains the following information:

cristighr1995 commented 5 years ago

Related issue: https://github.com/cristighr1995/Holiholic/issues/54