Skip to content
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

Time vs Location Tradeoff #2

Open
jeffin143 opened this issue Apr 24, 2019 · 1 comment
Open

Time vs Location Tradeoff #2

jeffin143 opened this issue Apr 24, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jeffin143
Copy link

Presently Most of the E commerce site let you shop products from random places irrespective of how far the location is (sorted according best price) , We could optimize it by showing the closest shop first and then following it with the other one ( or may be add a flag, so that when setting up they could just define on which metric they should show information )

A simple approach could be to query with the user's location, Also coordinates of the location could be pen down and then manhattan distance ( may be any particular metric could be taken into account ) and then showing according to increasing order of the distance.

Benefits :
User would be able to get their item fast enough , may be they could afford a slight increase in charge then waiting for it days to receive.

Always believed in optimizing up things.

@anikethsaha
Copy link
Owner

@jeffin143 that is a really great idea, the project does have a time project which can we can query upon and about the location, Will add that in todo and will try to do it sooner.
Thanks.

@anikethsaha anikethsaha added the enhancement New feature or request label Apr 28, 2019
@anikethsaha anikethsaha added help wanted Extra attention is needed v1 Feature to be in v1 release and removed v1 Feature to be in v1 release labels May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants