Viktor Barzin
eafbc1ac52
Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/
...
The crawler subdirectory was the only active project. Moving it to the
repo root simplifies paths and removes the unnecessary nesting. The
vqa/ and immoweb/ directories were legacy/unused and have been removed.
Updated .drone.yml, .gitignore, .claude/ docs, and skills to reflect
the new flat structure.
2026-02-07 23:01:20 +00:00
Viktor Barzin
150342bb9e
Refactor codebase following Clean Code principles and add 229 tests
...
- 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)
2026-02-07 20:19:57 +00:00
Viktor Barzin
0b9d50af47
reformat with black; looks better
2025-05-31 23:50:43 +00:00
Viktor Barzin
10ae25e0d3
allow caching routing by destination and travel mode; also export all travel methods to csv column
2025-05-20 22:12:56 +00:00
Viktor Barzin
482fff689b
parameterize routing logic - extract api key as env var; allow searching dest by address; limit the number of listings to process to prevent accidental api key usage
2025-05-18 21:13:50 +00:00
Viktor Barzin
835494d29f
reformat most things
2025-05-07 21:25:40 +00:00
Kadir
d777558b34
ruff format
2024-03-25 20:48:48 +00:00
Kadir
47f7b2b672
Adding initial walking time and identifier to the information
2024-03-25 20:47:31 +00:00
Kadir
d4f87bed76
add routing and util to the right places
2024-03-13 16:22:53 +00:00