silverstripe / silverstripe-ckan-registry

BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

"Near me" filter #10

Open rupachup opened 5 years ago

rupachup commented 5 years ago

User story

As a register search user, I want to provide my current location as a filter so that results provided are near to me (assuming they are physical objects).

Acceptance criteria

Research findings

From MSD research:

At a minimum... we could partially solve this by having a dropdown "region" filter using the already proposed dropdown filter component. If time is tight that might be enough value to get this out the door.

robbieaverill commented 5 years ago

So often websites implement the whole "use my current location" browser feature in combination with a text input saying something like "Find XYZ near..." or similar, e.g.:

image

Would this be treated like a filter facet on the frontend, e.g.:

Styleguide

If so, I guess we'd need a new CKANFilter model in the backend for this (similar to a Text filter probably).

robbieaverill commented 5 years ago

Ok I see that #11 is basically that, nevermind. I think these two tickets could probably be merged into one.