google-code-export / sandy-disaster-recovery

Automatically exported from code.google.com/p/sandy-disaster-recovery
2 stars 2 forks source link

Non-Authenticated Blurry Map #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a non-authenticated user visits /map, they should be able to see a map of 
all icons.
"The top of the page should contain the following disclaimer: All locations are 
blurred to within 400 meters.  Please log in to view precise location and 
service information."
Infoboxes prompt the user to log in to view information.

Once a person is logged in, they may view all of the data.

Original issue reported on code.google.com by v...@aarontitus.net on 6 Nov 2012 at 1:22

GoogleCodeExporter commented 9 years ago
Is this really needed? I want to make sure that we're using our limited 
programming resources effectively. I don't understand the exact use case, but 
this seems non-essential to me. Can't people just log in if they want to see 
the map?

Original comment by bruc...@gmail.com on 6 Nov 2012 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by rostovp...@gmail.com on 6 Nov 2012 at 4:30

GoogleCodeExporter commented 9 years ago
I think I can make this happen relatively quickly, so I'll just push it out.

Original comment by rostovp...@gmail.com on 6 Nov 2012 at 4:30

GoogleCodeExporter commented 9 years ago
It's not strictly essential from a functionality perspective, but it is 
essential to demonstrate how the tool works this tool to people in the 
industry. Apparently this is such a revolutionary approach that nobody gets it 
until they look at it; then they fall in love with it.  So it is darned close 
to essential from a marketing perspective.

Original comment by v...@aarontitus.net on 6 Nov 2012 at 5:29

GoogleCodeExporter commented 9 years ago
Fixed at revision 38. Going to /dev/map while unauthenticated gives a simpler 
map without personalized information, and every lat/lng rounded to 2 digits. 
Look at map_handler.py to see exactly which information is passed along.

Original comment by rostovp...@gmail.com on 6 Nov 2012 at 5:58

GoogleCodeExporter commented 9 years ago
Yep. Note, the authentication link currently takes you to: 
https://sandy-disaster-recovery.appspot.com/authenticate?destination=/dev/map
which returns a 404

Original comment by v...@aarontitus.net on 6 Nov 2012 at 6:04