MissingMaps / missingmaps.github.io

Missing Maps Website
http://www.missingmaps.org
Creative Commons Attribution 4.0 International
41 stars 58 forks source link

Update username if it changes #297

Open aawiseman opened 7 years ago

aawiseman commented 7 years ago

Not sure if this is for the partner site or this one, but if a user changes his username in OSM (which is possible under settings on your OSM page) it shows the old name on the Missing Maps stats pages. @kamicut was looking into it but asked me to submit an issue

kamicut commented 7 years ago

The API only gets the username once when creating a user. We could fix this by dropping the name column in the database and doing a second call to the OSM API from the frontend when we're rendering the page. cc @nbumbarger