michael-fesselmeyer / ember-super-rentals

1 stars 0 forks source link

Feat/jsondata #23

Closed michael-fesselmeyer closed 1 year ago

michael-fesselmeyer commented 1 year ago

In this commit, the rentals.json file has been expanded with 10 new unique entries. Each entry includes comprehensive details such as title, owner, city, location (latitude and longitude), category, number of bedrooms, image URL, and a brief description.

Additionally, all image URLs have been validated to ensure they are functional and correspond to the title of the entry. This was achieved by conducting a thorough web search for each image and replacing any broken links with functional ones.

These enhancements aim to provide a richer and more accurate dataset for the rental platform, ultimately improving the reliability of the service and the user experience.