rates/frontend
jtricerolph 312a14b80f Add live progress tracking to scrape history
Backend: atomic += increments to hotels_found, rates_scraped,
dates_completed, dates_failed after each date in both worker types
(search-results and hotel-page). Safe for concurrent workers because
PostgreSQL evaluates x = x + delta atomically per statement.
If the container is killed mid-run, the counts already reflect what
was done rather than zeroing out.

Frontend: new Progress column showing X/Y (NN%) of dates completed;
highlighted in gold while the batch is running. scrape-history query
auto-refetches every 5s whenever a running entry is present.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-15 09:09:46 +00:00
..
public/icons Replace letter icons with Lucide PWA icons 2026-07-11 20:30:12 +00:00
src Add live progress tracking to scrape history 2026-07-15 09:09:46 +00:00
Dockerfile
index.html
nginx.conf Add bare /health location to nginx for management monitor compatibility 2026-07-13 17:07:35 +00:00
package-lock.json Make rates installable as a PWA 2026-07-11 11:27:00 +00:00
package.json Make rates installable as a PWA 2026-07-11 11:27:00 +00:00
tsconfig.json
vite.config.ts Replace letter icons with Lucide PWA icons 2026-07-11 20:30:12 +00:00