mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 14:44:54 +02:00
- YAML-backed saved locations (config/address_book.yaml) - Exact/partial alias matching with case-insensitive lookup - Flask blueprint: /api/address_book/lookup, /api/address_book/list - Geocoder short-circuits Photon when address book has exact match - Test suite for lookup behavior Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
441 B
YAML
18 lines
441 B
YAML
# RECON Address Book — saved locations for navigation shortcuts.
|
|
# Entries are matched by name and aliases (case-insensitive).
|
|
# Add new entries by appending to the list below.
|
|
|
|
entries:
|
|
- id: home
|
|
name: Home
|
|
aliases:
|
|
- home
|
|
- matt's house
|
|
- 214 north st
|
|
- 214 north street
|
|
address: "214 North St, Filer, ID 83328"
|
|
lat: 42.5735833
|
|
lon: -114.6066389
|
|
tags:
|
|
- residence
|
|
- primary
|