credelinghuys
f425ff3fc8
CASH-2654: Set IsInsurable on mobile fee
2026-05-11 09:43:07 -04:00
CarlNation
df3cdebf2e
CASH-2468 policy info fields saved to store
...
CASH-2468 policy info fields saved to store
2026-05-11 09:08:47 -04:00
CarlNation
cb7705271d
CASH-2468 - add policy info fields
...
CASH-2468 - add policy info fields
2026-05-10 08:42:20 -04:00
CarlNation
0086b1c1fe
CASH-2570 unverified message incorrectly showing
...
CASH-2570 the unverified message shows if you go through initially unverified and get assigned the experiment and create a new order as cash. You're still assigned the unverified deductible experiment. So qualified the alert message to include a check for isInsurance. Also noticed in vuex, when switching from insurance to cash, the insurance properties in vuex are still set. Added code to clear them when selecting a cash order
2026-05-08 15:29:15 -04:00
scottkiener-at-safelite
5da7971eb2
Styling updates
2026-05-08 10:18:28 -04:00
credelinghuys
b7da6506da
Merge branch 'develop' into feature/CASH-2563
2026-05-07 18:37:06 -04:00
credelinghuys
75f0184314
CASH-2563: Bailout on 500 from GetPartsOrQuestions
2026-05-07 18:35:54 -04:00
CarlNation
0cccbb2db1
CASH-699 do not allow future dates for date of loss
...
CASH-699 do not allow future dates for date of loss
2026-05-07 13:08:12 -04:00
credelinghuys
dd291a980c
CASH-2563
2026-05-07 12:52:02 -04:00
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
CarlNation
ab4b2cdaff
CASH-699 prettier
2026-05-07 12:25:37 -04:00
CarlNation
b1884ab751
CASH-699 Insurance details page updates
...
CASH-699 Insurance details page updates
2026-05-07 12:07:15 -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
scottkiener-at-safelite
bf38d11bca
Final review of Scheduling Page
...
Refactor scheduling.vue state to colocate providers with their time slots
Replace parallel inShopProviders/inshopTimeSlots arrays with a single
inShopProvidersAndTimeslots array of { provider, timeSlots } objects, and
combine mobileTimeSlots/mobileProviderNumber into a single
mobileProviderAndTimeSlot object. Also extract SCHEDULE_FETCH_DAYS constant
to replace the magic number 14
add JSDoc to toDateString, and remove the
unused inShopProviderNumber state.
2026-05-06 12:45:48 -04:00
scottkiener-at-safelite
9dbcf1c93d
Styling updates and multi location time slot retrieval
...
Added back and forward arrow SVGs
Now we call for all timeslots of three closest stores and mobile if a provider is available
2026-05-06 10:23:01 -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
003ae8edd4
CASH-2576 - Reverting the changes back from v2 to v1 endpoint for validateZip
2026-05-05 09:53:43 -04:00
scottkiener-at-safelite
5ec56b11d6
Wire in providerData call
2026-05-04 16:13:01 -04:00
scottkiener-at-safelite
cd94b853ee
Wire in in-shop timeslots call and map the dates
2026-05-04 15:12:22 -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
67c6ec484a
use standard call
...
use standard call
2026-05-01 10:38:58 -04:00
CarlNation
f1147f490b
return user defect
...
when on the return-user page and the user navigates back to content site and then goes forward to vue app, the user is being sent back to return user page where it does not hide the loading modal.
2026-05-01 10:27:58 -04:00
CarlNation
de3aed79fd
prettier
2026-04-30 14:23:04 -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
scottkiener-at-safelite
0af5ca7fcb
Fix styling
2026-04-30 12:17:33 -04:00
scottkiener-at-safelite
fec5db0c9f
CASH-2572 | Date-Picker for new schedule page
...
Full functionality
Haven't checked styling
Includes mocking data inside scheduling.vue
2026-04-30 12:08:23 -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
Minojhini Valaiyapathi
3887057cda
CASH-2576 - MS-backed v2 provider lookup and zip CTU with provider number. so passing that to bill to account
2026-04-30 11:01:08 -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
Chris Redelinghuys
a043578071
CASH-2599: Pass isMSRFeeCoveredByInsurance to cart from Adyen page
2026-04-28 11:42:46 -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
d5fd13c3fe
Merge remote-tracking branch 'origin/nation/CASH-2399' into nation/CASH-2399
2026-04-27 11:13:34 -04:00
CarlNation
09ca8efd9d
prettier
...
prettier
2026-04-27 11:13:12 -04:00
CarlNation
9e59eae01f
Merge branch 'release/2026.05.07' into nation/CASH-2399
2026-04-27 11:04:35 -04:00
CarlNation
4cf8957672
CASH-2399 Handle error scenario where Adyen fails to load
...
CASH-2399 Handle error scenario where Adyen fails to load. Will navigate back to payment-method on error.
2026-04-27 11:00:48 -04:00
Chris Redelinghuys
9c2968b4f1
CASH-2592: Add Dual Recal to MSR
...
Co-authored-by: Copilot <copilot@github.com>
2026-04-27 10:00:48 -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
Matt Sykes
b66d44fbb5
Empty string makes it happy... null did not
2026-04-20 10:08:57 -04:00
Matt Sykes
1d7a9ba7b6
Removing split address entirely
...
-addressline1 now maps to adyen street
-addressline2 now maps to adyen houseNumberOrName
Much simpler :)
2026-04-17 17:00:47 -04:00
Matt Sykes
591b2ef089
Prettier formatting
2026-04-17 09:02:50 -04:00
Matt Sykes
780556bbda
Handle exception on splitAddress and added unit tests
...
Split address was not handling an address without any spaces in it and would throw a JS exception in a promise, which is a scenario we identified this release as not logging today (fix for 4/23).
Chloe should review to see if we want to be even smarter with the parsing and actually split out cases like "123Test" to "123" "Test" but the fixes keep approximately the same logic as before except " 123 Test" now becomes "123" "Test".
2026-04-16 18:03:33 -04:00
credelinghuys
5ea81d8560
CASH-1684: Defect fix
2026-04-09 13:09:42 -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
credelinghuys
59d9921dae
CASH-1684: Alert message UI updates
2026-04-02 15:22:42 -04:00
CarlNation
b7dcd92c9e
CASH-2508 tests
...
CASH-2508 tests
2026-04-01 15:20:49 -04:00
CarlNation
a33149c621
prettier
2026-04-01 14:10:48 -04:00
CarlNation
a4e853e528
CASH-2508 check externalparameterstate correctly
...
CASH-2508 check externalparameterstate correctly. It should check more than the flag because parms can be optional. So make sure we're checking damage options stored in external params so the continue button is properly enabled
2026-04-01 13:49:06 -04:00
Matt Sykes
849443fa1c
simplify logic -> set isInsuranceSelected if its null/undefined
2026-03-30 15:42:33 -04:00
Matt Sykes
2391748d60
Always set vm.isInsuranceSelected
...
Some cases were not setting it if external parameter state was marked 0 or 1
2026-03-30 14:39:30 -04:00
CarlNation
0b7d0a9083
CASH-2481 add null check to fix error involving external parameter
...
CASH-2481 add null check to fix error involving external parameter
2026-03-27 23:14:16 -04:00
credelinghuys
2f71aa32f2
CASH-1689: Add feature toggle for MSR Split pay
2026-03-27 14:53:57 -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
c353991f89
Merge branch 'release/2026.04.09' into rlsmerge/2026.04.09-to-develop
2026-03-26 09:59:41 -04:00
Adam Caouette
c8c3b406b4
CASH-2481 - update unit test
2026-03-25 11:04:39 -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
credelinghuys
1e59a924cc
Reapply "Reapply "Merge pull request #3075 from Safelite/feature/CASH-1684""
...
This reverts commit 80e77bc184 .
2026-03-24 13:45:04 -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
80e77bc184
Revert "Reapply "Merge pull request #3075 from Safelite/feature/CASH-1684""
...
This reverts commit c9e5ccff54 .
2026-03-19 12:01:00 -04:00
Minojhini Valaiyapathi
335fe75768
CASH-2472 - Fixed formatting
2026-03-18 11:12:17 -04:00
Minojhini Valaiyapathi
f80e85e2d8
CASH-2472 - Update Custom Exposure Logging for MultiLocationPopup
2026-03-18 11:05:39 -04:00
Minojhini Valaiyapathi
00afde2c6a
CASH-2472 - Reverted the change as it got merged to develop directly
2026-03-18 10:50:35 -04:00
mvalaiyapathi
25929ed80c
Merge branch 'develop' into feature/CASH-2472
2026-03-18 10:18:02 -04:00
Minojhini Valaiyapathi
c3e646b000
CASH-2472 - Enabled custom exposure logging for Multi Location Pop up
2026-03-18 10:16:17 -04:00
credelinghuys
cc12098c19
CASH-1951: Service Package Discount decom
2026-03-17 15:41:01 -04:00
matthew-sykes
89e4c38a6a
Merge pull request #3102 from Safelite/feature/page-prereqs-refactor-CASH-2456
...
All refactored pre-req will check all instead of stopping first failr
2026-03-17 14:02:00 -04:00
matthew-sykes
752b7f493c
Merge branch 'develop' into feature/page-prereqs-refactor-CASH-2456
2026-03-16 13:23:17 -04:00
Matt Sykes
140f24342a
All refactored pre-req will check all instead of stopping first failr
2026-03-16 13:22:14 -04:00
credelinghuys
c9e5ccff54
Reapply "Merge pull request #3075 from Safelite/feature/CASH-1684"
...
This reverts commit 27c7da1eb5 .
2026-03-11 14:14:46 -04:00
credelinghuys
165ad49777
Merge branch 'release/2026.03.12' into rlsmerge/2026.03.12-to-develop
2026-03-10 14:23:16 -04:00
credelinghuys
4797eaf649
CASH-2458: Data events update for MultiLocationModal
2026-03-10 13:32:39 -04:00
Matt Sykes
801e759f6b
Prettier making some weird edits...
2026-03-10 09:17:03 -04:00
matthew-sykes
5ca89734a9
Merge branch 'develop' into feature/page-prereqs-refactor-CASH-2456
2026-03-10 08:54:23 -04:00
Matt Sykes
f00aab4ad8
Added hasGlassPartsOrRepairInfo check on the 3 payment pages
2026-03-09 17:41:11 -04:00
Matt Sykes
07a184735a
Adjusted unit tests on all refactored pages
...
Adjusted or added tests for prereqs on the pages I refactored to use the helper.
2026-03-09 17:34:03 -04:00
credelinghuys
1fd370e4bf
CASH-2448: GA event update
2026-03-09 15:37:58 -04:00
credelinghuys
37037ac654
CASH-2454: MultiLocationModal UI/UX updates
2026-03-09 13:29:47 -04:00
Matt Sykes
7ae16a5610
Added a few method comments and make prettier happier
2026-03-09 13:13:07 -04:00
Adam Caouette
7071a01a8d
CASH-2378 fix to keep background from appearing loaded until multi location popup has finished it's logic
2026-03-09 12:58:36 -04:00
Matt Sykes
3b950302ff
Additional schedule page prereqs refactor
2026-03-09 12:40:19 -04:00
Adam Caouette
8d4d14f4c2
CASH-2378 fix for multi location inshop appts CASH-2451
2026-03-09 11:53:51 -04:00
Matt Sykes
e138dfe508
Refactor new helper to call common flushPagePrereqsLogs
2026-03-09 11:29:18 -04:00
Matt Sykes
6997c2160d
2 additl files part of page prereqs refactor
2026-03-09 11:22:57 -04:00
Matt Sykes
a8694c7268
First round of page-prerequesting-helper refactors for later pages in fmg where a lot of duplication
2026-03-09 11:21:38 -04:00
Adam Caouette
f686b684ce
CASH-2378: refactoring date picker to move several functions into helper so they can be used elsewhere
2026-03-08 17:00:04 -04:00
Adam Caouette
bbfaf75c87
CASH-2378 - split back out mobile and inshop instances of getFirstAvailableApptByTOD
2026-03-08 14:08:18 -04:00
Adam Caouette
def39132eb
CASH-2449: added link to address
2026-03-06 14:52:54 -05:00
Adam Caouette
bae4df944c
CASH-2448 - update inshop GA event label
2026-03-06 11:15:23 -05:00
Adam Caouette
980fb39b80
CASH-2378 prettier fixes
2026-03-05 15:23:30 -05:00
Adam Caouette
ef8ff581d5
CASH-2378 - CSS updates
2026-03-05 15:05:35 -05:00
CarlNation
e1bd79ef8e
CASH-2442 ZipPlus4 changes
...
CASH-2442 pass address line 1/2 to the tax endpoint so zipPlus4 can be requested for tax purposes
2026-03-05 10:19:38 -05:00
Adam Caouette
27c7da1eb5
Revert "Merge pull request #3075 from Safelite/feature/CASH-1684"
...
This reverts commit cbb02bf4ae , reversing
changes made to e44acb4e61 .
2026-03-05 08:56:16 -05:00