• Joined on 2026-01-26
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 20:17:08 +00:00
eda2ce2db4 Fix DoorDash GraphQL: remove unused variable declarations
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 20:14:13 +00:00
59dfd602cf Use production GraphQL query for DoorDash modifier extraction
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 20:11:06 +00:00
2cf5039c0f DoorDash modifiers: direct GraphQL API calls instead of clicking
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 20:02:30 +00:00
f5974a5fa2 Improve DoorDash modifier extraction: pass item names to Playwright
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 19:58:07 +00:00
b14f26ed47 Add DoorDash modifier extraction via stealth Playwright
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 19:32:03 +00:00
8be3a3d802 Fix DoorDash image extraction: MenuPageItem uses imageUrl not imgUrl
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 19:23:24 +00:00
a830a0820a Fix DoorDash parser: use find() loops instead of listToArray
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 19:02:07 +00:00
33040c9cd3 Rewrite DoorDash fast-path: use MenuPageItemList for full menu
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 18:44:27 +00:00
67e2079550 Add DoorDash/order.online fast-path parser
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 18:22:37 +00:00
dd2a508680 Add playwright scripts to git
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 18:20:16 +00:00
f58d567fb4 Fix DoorDash image import: scroll page in Playwright to trigger lazy-loaded images
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 04:04:32 +00:00
9a28091601 Handle struct types in item category and modifiers during merge
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 03:58:13 +00:00
d8a308a03e Increase Claude API timeout from 120s to 300s for image analysis
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 03:46:53 +00:00
93a2738ae1 Increase max_tokens from 8192 to 16384 for menu image analysis
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 03:41:26 +00:00
c6c189b0fa Save raw Claude response to file and dump char codes for debugging
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 03:38:35 +00:00
607c62051e Show JSON content around failure position for debugging
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 02:45:21 +00:00
7d23cb5487 Fix JSON parsing in analyzeMenuImages for PDF menu imports
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 02:37:43 +00:00
8ac6800d47 Use Jackson parser via file for Claude JSON response
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 02:32:50 +00:00
a5c0d55aa8 Fix JSON error handler and save raw Claude response for debugging
payfrit pushed to main at payfrit/payfrit-biz 2026-03-10 02:28:25 +00:00
1ca958d11f Add debug char dump around JSON parse failure position