[Tests] Validation needed for Story importer to handle adding Places that don't exist in Terrastories #757
rudokemper
started this conversation in
Temporarily Archived Tickets
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Currently, when the Story CSV importer encounters a row with a Place (via the
Place_name
orWhere_interviewed
fields), if this Place does not exist yet in Terrastories, it will add the Place. That is all fine and dandy, but it's adding them with a (0,0) or null geography as per this related issue with the Place importer #598To Reproduce
Steps to reproduce the behavior:
Place_name
orWhere_interviewed
fields to something else.admin
oreditor
user for a community, navigate to the Stories page in the back end (/admin/stories?locale=en)null
values, and showing up at 0,0 (off the coast of Africa) on the Terrastories map.Expected behavior
Let's make it so that the Story importer does not add a Place that doesn't yet exist with
null
values to lat/longs, resulting in wonky null island placement.Screenshots
Beta Was this translation helpful? Give feedback.
All reactions