refactor: One Big Table - eliminate multi-table joins in SearchEngine
- Expand SELECT_COLUMNS to include tags, outfit_recommendations, description_text_full - Replace _enrich_with_outfit() (SQLite lookup) with _parse_outfit_recommendations() (JSON parse) - Remove sqlite3 and os imports from search_engine.py - Add 6 characterization tests verifying the refactor
Showing
test_one_big_table.py
0 → 100644
Please register or sign in to comment