Release 7b · Queued

Grouped Pins

Network-aware map clustering. When multiple people you follow have independently pinned the same spot, they surface as a single grouped place.

Release
7b
Size
Medium
Deploy
OTA · EDGE
Status
Queued
Depends on
Check-ins & Tags (R7a)

Summary

The map-level experience of overlapping pins from your network. When multiple people you follow have pinned the same spot — independently, without any social connection at pin-creation time — the map surfaces it as a single grouped place with stacked avatars and a combined timeline.

This is Scenario F from SCOPE.md: two users independently pin the same spot, proximity detection finds the overlap, they later follow each other, and the connection surfaces on the next map load automatically — no migration, no backfill.

What's in scope

Architecture No places entity. The map queries all pins from the user's network and clusters them via PostGIS ST_ClusterDBSCAN. Cluster results are a view, not stored state. Retroactive connections surface automatically on the next map load — no migration, no backfill.

Open questions