Commit graph

208 commits

Author SHA1 Message Date
Scott Kiener
38dc3be042 CSR-1820 | Promo Price fix on Quote Page 2023-11-24 09:44:26 -05:00
Adam Caouette
aee80dcd1a CSR-1411: update unit test for changes due to Get Wipers methods parameter update 2023-11-20 11:28:24 -05:00
Adam Caouette
14be2c2409 CSR-1411: update store Get Wipers method to accept a Zip and CarId; update usages 2023-11-20 11:27:19 -05:00
Scott Kiener
f8f9749d3a CSR-1452 | Rewrite save promo functions
Combined inactive and active into one method
 -new save method prevents the same promos ending up in inactive AND active at the same time
 -query string promos save to inactive automatically
2023-11-10 10:51:01 -05:00
Scott Kiener
044ce50de9 CSR-1452 | Unit test fixes 2023-11-09 15:26:20 -05:00
Scott Kiener
f72ce16936 CSR-1452 | Refactor and reformat 2023-11-09 15:17:47 -05:00
Scott Kiener
7eea3baa13 CSR-1452 | Alerts for promos and alert.vue refactoring 2023-11-09 14:52:18 -05:00
Scott Kiener
2cbae603bd CSR-1452 | Toast messages built and displayed
For payment-method and quote, only for initial page load promo logic
2023-11-09 09:11:19 -05:00
Adam Caouette
ab81351bd5 Merge branch 'develop' into feature/CSR-1384-modals-for-add-vaps 2023-11-06 13:47:20 -05:00
Adam Caouette
39c33aabc1 CSR-1384: add a ref to funnelHeader on any pages where it's missing 2023-11-06 13:39:08 -05:00
Scott Kiener
da1feeab07 CSR-1452 | Set up wireframe for payment-method and promos 2023-11-03 11:42:11 -04:00
CarlNation
deed0dfb5f CSR-1392
set amount due for PIA
2023-10-30 16:03:03 -04:00
Scott Kiener
3d9c1b97fb CSR-1520 | Formatting 2023-10-25 10:36:25 -04:00
Scott Kiener
2516adc2fc CSR-1520 | Package selection promo logic 2023-10-25 10:33:14 -04:00
Scott Kiener
f7715b35e5 CSR-1656 | Front end promo bug fixes
Don't save empty serverData to store
Save all promos on quote page nav
2023-10-24 10:12:57 -04:00
Bryan Mauger
3d23bdbabc CSR-1593 set column width to control overly-wide components on larger screens.
Change scroll to auto for modals to avoid ghost scrollbars when not needed.

