Task Description
As a developer, I want both coordinates and placeId in the location table so that I can have a variety of entries in the database.
Extra Description
- Have a static array filled with random placeId's from the place API. Make sure to note of the address as well.
- Write an algorithm to randomly replace half the entries that have a coordinates Id with placeIds. Make sure to replace the title and remove the coordinates ID
- Done in the location.factory.ts
Acceptance Criteria
Task Description
As a developer, I want both coordinates and placeId in the location table so that I can have a variety of entries in the database.
Extra Description
Acceptance Criteria