rates/frontend/src
jtricerolph 38b0c36923 Use text-search approach for rate conditions (breakfast/cancel/payment)
Original scrapy approach: extract <li> condition lines from each rate plan row
and text-search for known keywords. No match = null (unknown), not assumed false.

Adds breakfast_text, cancel_text, payment_text columns to booking_com_rates.
Booleans now nullable (null = not mentioned, true/false = explicit signal).

JS extraction searches all <li> items in the row (falls back to newline-split
innerText if none). Breakfast: 'breakfast' keyword. Cancel: 'free cancellation',
'non-refundable', 'total cost to cancel', 'fully chargeable'. Payment: 'no
prepayment', 'pay at the property', 'pay online'. data-fltrs used as fallback.

API snapshot endpoint now returns breakfast/cancel/payment text strings. Old
boolean-only rows degrade gracefully to derived labels.

Modal plan rows replace the fixed meal|cancel|price column layout with a single
stacked conditions cell: 0-3 lines depending on what the page actually shows.
Breakfast green when 'included', cancel green when 'Free cancellation…'.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-14 18:10:00 +00:00
..
components Fix breakfast detection on hotel-page scraper + add update banner 2026-07-14 17:49:27 +00:00
hooks Fix breakfast detection on hotel-page scraper + add update banner 2026-07-14 17:49:27 +00:00
pages Use text-search approach for rate conditions (breakfast/cancel/payment) 2026-07-14 18:10:00 +00:00
api.ts Fix mid-session 401 redirecting iframe to wrong URL, causing portal EmbeddedFallback 2026-07-10 11:43:57 +00:00
App.tsx Fix breakfast detection on hotel-page scraper + add update banner 2026-07-14 17:49:27 +00:00
index.css Fix bookability column timestamps showing stale 'last changed' dates 2026-07-10 08:41:58 +00:00
main.tsx Make rates installable as a PWA 2026-07-11 11:27:00 +00:00
types.ts