|
|
|
|
|
by gullyfur
2255 days ago
|
|
Hey, this is cool! I tried to setup a curbside pickup for my elderly parents with a local store through instacart, but after getting to the end I discovered it was for next week. Couple thoughts: 1. Could I just provide a zipcode instead of sharing my browser location? 2. Could I check stores in aggregate? I'd rather discover which local business has the MOST openings and then register an account there, rather than getting to the end of the shopping experience and waiting. Lastly, you have a typo "seend" in your third step. |
|
1. We decided to use geolocation because it removes one more form field. It also makes it easier to expand to additional countries (https://github.com/MiniCodeMonkey/curbside/issues) we may reconsider in the future.
2. Happy to explore adding additional ways to tackle the problem. For now, we just have a simple map of stores to visualize coverage: https://curb.run/stores
Fixed the typo. Thanks!