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

star multiple users #21

Open
kabirsikand opened this issue Jun 6, 2013 · 3 comments
Open

star multiple users #21

kabirsikand opened this issue Jun 6, 2013 · 3 comments
Milestone

Comments

@kabirsikand
Copy link

Potential Enhancement:
-Star Multiple Gamertags
-use a dropdown in the top right where the starred gamertag is kept, show multiple starred gamertags. if none, dropdown doesnt exist. if 1, just show that one gamertag. dropdown shows if more than one gamertag is starred
-allows user to keep track of self & friends
-keep it to a max of like 3-6, to keep site looking clean

@kabirsikand
Copy link
Author

meant to put this under enhancements. my bad

@iBotPeaches
Copy link
Member

This is a good idea, I just need to think of a better way to track the "stars".

Currently it is via cookie. I only have a few options though

  • HTML5 local storage (doesn't support all browsers / mobile)
  • Cookies still
  • IP (shared IPs will share stars)
  • Login /w pass for 100% tracking support (goes against Leaf's simplicity though)

@kabirsikand
Copy link
Author

you could keep it in cookie format for now, but increase the number of starred players saved in the cookie. in terms of the dropdown vs just showing a gamertag, you could do that with some simple javascript/jquery. if you need any help with dev i can lend a hand starting next week, after my finals are over.

also, if you have space on your server, you could have an ID stored in the cookie, and find that cookie ID in your database, load the information from there so that you don't have to store much in the cookie. haven't tried this out yet but a buddy said he's experimenting with that

@iBotPeaches iBotPeaches mentioned this issue Aug 31, 2013
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants