credelinghuys
1a16dc5fa0
CASH-2947: Add bailoutCode to FmgSessionData. Remove duplicate bailoutcode in vuex.
2026-06-25 14:11:14 -04:00
matthew-sykes
20570b6fd7
Merge branch 'release/2026.06.18' into feature/CASH-2857
2026-06-11 09:25:22 -04:00
credelinghuys
9e08617582
CASH-2855: Bailout when required VIN is not found
2026-06-11 09:09:10 -04:00
Matt Sykes
76b4c35d59
Prevent error redirect loops with beforeEach circuit breaker
...
This adds a circuit breaker for uncaught failures in beforeEach. The first failure still goes through the normal ERROR/RESTART recovery path; a second consecutive failure redirects to the static error page instead of looping.
- New before-each-error-recovery module tracks recovery attempts in sessionStorage (with an in-memory fallback).
- ERROR/RESTART routes skip normal guard logic so the counter can accumulate across bounce-backs.
- The counter clears only after a fully successful navigation.
- redirectToStaticErrorPage centralizes hard-error bailout: logs, clears poisoned sessionStorage keys (submittedState, heritage redirect count, recovery count, externalParameterState), then navigates to /fmg/static/error.
- The static error page RESTART flow clears the same sessionStorage keys so bad state does not re-enter the funnel.
- Session storage key strings are centralized in session-storage.js.
- Unit tests cover recovery counting, bailout clearing, and navigation fallbacks.
Expected impact: Stops repeated ERROR → RESTART → ERROR cycles (including corrupt submittedState JSON.parse failures and recurring automation errors in us-east-1/us-east-2) by bailing out to the static error page after one failed recovery attempt.
2026-06-10 15:48:29 -04:00
Carl Nation
03f1fdaa28
CASH-632 fix tests for navbar
...
CASH-632 fix tests for navbar
2026-06-03 06:28:27 -04:00
Carl Nation
2e41499caf
CASH-632 added cancel link button for insurance pages
...
CASH-632 added cancel link button for insurance pages
2026-06-02 14:26:20 -04:00
scottkiener-at-safelite
44821ce536
Formatting and remove a console log
2026-05-28 10:30:07 -04:00
scottkiener-at-safelite
c0fb3e026c
CASH-2571 | Fix page pre-reqs, remove hardcoding
2026-05-28 09:44:28 -04:00
scottkiener-at-safelite
08e97fb152
Merge remote-tracking branch 'origin/develop' into feature/CASH-2572
2026-05-27 10:46:27 -04:00
credelinghuys
b68ac0780d
Merge branch 'release/2026.05.21' into rlsmerge/2026.05.21-to-develop
2026-05-19 13:11:33 -04:00
credelinghuys
ddcd8e5cf4
CASH-2563: Update bailout navigation blocking
2026-05-15 10:18:00 -04:00
credelinghuys
4320a5cea8
Merge branch 'develop' into feature/CASH-612
2026-05-14 14:06:16 -04:00
credelinghuys
f9d39f5d19
CASH-2563: Back navigation on bailout submit logic
2026-05-14 13:23:08 -04:00
credelinghuys
602591d658
CASH-2563: Bailout page routing updates
2026-05-14 11:14:10 -04:00
credelinghuys
c63fc7eff5
CASH-2563: Create submittedState and UI updates
2026-05-13 15:05:25 -04:00
credelinghuys
8671d74913
CASH-2563: Add bailout to more pages. Only show zip input if we don't have one.
2026-05-12 11:00:45 -04:00
credelinghuys
75f0184314
CASH-2563: Bailout on 500 from GetPartsOrQuestions
2026-05-07 18:35:54 -04:00
credelinghuys
dd291a980c
CASH-2563
2026-05-07 12:52:02 -04:00
Chris Redelinghuys
b55451ec9d
CASH-2563
2026-05-06 09:21:08 -04:00
credelinghuys
e0672a91d7
CASH-612: Policy vehicle page
...
Co-authored-by: Copilot <copilot@github.com>
2026-05-01 15:50:29 -04:00
scottkiener-at-safelite
ec3323cf08
CASH-2571 | Scheduling Page
...
Created new page
Added routing data
Added experiment flag (doesn't exist in framework yet) - hardcoded to true
Header, Footer, Subheader, H5 added
2026-04-30 11:30:14 -04:00
CarlNation
e4bceb5fe7
CASH-699 add input fields for insurance-details page
...
CASH-699 add input fields for insurance-details page
2026-04-28 15:52:35 -04:00
CarlNation
ed29c63925
Merge branch 'nation/CASH-2466' into nation/CASH-699
2026-04-28 08:26:16 -04:00
CarlNation
46094b342b
CASH-2466 add insurance page shells
...
CASH-2466 add insurance page shells
2026-04-28 08:15:24 -04:00
CarlNation
88e6a616f4
CASH-1545 check session expiration with JS interval
...
CASH-1545 check session expiration with JS interval so that we can redirect to the return-user page without requiring the user to click forward button
2026-04-23 15:22:52 -04:00
CarlNation
ddeac7d471
CASH-2466 changes to support navigation to 2.0 insurance pages
...
CASH-2466 changes to support navigation to 2.0 insurance pages
2026-04-21 11:33:44 -04:00
Matt Sykes
7c02499056
CASH-2521, CASH-2526 - Handle infinite loop and add logging
2026-04-07 16:14:34 -04:00
CarlNation
fe576a5e69
Merge branch 'develop' into nation/CASH-2415
2026-04-03 08:11:45 -04:00
Chris
c134df2f4e
Merge branch 'release/2026.04.09' into feature/CASH-1689
2026-03-27 08:05:08 -04:00
credelinghuys
e8c0c8f2dc
Merge branch 'release/2026.04.09' into feature/CASH-1689
2026-03-26 15:42:22 -04:00
credelinghuys
38d50f6612
CASH-1689: MSR fee in cart for insurance
2026-03-26 15:39:40 -04:00
CarlNation
d1ebb59cbb
CASH-2497 log full querystring on init session
...
CASH-2497 log full querystring on init session
2026-03-26 13:55:27 -04:00
CarlNation
f5f720526f
CASH-2415
...
CASH-2415 changes to allow forcing experiments on querystring
2026-03-25 15:10:57 -04:00
Adam Caouette
22cba2d54b
CASH-2481 - when navigating forward, skip service-zip page if zip exists and is valid
2026-03-25 10:57:59 -04:00
Minojhini Valaiyapathi
7af19bba2a
CASH-2264 - Checking if we have vehicle before routing to Vehicle Damage
2026-03-03 12:20:20 -05:00
Minojhini Valaiyapathi
32cc231375
CASH-2264 - Made agent scheduling work thru 2.0
2026-02-25 13:01:59 -05:00
CarlNation
4980d77403
CASH-2196 Build Glass.net and autoglassestimator.com into fmg 2.0
...
CASH-2196 Build Glass.net and autoglassestimator.com into fmg 2.0
2026-02-11 11:56:21 -05:00
Minojhini Valaiyapathi
d4d298b268
CASH-611 - C&C 2.0 | front-end | policy-info page | create page
2026-02-04 11:11:42 -05:00
CarlNation
3f46217956
Merge branch 'release/2026.01.29' into rlsmerge/2026.01.29-to-2026.02.12
2026-01-29 10:49:39 -05:00
Matt Sykes
ffe1a429fb
Fixed issue with not saving zip's state to vuex
...
Additionally now running most of the vin-lookup tests. I didn't have time to figure out the image ones but we haven't been running any for 3 years... so its a win :)
2026-01-28 17:42:37 -05:00
Chloe Herd
1efd1ec797
Correctly implement 'Clicked Pay Later' scenario on payment pages.
2026-01-22 11:33:11 -05:00
CarlNation
5e5bdbe993
Merge branch 'release/2026.01.22' into rlsmerge/2026.01.22-to-2026.01.29
2026-01-22 08:45:07 -05:00
CarlNation
f3166de125
CASH-2186
...
CASSH-2186 when doing a zip change when the recal ack modal is in effect, will have to navigate back to service-zip so we can add any necessary recal parts.
2026-01-20 10:41:20 -05:00
Chloe Herd
516ba215b8
Nits on redirect flow
2026-01-13 11:11:25 -05:00
Chloe Herd
3bfe0b2b43
Align error on final order submission
2026-01-13 10:08:59 -05:00
Chloe Herd
fa5ff6b58b
Handle cancellation and payment errors.
2026-01-12 13:26:38 -05:00
Chloe Herd
6aa8d3434c
Parity for adyen failures in redirect flow
2026-01-08 17:30:49 -05:00
Chloe Herd
ec59d14e1b
Afterpay hardcoding
2025-12-23 15:46:19 -05:00
Chloe Herd
5802ccead3
Paypal + Afterpay + Apple Pay Submission
2025-12-18 11:15:36 -05:00
Chloe Herd
8385928d8c
Changes for Dev
2025-12-16 11:19:18 -05:00