-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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).
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
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
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
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
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-mud-014f9e91e-47.westus2.azurestaticapps.net |
Fixes #1
Note: this change was performed using Copilot Workspace
For more details, open the Copilot Workspace session.