Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User emails #36

Open
dereklieu opened this issue Apr 3, 2015 · 3 comments
Open

User emails #36

dereklieu opened this issue Apr 3, 2015 · 3 comments
Labels

Comments

@dereklieu
Copy link
Contributor

We should probably send user e-mails up to the API in the authentication/changeset create step. This would give network administrators some way to contact the people who are tied to changes in the data.

cc @olafveerman

@olafveerman
Copy link
Collaborator

Yup, sounds reasonable.
How would we get this? The OSM Api doesn't seem to provide this:

<osm version="0.6" generator="OpenStreetMap server">
  <user id="594282" display_name="olafveerman" account_created="2012-01-26T11:38:59Z">
    <description/>
    <contributor-terms agreed="true" pd="false"/>
    <img href="http://www.gravatar.com/avatar/80ebba7a26abf97b27099c2d06be2751.jpg?s=256&d=http%3A%2F%2Fapi.openstreetmap.org%2Fassets%2Fusers%2Fimages%2Flarge-0bee61f23f76b2bb034422431bdd6bd4.png"/>
    <roles></roles>
    <changesets count="40"/>
    <traces count="2"/>
    <blocks>
      <received count="0" active="0"/>
    </blocks>
    <home lat="38.713637479085" lon="-9.1376638412458" zoom="3"/>
    <languages>
      <lang>en-US</lang>
      <lang>en</lang>
    </languages>
    <messages>
      <received count="0" unread="0"/>
      <sent count="0"/>
    </messages>
  </user>
</osm>

@dereklieu
Copy link
Contributor Author

Good point. Open to suggestions here.

@olafveerman
Copy link
Collaborator

Not sure if we can get this without specifically asking the user for an email at some point. The moment of signup (authorization OSM oAuth) seems to be the most natural and efficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants