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

Feature 1796 places autocomplete #2314

Merged
merged 30 commits into from
Mar 25, 2024
Merged

Commits on Mar 22, 2024

  1. Move lat, long parsing and validations logic into GeoPoint

    This logic will be removed from Viewfinder in future commit.
    ianguerin committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dd28faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d66ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5c4e6a View commit details
    Browse the repository at this point in the history
  4. Fixup: Parse always returns Backbone-expected value

    Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
    ianguerin and robyngit committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d1344fd View commit details
    Browse the repository at this point in the history
  5. Use Google Maps API Autocomplete and Geocoder

    Include additional Google Maps API libraries on page.
    Create model services to interact with Google Maps APIs.
    ianguerin committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b65bb9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c54e00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d28a553 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    817db52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a8053f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3296eae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85b0d4d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65fd724 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    abe9666 View commit details
    Browse the repository at this point in the history
  14. Update src/js/models/geocoder/GeocodedLocation.js

    Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
    ianguerin and robyngit committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2a9560e View commit details
    Browse the repository at this point in the history
  15. Update src/js/models/geocoder/GeocoderSearch.js

    Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
    ianguerin and robyngit committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    591eebc View commit details
    Browse the repository at this point in the history
  16. Update src/js/models/geocoder/GoogleMapsAutocompleter.js

    Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
    ianguerin and robyngit committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    71318e5 View commit details
    Browse the repository at this point in the history
  17. Update src/js/models/geocoder/GoogleMapsGeocoder.js

    Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
    ianguerin and robyngit committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d9f7a67 View commit details
    Browse the repository at this point in the history
  18. Update src/js/models/geocoder/Prediction.js

    Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
    ianguerin and robyngit committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2f384d6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1d7f759 View commit details
    Browse the repository at this point in the history
  20. 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.
    ianguerin committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    08838e3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6c9bc9b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d3e15f3 View commit details
    Browse the repository at this point in the history
  23. Support places search in viewfinder view

    Replace lat,long-only search with search for reqular query strings.
    
    fixes #2280
    fixes #2270
    fixes #1796
    ianguerin committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    883aff0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    57b81d5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c054806 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6cd8c18 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7d77304 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update src/js/models/geocoder/GoogleMapsAutocompleter.js

    Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
    ianguerin and robyngit authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a2db923 View commit details
    Browse the repository at this point in the history
  2. Update src/js/models/maps/viewfinder/ViewfinderModel.js

    Co-authored-by: Robyn <26600641+robyngit@users.noreply.github.com>
    ianguerin and robyngit authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e591e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e792a65 View commit details
    Browse the repository at this point in the history