Skip to content

Add location history search (by address or date range) #12

Description

@dcondrey

Difficulty: Moderate

Add the ability to search location history:

CLI:

location-tracker search "coffee shop" --days 30
location-tracker search --near 32.745,-117.155 --radius 100m

Dashboard: Add a search bar above the timeline that filters markers/path by address text match.

Where to look:

  • `db.py` — add `search_locations(query, days, near_lat, near_lon, radius)`
  • `main.py` — add `search` subcommand
  • `static/app.js` — add search input and filter logic

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions