refactor(price): remove price comparison UI and catalog sync
GoMag vs ROA price comparison generated too many false positives (kits, volume discounts, special prices). Removes comparison columns, dots, badges, catalog sync endpoints, and ~950 lines of dead code. Keeps WRITE path (sync_prices_from_order) for kit pricing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
TODOS.md
4
TODOS.md
@@ -2,9 +2,9 @@
|
||||
|
||||
## P2: Refactor sync_service.py in module separate
|
||||
**What:** Split sync_service.py (870 linii) in: download_service, parse_service, sync_orchestrator.
|
||||
**Why:** Faciliteza debugging si testare. Un bug in price sync nu ar trebui sa afecteze import flow.
|
||||
**Why:** Faciliteza debugging si testare.
|
||||
**Effort:** M (human: ~1 sapt / CC: ~1-2h)
|
||||
**Context:** Dupa implementarea planului Command Center (retry_service deja extras). sync_service face download + parse + validate + import + price sync + invoice check — prea multe responsabilitati.
|
||||
**Context:** Dupa implementarea planului Command Center (retry_service deja extras). sync_service face download + parse + validate + import + invoice check — prea multe responsabilitati.
|
||||
**Depends on:** Finalizarea planului Command Center.
|
||||
|
||||
## P2: Email/webhook alert pe sync esuat
|
||||
|
||||
Reference in New Issue
Block a user