• 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
Name
Last commit
Last update
..
__init__.py Loading commit data...
db_connector.py Loading commit data...
pattern_detector.py Loading commit data...
product_mapping.py Loading commit data...
search_engine.py Loading commit data...
size_message_builder.py Loading commit data...
stock_provider.py Loading commit data...