Terrastories / terrastories

Terrastories is a geostorytelling application for mapping, managing and sharing place-based stories.
https://terrastories.app
MIT License
319 stars 157 forks source link

[CMS] Marker popup should show the right content from the Point/Place model #198

Closed rudokemper closed 5 years ago

rudokemper commented 5 years ago

Currently, the marker popups show the following content:

[title] (in the popup header)
[region]

It should be the following:

[title] (in the popup header)
[photo]

Region: [region]
Type of place: [type_of_place]

[description]

For region and type of place, if there is no content, then the label does not need to show.

NOTE: this issue is depending on issue 162 being resolved, because some of these data fields still need to be added to the Point/Place model.

rudokemper commented 5 years ago

As per this Ruby by the Bay thread (https://github.com/rubyforgood/terrastories/issues/6), dependent on pending migration updates to the point/place model (current expressed in this issue): https://github.com/Terrastories/terrastories/issues/222