Skip to content

feat(location): 近邻发现 — 展示同位置不同时间拍摄的照片 #62

Description

@LC044

功能描述

选择一张照片后,展示"同位置不同时间拍的照片"——发现故地重游的记忆。类似于"原来这个位置我之前也来过"。

实现思路

  • 后端基于当前照片的 latitude/longitude 做 bounding box 查询(如 ±0.01 度范围)
  • 排除同一天拍摄的照片,按时间排序返回
  • 可用 PostgreSQL 的 cube 扩展或 pgvector 做近邻搜索
  • 前端在照片详情/灯箱中增加"附近照片"入口
  • 结果以时间轴形式展示,高亮与当前照片的时间距离

优先级

中 — 功能新颖,发现感强,但需要合适的交互入口

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions