- Extract helpers to reduce function sizes (listing_tasks, app.py, query.py, listing_fetcher) - Replace nonlocal mutations with _PipelineState dataclass in listing_tasks - Fix bugs: isinstance→equality check in repository, verify_exp for OIDC tokens - Consolidate duplicate filter methods in listing_repository - Move hardcoded config to env vars with backward-compatible defaults - Simplify CLI decorator to auto-build QueryParameters - Add deprecation docstring to data_access.py - Test count: 158 → 387 (all passing) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| circuit_breaker.py | ||
| districts.py | ||
| exceptions.py | ||
| floorplan.py | ||
| query.py | ||
| route_serializer.py | ||
| routing.py | ||
| throttle_detector.py | ||
| utils.py | ||