feat(tradein): unify scraper admin pages (avito/cian/yandex) + /scrapers hub #878

Merged
bot-reviewer merged 1 commit from feat/unify-scraper-admin-pages into main 2026-05-31 09:31:48 +00:00

1 commit

Author SHA1 Message Date
0b07d75fb6 feat(tradein): unify scraper admin pages with shared ScraperPage component
Each provider page (avito/cian/yandex) now has identical structure via a
shared <ScraperPage source> component: trigger/запуск, runs-log/очередь
(per-source city-sweep runs + cancel), cron-расписание, and a per-source
request delay — каждый скраппер своя задержка.

Add /scrapers hub with global delay (lower-bound for all) + schedules
summary table (enable/disable + next_run across all sources) + provider
cards. Move cian-cookies (DMIR_AUTH upload + test-auth) into a section on
the cian page; old /scrapers/cian-cookies route now client-redirects.
Topbar gains a Скрапперы hub link.

Backend cian/yandex city-sweep endpoints already exist on main (#860/#867).
No backend changes in this PR — frontend-only unification.
2026-05-31 12:21:02 +03:00