Commit graph

260 commits

Author SHA1 Message Date
Bryan Mauger
95c791dfad CSR-951 "warranty" copy changes. 2024-01-03 10:01:17 -05:00
Scott Kiener
4b87384e55 CSR-1841 | Change query string promo logic for save quote email purposes 2023-11-28 10:09:49 -05:00
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
CarlNation
7c316acb7c CSR-1552
treat referral 6 digits and isverified differently.  unverified is allowed to return to quote page and switch to cash while verified is not.  both have 6 digit referral numbers.
2023-07-20 07:15:59 -04:00
CarlNation
6def6b8cf7 Revert "CSR-1552"
This reverts commit 1870abcb5e.
2023-07-20 07:10:50 -04:00
CarlNation
209977b389 Revert "CSR-1552"
This reverts commit 517e79d62d.
2023-07-20 07:09:59 -04:00
CarlNation
596a877d35
Merge pull request #1252 from Safelite/feature/CSR-1552
CSR-1552
2023-07-19 13:08:34 -04:00
CarlNation
b8f0c8ea7a CSR-1552
prettier
2023-07-19 11:21:34 -04:00
CarlNation
1870abcb5e CSR-1552
add payment to test
2023-07-19 11:18:11 -04:00
CarlNation
517e79d62d CSR-1552
allow unverified insurance to return to quote page.  set a variable indicating switching from insurance to cash to pass to heritage so referral properties can be reset.
2023-07-19 10:51:44 -04:00
Bryan Mauger
dad6cdf0f8 CSR-1553 changed insurance threshold value from 500 to 300. 2023-07-18 15:16:25 -04:00
Chloe Herd
4d47b27308 Update quote page to use new package logic. 2023-07-13 15:15:06 -04:00
hiteshkumar87
dda20d8708
Merge branch 'release/submit-cash' into rlsmerge/develop-to-submit-cash-30-June 2023-06-30 16:56:54 +05:30
Scott Kiener
8339888441 CSR-1471 | Formatting 2023-06-23 09:36:58 -04:00
Scott Kiener
4ab88a3e79 CSR-1471 | Errant aria-label removed 2023-06-23 09:30:33 -04:00
Mark Harris
fb6e825aa3 Merge remote-tracking branch 'origin/develop' into release/submit-cash 2023-06-19 11:30:29 -04:00
Leah Schumann
abddf77bed Tech review changes 2023-06-13 08:00:57 -04:00
Leah Schumann
716fbe3603 Tech review changes 2023-06-09 14:45:04 -04:00
Leah Schumann
1f4c9b3c06 WIP 2023-06-08 14:09:49 -04:00
sheena
89d45bbc64 ssr-1321 2023-06-08 19:56:17 +05:30
sheena
e40b931aea SSR-1321
Updated the changes
Removed padding-height functionality
2023-06-08 19:48:55 +05:30
Leah Schumann
6a7d3b8626 WIP 2023-06-07 13:51:19 -04:00
Scott Kiener
28e6ff191d CSR-1137 | Formatting 2023-05-25 08:16:10 -04:00
Scott Kiener
98889512d6 CSR-1137 | More changes
Added early-bird styling
Added auto select if only one option
Refactored early-bird names
Moved constants to constant file
Changed time-slot-modal-question v-model to reflect premium appointment
Moved same-day dropoff content to new CMS widget
2023-05-24 10:37:43 -04:00
Scott Kiener
991e000c4e CSR-1137| Formatting 2023-05-22 09:18:31 -04:00
Scott Kiener
ee73f92d09 CSR-1137 | Remove 'additionalButtonStyling'
Replaced with 'additionalButtonData'
This should only affect list-button-horizontal
2023-05-22 09:15:56 -04:00
CarlNation
a3e12ebff2 Merge branch 'release/2023.05.04' into rlsmerge/2023.05.04-to-develop-04.26 2023-04-26 09:31:16 -04:00
CarlNation
458b0d19cc CSR-1399
Not all cms answers use name field
2023-04-25 15:25:48 -04:00
Leah Schumann
09a0f932b4 Merge branch 'develop' into feature/CSR-1088 2023-03-09 13:41:01 -05:00
CarlNation
475d2f21ed CSR-785
rename cash_account to cash_parent_account
2023-03-08 12:48:13 -05:00
Leah Schumann
cff0f89e76 Removed commented code and renamed CTU variable in parameter list for priceOrderItemsAndSaveServerData 2023-03-08 11:21:14 -05:00
CarlNation
b7860a6e14 Merge branch 'develop' into feature/CSR-785 2023-03-07 09:57:47 -05:00
CarlNation
6a125d8d78 CSR-785
Rename accountNumber to parentAccountNumber and relocate to Payment object
2023-03-07 09:57:24 -05:00
Leah Schumann
101baa2c1a Fixed quote issue due to change in PriceOrderItemsAndSaveServerData 2023-03-06 13:37:10 -05:00
Leah Schumann
b74ea28d6a Merge branch 'develop' into feature/CSR-1088 2023-02-24 09:02:47 -05:00
Scott Kiener
3f99650208 Unit Tests (Quote Page)
Also refactored one store action name.
2023-02-23 15:37:55 -05:00
Leah Schumann
e583a903a1 Merge branch 'develop' into feature/CSR-1088 2023-02-20 09:23:17 -05:00
Scott Kiener
91df8c52c2 CSR-1168 | Added default service package unit tests 2023-02-14 15:17:18 -05:00
Scott Kiener
c70e161f11 Merge remote-tracking branch 'origin/develop' into defect/CSR-1168 2023-02-13 15:31:01 -05:00
Scott Kiener
cf86fcae23 CSR-1168 | Change how we determine if a package has been selected 2023-02-13 15:30:36 -05:00
Matt Caimi
9fa85f6295 Merge remote-tracking branch 'origin/develop' into feature/CSR-1012 2023-02-13 13:28:36 -05:00
CarlNation
68cca959a7 CSR-1108
Prettier
2023-02-10 16:20:34 -05:00
CarlNation
e5bfae5811 CSR-1108
navigate to service-location from quote on cash
2023-02-10 16:16:27 -05:00
CarlNation
97d347f9c8 CSR-1077 supporting items changes
This was required to get repair orders to load when the customer didn't progress past the parts page to quote.  the load wouldn't have any parts and no chips to indicate repair.
2023-02-07 13:50:24 -05:00
Matt Caimi
a7946c0849 Merge remote-tracking branch 'origin/feature/CSR-1088' into feature/CSR-1012 2023-02-03 16:11:09 -05:00
Leah Schumann
9e762ac770 Updated changes to modal code for Quote page 2023-02-01 13:42:13 -05:00
Leah Schumann
9f363c5ed9 Checkpoint - Quote page models now opening programatically 2023-01-31 08:37:14 -05:00
Leah Schumann
3abb66cf8e Got the programmatic opening of modals working on quote page, still need to handle the buttonQuestion issue 2023-01-27 16:15:35 -05:00
Matt Caimi
c9736f6d4b CSR-1012 | content group modals on quote page 2023-01-27 14:18:05 -05:00
Bryan Mauger
e9c6e35505 CSR-1050 fix margin top spacing. 2023-01-26 13:54:13 -05:00
Bryan Mauger
3b397b924d CSR-1051 remove unnecessary code for underline spacing
(inherits from text-link)
2023-01-25 16:42:19 -05:00