metrotranscom / doorway

Bloom is Exygy’s affordable housing platform. Bloom's goal is to be a single entry point for affordable housing seekers and a hub for application and listing management for developers.
https://www.bloomhousing.com
Apache License 2.0
3 stars 1 forks source link

release: map marker endpoint (#4453) #921

Closed mcgarrye closed 3 weeks ago

mcgarrye commented 4 weeks ago

This PR addresses #(889)

Description

Creates a public endpoint to return the id, longitude, and latitude of every open listing called mapMarkers.

The existing list endpoint will be used with view params to handle the other endpoint case.

How Can This Be Tested/Reviewed?

Using OpenAPI or by hitting the API directly through another client, call listings/mapMarkers Verify only open listing id's are returned and check the lat and long returned matches what is in the db.

Author Checklist:

Review Process: