The display name of a location is not actually stored by the PHP backend, which makes it an ephemeral artifact. Currently it is populated by the name of the location object returned by the location lookup service (i.e. google maps).
This is confusing since it will appear initially but disappear on refresh.
We should just ignore it / not populate it / not render it in our UX.
The display name of a location is not actually stored by the PHP backend, which makes it an ephemeral artifact. Currently it is populated by the
nameof the location object returned by the location lookup service (i.e. google maps).This is confusing since it will appear initially but disappear on refresh.
We should just ignore it / not populate it / not render it in our UX.