Center content on all screen sizes.
2023-10-16 08:38:23 -04:00
Scott Kiener
6358818bdc CSR-1520 | Refactor
Use existing method from querystring-helper
Rename response objects
2023-10-12 12:25:17 -04:00
Scott Kiener
bc40d03925 Merge remote-tracking branch 'origin/develop' into feature/skiener/CSR-1520 2023-10-12 12:03:23 -04:00
Scott Kiener
291e13330d CSR-1520 | First integration of promo logic
Implementation of validate and revalidate endpoints in the store
Validate promo on quote via query string promo
Revalidate promos on quote page load
Remove promo query string on quote and payment-method forward navigation
Add in Id logic for all line items
Send relevant pricing data to service package question to be used later for UX changes
2023-10-12 12:03:02 -04:00
Bryan Mauger
15dbe4c592 CSR-1591 radio button width adjustments, misc css tweaks. 2023-10-11 09:42:36 -04:00
Bryan Mauger
2d1815dece WIP Desktop updates. 2023-10-05 09:39:21 -04:00
Bryan Mauger
4eab2c6618 WIP 2023-10-04 09:20:05 -04:00
Adam Caouette
48413475c9 CSR-1383: undo strange changes that occurred when merging develop 2023-09-28 17:05:04 -04:00
Adam Caouette
f812e0e20c Merge branch 'develop' into feature/CSR-1383-add-product-tiles 2023-09-28 16:54:56 -04:00
Bryan Mauger
4af8f07a29 Set header to responsive 6-columns. Position alert relative on page. 2023-09-28 15:16:28 -04:00
Adam Caouette
166978bc3a Merge develop 2023-09-28 14:03:41 -04:00
bmauger
73726af7a3
Merge pull request #1356 from Safelite/CSR-1673-list-button-item-alignment
CSR-1673 fix icon and text alignment and add back scroll to bottom fe…
2023-09-22 11:01:05 -04:00
Bryan Mauger
9926126c67 CSR-1673 fix icon and text alignment and add back scroll to bottom feature. 2023-09-22 10:44:55 -04:00
Chloe Herd
9a3318b3fd Quote 2023-09-21 10:11:44 -04:00
Chloe Herd
fed47a13e9 Save/Load Session 2023-09-20 11:16:45 -04:00
Bryan Mauger
c5162483f4 WIP grid and style updates. 2023-09-19 14:33:44 -04:00
Bryan Mauger
7906d0d13d WIP update grid on each page. 2023-09-19 09:54:02 -04:00
Bryan Mauger
ce6916658a First pass at desktop max width and breakpoints per page.
Rename funnel-footer to nav-bar.
2023-09-18 16:20:45 -04:00
Scott Kiener
49a4ac5247 Merge remote-tracking branch 'origin/release/2023.09.14' into rlsMerge/2023.09.14-to-develop 2023-09-14 15:33:01 -04:00
Bryan Mauger
2b98b9ab2c WIP 2023-09-11 17:08:14 -04:00
Scott Kiener
adaa964a4c CSR-1635 | Move supportingItems save to store to Quote page load 2023-09-08 16:43:19 -04:00
CarlNation
a3dff865ea CSR-1625
router/index.js assumes a load-session successful response should always go to heritage.  This may have been true in the initial version of NextGen but now we can load and direct it to the correct page.  The incorrect routing to heritage was also failing here for returning users that already had a NextGen cookie.  The error caused us to route to the beginning.
Fixed that error by removing the default true in the navigateToHeritageFunnel and changing all calls to pass a true or false.
2023-09-08 08:25:44 -04:00
Bryan Mauger
d9203a4edd WIP 2023-08-30 13:28:44 -04:00
hiteshkumar87
66a371b2c6 Update quote.vue 2023-08-21 14:28:39 +05:30
hiteshkumar87
93b1d489d1 CSR-1416
Quote page - Default to Insurance Tab if user Service zip is from certain States
2023-08-21 13:38:05 +05:30
Scott Kiener
9280f6fd1a Merge remote-tracking branch 'origin/release/2023.08.24' into rlsmerge/2023.08.24-to-develop 2023-08-15 09:36:35 -04:00
Scott Kiener
b54fafb929 CSR-1582 | Unit tests and formatting 2023-08-15 09:18:40 -04:00
Scott Kiener
82a73565bd CSR-1582 | isInsurance is nullable & navigation changes
Allow saveSession to send a null value for isInsurance
Allow service packages to be auto selected based on if isInsurance is null
Add in service location and schedule pages to navigation logic
2023-08-15 09:04:32 -04:00
CarlNation
72881bafd8 Merge branch 'release/2023.07.27' into rlsmerge/2023.07.27-to-develop 2023-07-24 13:48:12 -04:00
CarlNation
8c049d96a6
Merge pull request #1261 from Safelite/feature/CSR-1552
CSR-1552 removing code related to defect.  Possibly working as designed
2023-07-21 09:34:20 -04:00
CarlNation
b792b21ac2 CSR-1552 removing code related to defect. Possibly working as designed 2023-07-21 09:14:08 -04:00
Chloe Herd
50ddc83dd9 Merge branch 'develop' into feature/CSR-1370 2023-07-20 11:53:33 -04:00
CarlNation
e249d728ac Merge branch 'release/2023.07.27' into rlsmerge/2023.07.27-to-submit-cash 2023-07-20 08:10:55 -04:00
CarlNation
6e9c109b8e
Merge pull request #1255 from Safelite/feature/CSR-1552
Feature/csr 1552
2023-07-20 07:53:19 -04:00
CarlNation
1a1ee19786 CSR-1552
fix tests
2023-07-20 07:46:01 -04:00