• Vũ Hoàng Anh's avatar
    refactor: One Big Table - eliminate multi-table joins in SearchEngine · a3c02b90
    Vũ Hoàng Anh authored
    - 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
    a3c02b90
test_one_big_table.py 8.69 KB