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

Implement Pin Clustering and Expand on Click for Explore Page in Map View #217

Open
9 tasks
rcAsironman opened this issue Jan 13, 2025 · 0 comments
Open
9 tasks
Labels

Comments

@rcAsironman
Copy link
Collaborator

Description
The current Explore page displays notes with pins. In some cases, multiple notes are located close to each other, making it difficult to distinguish the pins. As a result, users may have a poor experience when trying to view all the pins on a single map. To address this issue, cluster the nearest pins and display the count of notes present in that location when more than one note is available. Additionally, when a user clicks on a cluster, it should expand to display the individual pins.

Tasks

  • Understand the current Explore page functionality.
  • Observe the Explore screen of the "Where's Religion" website.
  • Implement the required functionality for clustering the pins and expanding the cluster on click to display individual pins.
  • Write test cases related to the implemented functionality.
  • Ensure the app runs without any issues on both iOS and Android.

Acceptance Criteria

  • Clustering should function properly without any issues.
  • Clicking on a cluster should display the individual pins.
  • All test cases must pass.
  • The app should run without any issues on both iOS and Android.

Reference

https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTi2y6_VOGZ4cBBfU86IkRYFC_nTG8Y5X2Mjg&s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant