wrongmove/models
Viktor Barzin 3d2a24e921
feat: add ListingDecision model and Alembic migration
Add ListingDecision SQLModel entity for tracking user like/dislike
decisions on properties, with unique constraint on (user_id, listing_id,
listing_type) and appropriate indexes.
2026-02-21 13:50:55 +00:00
..
__init__.py Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00
decision.py feat: add ListingDecision model and Alembic migration 2026-02-21 13:50:55 +00:00
listing.py Harden backend security: IDOR fix, error sanitization, rate limiter fallback, security headers 2026-02-08 19:42:30 +00:00
passkey_credential.py Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00
poi.py Add POI and POIDistance data models with migration 2026-02-08 13:13:05 +00:00
poi_distance.py Add POI and POIDistance data models with migration 2026-02-08 13:13:05 +00:00
user.py Run alembic migrations on startup, fix User model, add POI travel sorting and streaming options 2026-02-08 18:50:13 +00:00