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

Index login functionality #9

Open
alsmpd opened this issue Jan 28, 2015 · 1 comment
Open

Index login functionality #9

alsmpd opened this issue Jan 28, 2015 · 1 comment

Comments

@alsmpd
Copy link
Contributor

alsmpd commented Jan 28, 2015

  • Remove login buttons from side menu and add the login functionality to the index page.
  • Research searching/retrieving data
    • Set up user db structure based on research
  • email/password user creation functionality
@alsmpd alsmpd self-assigned this Jan 28, 2015
@thedustinsmith
Copy link
Contributor

@alsmpd What do you think about storing the reference to the actual user in the viewstate. As opposed to just the provider object.

My reason being - I want to change how we get a user's game list. I want to store a games array on the user. I think it would be better if we could just do viewstate.get('user').get('games') ... etc. I can see other places where this would be useful.

Thoughts?

@alsmpd alsmpd removed their assignment Sep 13, 2019
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

2 participants