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

Add profile model to map reddit username to django user #45

Closed
noisecapella opened this issue Jul 19, 2017 · 4 comments
Closed

Add profile model to map reddit username to django user #45

noisecapella opened this issue Jul 19, 2017 · 4 comments

Comments

@noisecapella
Copy link

We should change the code to generate unique reddit usernames and to map this username to the User model and a Profile model to store extra data which we need for the UI

@alicewriteswrongs
Copy link
Contributor

Does Profile store the reddit username as well? To me it might make more sense semantically for the django user <-> reddit username correspondance to live on a different model, called like RedditUser or RedditUserInfo or something similar. Is Profile just going to store the first + last name, profile image, that kind of stuff?

@noisecapella
Copy link
Author

Yes, RedditUserInfo sounds good to me

@pdpinch
Copy link
Member

pdpinch commented Sep 22, 2017

@noisecapella @rhysyngsun is this still a relevant issue?

@noisecapella
Copy link
Author

No, this is done. The mapping is in micromasters, using DiscussionUser

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

No branches or pull requests

3 participants