-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature 1796 places autocomplete #2314
Commits on Mar 22, 2024
-
Move lat, long parsing and validations logic into GeoPoint
This logic will be removed from Viewfinder in future commit.
Configuration menu - View commit details
-
Copy full SHA for dd28faf - Browse repository at this point
Copy the full SHA dd28fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d66ee - Browse repository at this point
Copy the full SHA e7d66eeView commit details -
Fixup: Migrate fromString static method to Backbone-style parse function
Add type safety checks.
Configuration menu - View commit details
-
Copy full SHA for f5c4e6a - Browse repository at this point
Copy the full SHA f5c4e6aView commit details -
Fixup: Parse always returns Backbone-expected value
Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d1344fd - Browse repository at this point
Copy the full SHA d1344fdView commit details -
Use Google Maps API Autocomplete and Geocoder
Include additional Google Maps API libraries on page. Create model services to interact with Google Maps APIs.
Configuration menu - View commit details
-
Copy full SHA for b65bb9d - Browse repository at this point
Copy the full SHA b65bb9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c54e00 - Browse repository at this point
Copy the full SHA 0c54e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for d28a553 - Browse repository at this point
Copy the full SHA d28a553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817db52 - Browse repository at this point
Copy the full SHA 817db52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8053f - Browse repository at this point
Copy the full SHA 5a8053fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3296eae - Browse repository at this point
Copy the full SHA 3296eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b0d4d - Browse repository at this point
Copy the full SHA 85b0d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65fd724 - Browse repository at this point
Copy the full SHA 65fd724View commit details -
Configuration menu - View commit details
-
Copy full SHA for abe9666 - Browse repository at this point
Copy the full SHA abe9666View commit details -
Update src/js/models/geocoder/GeocodedLocation.js
Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2a9560e - Browse repository at this point
Copy the full SHA 2a9560eView commit details -
Update src/js/models/geocoder/GeocoderSearch.js
Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 591eebc - Browse repository at this point
Copy the full SHA 591eebcView commit details -
Update src/js/models/geocoder/GoogleMapsAutocompleter.js
Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 71318e5 - Browse repository at this point
Copy the full SHA 71318e5View commit details -
Update src/js/models/geocoder/GoogleMapsGeocoder.js
Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9f7a67 - Browse repository at this point
Copy the full SHA d9f7a67View commit details -
Update src/js/models/geocoder/Prediction.js
Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2f384d6 - Browse repository at this point
Copy the full SHA 2f384d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d7f759 - Browse repository at this point
Copy the full SHA 1d7f759View commit details -
Create child views managing list of Predictions
Add ViewfinderModel which will be used by ViewfinderView in a later commit. Prediction models can be represented by a PredictionView which are in turn managed as an unordered list.
Configuration menu - View commit details
-
Copy full SHA for 08838e3 - Browse repository at this point
Copy the full SHA 08838e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9bc9b - Browse repository at this point
Copy the full SHA 6c9bc9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e15f3 - Browse repository at this point
Copy the full SHA d3e15f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883aff0 - Browse repository at this point
Copy the full SHA 883aff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b81d5 - Browse repository at this point
Copy the full SHA 57b81d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c054806 - Browse repository at this point
Copy the full SHA c054806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd8c18 - Browse repository at this point
Copy the full SHA 6cd8c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d77304 - Browse repository at this point
Copy the full SHA 7d77304View commit details
Commits on Mar 25, 2024
-
Update src/js/models/geocoder/GoogleMapsAutocompleter.js
Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a2db923 - Browse repository at this point
Copy the full SHA a2db923View commit details -
Update src/js/models/maps/viewfinder/ViewfinderModel.js
Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e591e93 - Browse repository at this point
Copy the full SHA e591e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for e792a65 - Browse repository at this point
Copy the full SHA e792a65View commit details