mozilla-mobile / prox

[INACTIVE] A search and discovery app for the "here & now". We're experimenting with ideas on mobile that can better surface content from the open web.
https://wiki.mozilla.org/New_Mobile_Experience
Mozilla Public License 2.0
22 stars 12 forks source link

After moving with the app loaded, places are sorted by absolute location rather than travel times #627

Open mcomella opened 7 years ago

mcomella commented 7 years ago

I think this is a mistake from a UX perspective.

Maybe be hard b/c of async nature of travel times.

mcomella commented 7 years ago

Current state:

I think there are three options:

  1. Do nothing
  2. Fix the bug and do nothing else
  3. Attempt my suggested fix

I have the code written for 3, but I'm concerned about unexpected edge cases and it'll take some more time to test (which takes a while, given I have to walk around).

After speaking with Maria, she mentioned I should focus on #558, then focus on this bug. As such, I'll land the bug fix and then maybe get to testing this.

mcomella commented 7 years ago

I landed the intermediate fix (untested IRL) and am working on the big fix in https://github.com/mcomella/prox/tree/i627-sort (note: I think it only needs to be tested IRL).

mcomella commented 7 years ago

I'm not going to land this now – alternatively, we should consider deliberately designing this experience rather than landing hacky fixes.