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

181 search results #259

Merged
merged 3 commits into from
Mar 19, 2018
Merged

181 search results #259

merged 3 commits into from
Mar 19, 2018

Conversation

jkwening
Copy link
Contributor

Issue Number:

#181

Issue Description:

  • Route selected search result from home screen to map view. New feature
    implemented but have some unexpected bugs that need resolving.
  • Additionally it seems Chrome update is causing geolocation to timeout
    unexpectedly - need to look into further. Update: I think I resolved by adding timeout, maximum age, and setting enableHighAccuracy = false.

Summary of solution:

Connecting search from home page to maps view is leading to spaghetti code due to (p)react's uni-directional flow of state. Current implementation requires implementing passing data across siblings which is causing redundancies or having to hoist map related logic up to app.js level. For simplicity purposes and cleaner code base, going to transition to flux pattern via redux.

Action: merging current working code with minor bugs into new "redux" branch instead of development.

Route selected search result from home screen to map view. New feature
implemented but have some unexpected bugs that need resolving.
Additionally it seems Chrome update is causing geolocation to timeout
unexpectedly - need to look into further.
@jkwening jkwening merged commit dfc2f03 into TheDevPath:redux Mar 19, 2018
@jkwening jkwening deleted the 181-search-results branch March 22, 2018 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant