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

feat: Using the Google Places API #90

Open
27 tasks
pablisch opened this issue Mar 22, 2024 · 0 comments
Open
27 tasks

feat: Using the Google Places API #90

pablisch opened this issue Mar 22, 2024 · 0 comments

Comments

@pablisch
Copy link
Collaborator

pablisch commented Mar 22, 2024

Prerequisites: This ticket is to be done following successful completion of #84.

Description:
Create request URLs for the Google Places API based on our facilities list and document these for the group including any helpful learning from doing this and the previous research ticket.

Considerations:
The request URLS should reflect the actual requests that will be made from our own API to the Google Places API and so they will include the following params:

  • One or more required facilities OR one or more wanted facilities
  • Location
  • Maximum distance

The response data must include:

  • The cafe name
  • Address
  • Website
  • Telephone
  • Email
  • Opening times
  • Location data
  • Image
  • Availability of any of our facility list whether picked or not.

AC:
Provide sample request URLs for location 51.5076, -0.0994, distance 1 mile, wanted facility:

  • Wheelchair-accessible
  • Wifi
  • Toilets
  • Baby changing
  • Visual impaired
  • Outdoor area
  • Autism-friendly
  • Quiet area
    NOTE: or adapt the above if there are any changes as a result of prior research.

Provide sample request URLs for location 51.5076, -0.0994, distance 2 miles, wanted facilities:

  • Wheelchair-accessible, wifi and autism-friendly
    NOTE: Any request with wanted facilities should return cafes with ANY of the wanted facilities.

Provide sample request URLs for location 51.5076, -0.0994, distance 3 miles, required facilities:

  • Wheelchair-accessible
  • Wheelchair-accessible and outdoor area
  • Wheelchair-accessible, autism-friendly and outdoor area
    NOTE: Any request with required facilities should return ONLY cafes with ALL of the required facilities.

Add documentation:

  • Document the sample request URLs in the Shared Learning section of the Resources and Learning MD file.
  • Include any useful info and learning about this in the Shared Learning section of the Resources and Learning MD file.
  • Update the relevant section of the README about the API key.
@junocchi junocchi changed the title doc: Using the Google Places API feat: Using the Google Places API Sep 3, 2024
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

No branches or pull requests

1 participant