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

Copilot Workspace Play: Add business filtering feature #47

Merged
merged 5 commits into from
Sep 21, 2024

Conversation

bronthulke
Copy link
Owner

@bronthulke bronthulke commented Sep 21, 2024

Fixes #1

Note: this change was performed using Copilot Workspace


For more details, open the Copilot Workspace session.

Fixes #1

Note: this change was performed using Copilot Workspace

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/bronthulke/radius-checker/issues/1?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-mud-014f9e91e-47.westus2.azurestaticapps.net

…adius using Google Places API

Modify `drawPointsAndRadii` to call `fetchBusinesses` and display the businesses on the map

Add a popup on each marker that shows the basic business details

Add a checkbox in the form above the map to allow the user to toggle businesses on/off
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-mud-014f9e91e-47.westus2.azurestaticapps.net

* **src/views/index.html**
  - Add a checkbox with id `toggleBusinesses` in the form above the map
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-mud-014f9e91e-47.westus2.azurestaticapps.net

* Modify `clearPreviousRadius` to clear business markers
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-mud-014f9e91e-47.westus2.azurestaticapps.net

* Set the default state of the checkbox to checked
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-mud-014f9e91e-47.westus2.azurestaticapps.net

@bronthulke bronthulke merged commit 8b574bb into master Sep 21, 2024
2 checks passed
@bronthulke bronthulke changed the title Add business filtering feature Copilot Workspace Play: Add business filtering feature Sep 21, 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

Successfully merging this pull request may close these issues.

FR: Provide the ability to show businesses inside the radius
1 participant