-
Notifications
You must be signed in to change notification settings - Fork 25
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
Anonymous User Handling #802
Comments
This is the issue we had the discussion about adding a unique id - #299 |
Why do I feel like I'm stuck in a perpetual cycle?! Argh! |
I would love it if we could find a way to deal with this cleanly in our next deployment to other cities. The frustrating tradeoffs that I currently see between our two main options: If we continue as we are (with all anon users having the same user id, and we differentiate their actions based on IPA)
If we give a unique ID to an anon user for every session (as suggested in the initial comment for this issue):
|
Oh I forgot to mention what I think we should do: I am leaning towards giving a unique ID to anon users for every session. If we think that IP address is a significantly more defensible strategy for reporting data in a paper, I think we could do something special for the paper, like group anonymous sessions based on the IP address that was used at the beginning of the session. Of course, the pros and cons are just what I came up with while thinking about this for 10 minutes this afternoon. I think it deserves thoughts from others on the team, and it should be discussed in a meeting before we make a decision. Especially since we have been kicking this idea around for over a year and a half now. |
I am thinking that I will make this the next big update that I do. A lot of the other features we want to implement this summer would involve different implementations for anonymous and registered users. But once we give anonymous users a unique id like registered users, we should be able to do just one implementation of everything going forward :) |
Closing via #1293 |
I'm still not sure why we don't do this with anonymous users:
Thoughts? @sbower213 or @misaugstad?
The text was updated successfully, but these errors were encountered: