CarlNation
65a1712fc4
CASH-699 move kentucky farm bureau to constants
...
CASH-699 move kentucky farm bureau to constants
2026-05-07 12:50:13 -04:00
scottkiener-at-safelite
00611a599c
Refactor scheduling page and date-picker component
...
scheduling.vue:
- Colocate inshop providers and time slots into inShopProvidersAndTimeslots
array of { provider, timeSlots } objects, replacing two parallel arrays
- Combine mobileTimeSlots and mobileProviderNumber into a single
mobileProviderAndTimeSlot object
- Remove unused inShopProviderNumber state
- Extract SCHEDULE_FETCH_DAYS constant to replace magic number 14
- Add JSDoc to toDateString
date-picker:
- Move from src/ux-components/ to src/layouts/scheduling/ since it is
only used by scheduling.vue
- Replace inline SVGs with chevron-right-blue.svg and chevron-right-grey.svg
asset files, using CSS scaleX(-1) flip for left-pointing variants
- Import desktop breakpoint from new src/constants/breakpoints.js instead
of hardcoding 768
2026-05-06 15:19:19 -04:00
Chris Redelinghuys
1fb36e7ee7
Merge branch 'develop' into feature/CASH-2563
2026-05-06 09:22:37 -04:00
Chris Redelinghuys
b55451ec9d
CASH-2563
2026-05-06 09:21:08 -04:00
CarlNation
b2a5f7ba77
Merge branch 'release/2026.05.07' into rlsmerge/2026.05.07-to-develop
2026-05-05 10:51:32 -04:00
Minojhini Valaiyapathi
7f3376c131
CASH-2576 - reverted back to v1 for ValidateZip
2026-05-05 09:55:45 -04:00
CarlNation
89b2d13727
Merge branch 'develop' into rlsmerge/2026.05.07-to-develop
2026-05-04 10:29:48 -04:00
credelinghuys
e0672a91d7
CASH-612: Policy vehicle page
...
Co-authored-by: Copilot <copilot@github.com>
2026-05-01 15:50:29 -04:00
CarlNation
52827e80b4
Merge branch 'develop' into nation/CASH-699
2026-04-30 14:17:39 -04:00
CarlNation
4179df5058
prettier
...
prettier
2026-04-30 13:05:29 -04:00
CarlNation
15161c9470
Merge branch 'develop' into nation/CASH-2466
2026-04-30 12:48:48 -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
Minojhini Valaiyapathi
03f3a11f86
CASH-2478 - Updated to v2 version for parts damage-options endpoint
2026-04-28 13:28:11 -04:00
mvalaiyapathi
3c0925f253
Merge branch 'release/2026.05.07' into feature/CASH-2576
2026-04-28 08:42:17 -04:00
Minojhini Valaiyapathi
d707f13940
CASH-2576 - updated the v2 version for /zip/damageType
2026-04-28 08:38:11 -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
10594009e2
CASH-2593 use V2 endpoint to include dualrecal msr
...
CASH-2593 use V2 endpoint to include dualrecal msr
2026-04-24 13:55:49 -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
8d314a40b3
Merge branch 'develop' into nation/CASH-2466
2026-04-21 11:38:27 -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
Minojhini Valaiyapathi
110a1e771b
CASH-2501 - updated to v2 parts/getwipers endpoint
2026-04-21 10:55:45 -04:00
Minojhini Valaiyapathi
b5e5e92af2
CASH-2510 - pointed get-supporting items endpoint to v2 parts api and passed in providernumber and facilitytype as they are mandatory
2026-04-15 09:46:01 -04:00
Matt Sykes
7c02499056
CASH-2521, CASH-2526 - Handle infinite loop and add logging
2026-04-07 16:14:34 -04:00
credelinghuys
01abadc0d4
Merge branch 'release/2026.04.09' into rlsmerge/2026.04.09-to-develop
2026-04-07 08:03:09 -04:00
credelinghuys
2dd528fadb
CASH-2380: Get SkipVinLookup and SkipPartQuestions from vehicle service and skip when applicable.
2026-04-03 11:06:54 -04:00
CarlNation
fe576a5e69
Merge branch 'develop' into nation/CASH-2415
2026-04-03 08:11:45 -04:00
credelinghuys
2f71aa32f2
CASH-1689: Add feature toggle for MSR Split pay
2026-03-27 14:53:57 -04:00
Chris
c134df2f4e
Merge branch 'release/2026.04.09' into feature/CASH-1689
2026-03-27 08:05:08 -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
credelinghuys
0b88c39b27
Merge branch 'release/2026.03.26' into rlsmerge/2026.03.26-to-develop
2026-03-24 13:30:51 -04:00
credelinghuys
58dcd30760
CASH-2433: Update event label
2026-03-24 11:34:56 -04:00
Chloe Herd
fe05b61fa6
Change idempotency to be cached with invalidating fields.
2026-03-19 13:53:25 -04:00
credelinghuys
cc12098c19
CASH-1951: Service Package Discount decom
2026-03-17 15:41:01 -04:00
Adam Caouette
de4384a6c3
CASH-2378: add GA event changes
2026-03-04 16:32:27 -05:00
Adam Caouette
664a7d289d
CASH-2378: add experiment constants
2026-03-04 07:59:51 -05:00
credelinghuys
aa2a5fff71
CASH-2389: Service package order experiment
2026-02-16 10:18:35 -05:00
CarlNation
d3a9931b93
CASH-1455 unverified insurance alert
...
CASH-1455 unverified insurance alert for the unverified experiment
2026-02-13 15:48:28 -05:00
CarlNation
fb6ca707f4
Merge branch 'develop' into nation/CASH-2196
2026-02-11 12:02:45 -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
credelinghuys
ec6424d0bb
CASH-2261: QPD for Curve Tempered glass
2026-02-10 10:22:22 -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
bef358aff7
CASH-2098
...
CASH-2098 additional experiment settings to control the mobile first modal on schedule page.
2026-01-29 08:47:00 -05:00
Chris Redelinghuys
6e0609f8c1
CASH-2183: Conditional PIA
2026-01-20 10:38:26 -05:00
CarlNation
e639edd15c
CASH-2149
...
CASH-2149 recal ack modal for scheduling
2026-01-19 06:28:15 -05:00
Chris Redelinghuys
9f3fb0144f
CASH-2114: Price OEM parts and show price difference on page
2026-01-12 16:11:38 -05:00
Adam Caouette
2f6a3aa844
Merge branch 'release/2026.01.15' into feature/CASH-2025
2026-01-12 08:43:15 -05:00
CarlNation
1e84f8c15a
CASH-1952
...
CASH-1952 change endpoint to POST
2026-01-10 14:39:18 -05:00
Adam Caouette
3cbddd8cda
CASH-2025: updates to store actions
2026-01-09 10:58:04 -05:00
mvalaiyapathi
7fd8f8ef76
Merge branch 'develop' into rslmerge/2026.01.08-to-develop
2026-01-08 08:19:15 -05:00
Chloe Herd
3d3d48a1ec
Move hardcoded test values to env variables
2026-01-07 11:17:14 -05:00
Chloe Herd
d107245f73
Visual changes
2026-01-07 10:06:32 -05:00
Chris Redelinghuys
e3df448823
CASH-1918: Mobile First modal data events
2026-01-06 09:32:23 -05:00
CarlNation
d75c3ac710
Merge branch 'release/2026.01.08' into nation/CASH-2041
2025-12-19 09:48:26 -05:00
CarlNation
6b31329637
CASH-2041
...
CASH-2041
2025-12-19 09:47:31 -05:00
Chris Redelinghuys
d364ab794a
CASH-1762: Decom Service Package Discount endpoint
2025-12-18 15:27:02 -05:00
Minojhini Valaiyapathi
cfb8af306c
CASH-2027 - Add call to oem-after-market-parts endpoint
2025-12-17 12:22:16 -05:00
Chloe Herd
8385928d8c
Changes for Dev
2025-12-16 11:19:18 -05:00
Chloe Herd
3b1b000a13
In progress
2025-12-16 11:19:07 -05:00
Chloe Herd
a212894a26
Adyen POC 0.0
2025-12-16 11:19:05 -05:00
CarlNation
37facdfecd
CASH-1925
...
CASH-1925 add new endpoints for work order submit
2025-11-20 11:46:54 -05:00
Chloe Herd
9f1e230ea2
Re-add CASH-1620 to develop.
2025-11-18 13:35:15 -05:00
Chloe Herd
5683ea676c
Revert "Reapply "Merge pull request #2930 from Safelite/feature/CASH-1620""
...
This reverts commit 94772eafec .
2025-11-13 12:04:05 -05:00
Chloe Herd
94772eafec
Reapply "Merge pull request #2930 from Safelite/feature/CASH-1620"
...
This reverts commit c903fed88f .
2025-11-10 12:53:49 -05:00
Chloe Herd
c903fed88f
Revert "Merge pull request #2930 from Safelite/feature/CASH-1620"
...
This reverts commit bae8315790 , reversing
changes made to 04b1713ba2 .
2025-11-05 13:54:06 -05:00
Chloe Herd
4b156612ac
Change to quote page discounts
2025-11-04 15:12:14 -05:00
Chris Redelinghuys
387906baa8
CASH-1535: Mobile First Appointment
2025-10-30 10:08:30 -04:00
CarlNation
a6df3a6ff6
CASH-1637
...
CASH-1637 call fmg session data logging endpoint
2025-10-15 13:23:22 -04:00
CarlNation
8ab2a25fe4
CASH-1637
...
CASH-1637 - added 2 new analytics events to capture funnel data
2025-10-06 15:38:18 -04:00
CarlNation
6f762dd97c
CASH-1426
...
CASH-1426 change rain defense to rain repel to align with product type in promotions api
2025-10-03 10:51:58 -04:00
Chloe Herd
938dd0b5ca
Use webpack-environment-plugin to read env variables
2025-09-18 16:48:14 -04:00
CarlNation
07c19db9d0
revert commit for new var
2025-09-17 09:00:23 -04:00
CarlNation
e941181410
Merge branch 'release/2025.09.25' into feature/CASH-DeviceID-Fix
2025-09-16 20:57:15 -04:00
CarlNation
f658142de4
add new heritage var
...
add new heritage var to see if it fixes the old one not transforming during deploy
2025-09-16 20:56:06 -04:00
AdamCaouetteSafelite
670a5a0f83
CASH-1450 fixes
2025-09-08 08:42:07 -04:00
AdamCaouetteSafelite
0ea82bebd7
CASH-1417: adjust progress bar more
2025-08-25 10:31:27 -04:00
AdamCaouetteSafelite
38e5597d01
CASH-1417: updates to make progress bar match Heritage
2025-08-21 16:49:01 -04:00
Johnny shultz
708585b00a
CASH-1407
...
CASH-1407 first part of 1407 defect. added validation for insurance company page and for payment method page for checkbox with recal vehicle scenario
2025-08-15 12:22:08 -04:00
Bryan Mauger
f5a8d1ce9d
BRM remove commented code.
2025-08-14 08:08:17 -04:00
Bryan Mauger
2a6733feeb
BRM update progress bar percentages.
2025-08-14 08:06:05 -04:00
Bryan Mauger
a6c588cfef
CASH-1327 progress bar update.
2025-08-07 15:32:02 -04:00
Bryan Mauger
0eed121fc3
CASH-1327 misc bug fixes.
2025-08-07 15:30:35 -04:00
Bryan Mauger
45dbb2b75b
CASH-1326 adjust step number.
2025-08-06 14:42:17 -04:00
Bryan Mauger
eafe144519
CASH-1042 WIP
2025-07-22 08:08:07 -04:00
Bryan Mauger
89f8b15d1e
CASH-1042 WIP
2025-07-21 10:17:09 -04:00
Bryan Mauger
18c21dd265
Format code.
2025-07-16 16:15:34 -04:00
Bryan Mauger
f510fd3f94
CASH-1042 PR comment updates.
2025-07-16 15:51:11 -04:00
bmauger
626fb09747
Merge branch 'release/2025.07.31' into CASH-1042-header-and-progress-bar-style-updates
2025-07-16 13:29:23 -04:00
Bryan Mauger
15023adb96
CASH-1042 WIP
2025-07-14 15:49:25 -04:00
AdamCaouetteSafelite
995c2da5a1
CASH-845: move duration text block from time-slot-question to date-picker
2025-07-10 14:34:44 -04:00
Bryan Mauger
4b803e7026
CASH-1042 WIP
2025-07-10 09:40:55 -04:00
Bryan Mauger
9d511d0b6f
CASH-1042 WIP add steps to button.
2025-07-09 13:50:30 -04:00
Bryan Mauger
f5d67aa9f8
CASH-1042 progress bar updates. WIP
2025-07-09 10:36:56 -04:00
AdamCaouetteSafelite
2a89bd86a4
CASH-845: routing changes
2025-07-02 12:34:50 -04:00
Chris Redelinghuys
059c5bc25a
CASH-952: Afterpay banner update
2025-06-25 14:57:02 -04:00
CarlNation
e0022b442c
Merge branch 'release/2025.07.10' into nation/CASH-1029
2025-06-24 14:47:22 -04:00
CarlNation
a0a922b302
CASH-1029 Dynamo Logging
...
CASH-1029 Dynamo Logging
2025-06-24 14:43:54 -04:00