TheRevivalFellowship / Global-Website

The central website for the whole fellowship.
http://therevivalfellowship.com/
1 stars 0 forks source link

Screen flow for "Use Location" and error messages #5

Closed bradfloodx closed 11 months ago

bradfloodx commented 8 years ago

Once a user clicks Use current location the Geolocation service will initiate the location request to the user's browser and they will be prompted Yes/No IF their browser is configured to prompt.

Browsers can be configured to auto yes or auto no.

If yes obviously we locate the closest fellowship and display that to them, no problem.

If no what should happen? I feel like some sort of message should be displayed informing them of our inability to retrieve their location, due to their rejection of our request slash their security settings. They could then be presented with a button to List all.

Thoughts?

bradfloodx commented 8 years ago

Geolocation service installed ready for basic user flow testing at http://therevivalfellowship.com/dev/public/

supertravio commented 8 years ago

List all is probably the path of least resistance.

Here's some more options to be considered:

  1. User could Search by typing in a postcode, city, or state. We'd need to know the geolocation of what they've entered (not easy). We could then show the closest 3 results within a range?
  2. We could show a map that shows the meeting locations. User could zoom in then select the meeting from a map.
supertravio commented 8 years ago

I think a lot of people would have their location blocked so it would be valuable having a good "workaround" here..

danielmee commented 8 years ago

Here is a mock of the failed message. I don't mind if it's either a 4 second box which disappears to reveal the original buttons or if it appears above the buttons and disappears after 8 seconds. What are the permiations that we can define for a failed message? Might be easier to just be vague for all: "Your location wasn't provided, please browse our list of fellowships"?

trf-desktop-error1 trf-desktop-error2

danielmee commented 8 years ago

Just realised I didn't add a mobile version... I'll have a look at that tomorrow as the blue box wouldn't work in the same way for mobile... :/

bradfloodx commented 8 years ago

Good ideas @supertravio .

Re design @danielmee I'll just improvise something for now, and yes just one error message is easiest. Let's see how we go after launch.