ethan-nelson / osm_hall_monitor

Passive changeset surveillance for OpenStreetMap
MIT License
29 stars 3 forks source link

Monitor users by uid and not username #10

Open ethan-nelson opened 8 years ago

ethan-nelson commented 8 years ago

It's trivial for users to change their username, but user id is forever. May be worth it to add users on a uid basis.

ethan-nelson commented 8 years ago

Database now has userid built into it. Next step will be the process of polling the OSM API for userid when someone adds a user to the tracking list.