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

Support user profiles #93

Open
ojongerius opened this issue Nov 7, 2017 · 2 comments
Open

Support user profiles #93

ojongerius opened this issue Nov 7, 2017 · 2 comments
Assignees

Comments

@ojongerius
Copy link
Member

If users are able to create an account we can save results for them. Have not thought about the implementation much, but raising this issue for the future and to link to it in related issue #60

@ojongerius
Copy link
Member Author

ojongerius commented Nov 8, 2017

Am doing a little POC with social logins from Facebook, Twitter and Github using social-auth-app-django. Looks promising, but needs a little polish, will do a test with saving urls for users as a next step.

Found a post talking about some of the options on user profiles, sounds like extending Django's User model with a one-on-one relationship is the way forward. Accessing the data from a view or template is super simple, not sure how we would store data from user actions yet. See https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html#onetoone

@ojongerius
Copy link
Member Author

Holding off on further work on this one until I learn a little more about a possible collaboration, where user profiles already exist.

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

1 participant