Commit graph

281 commits

Author SHA1 Message Date
CarlNation
fa046b33be Merge branch 'release/2024.01.19' into rlsmerge/2024.01.19-to-develop 2024-01-19 14:25:04 -05:00
CarlNation
9ed0972854 Merge branch 'release/2024.01.19' into rlsmerge/2024.01.19-to-2024.02.08 2024-01-19 14:23:35 -05:00
CarlNation
91b55a3a71 Revert "debug qa env logging"
This reverts commit e793b6bf84.
2024-01-19 11:14:33 -05:00
Chloe Herd
708a9bbe8b Clear funnelsessioninfo when expired, insteaed of just state 2024-01-19 10:35:52 -05:00
CarlNation
e793b6bf84 debug qa env logging
debug qa env logging
2024-01-19 08:12:33 -05:00
CarlNation
a717ebb4db Merge branch 'release/2024.01.19' into rlsmerge/2024.01.19-to-develop 2024-01-18 15:47:22 -05:00
CarlNation
f5380e5f5a Merge branch 'release/2024.01.19' into rlsmerge/2024.01.19-to-2024.02.08 2024-01-18 15:45:00 -05:00
Chloe Herd
10f1673622 Formatting 2024-01-18 14:40:01 -05:00
Chloe Herd
4a0c92a0f7 Clear state when erroring on nav to funnel start 2024-01-18 14:19:39 -05:00
CarlNation
e056887ca5 CSR-1855 pretier 2024-01-09 10:00:51 -05:00
CarlNation
285bad0eb1 CSR-1855 global error handling
CSR-1855 global error handling
2024-01-09 09:55:30 -05:00
hiteshkumar87
e08e73bbc5 CSR-1898
remove modal background shifted to Schedule page and rename ForwardClicked event to TimeSlotSelected
2024-01-04 13:21:12 +05:30
hiteshkumar87
2e422019e6 CSR-1898
Button copy change & immediately continue (from modal) on Schedule page
2024-01-03 16:35:53 +05:30
Matt Caimi
393ce3df4d CSR-1852 updated to use page constants 2023-12-28 16:49:54 -05:00
Matt Caimi
44a6218328 CSR-1852 navigate out of iframe to confirmation page 2023-12-28 15:32:36 -05:00
Chloe Herd
345265ca17 Change some magic values to constants 2023-12-18 16:30:56 -05:00
Chloe Herd
0998285fd8 Remove calls to RouteInfo and GetHomePage in router. 2023-12-18 15:25:38 -05:00
Chloe Herd
fae98b0e37 Quickfix -- restrict prior fix to vehicle only to preserve modals 2023-12-08 14:28:04 -05:00
Chloe Herd
87bac3566f Reload on self-navigation to avoid total locks on vehicle 2023-12-07 15:21:58 -05:00
Chloe Herd
4510241bdd Cleanup 2023-12-01 08:12:19 -05:00
Scott Kiener
76905cb3f1 CSR-1816 | SaveSessionPromise invalidation fix
Separate out the saveSessionPromise reset from other  "fresh" funnel entry logic
2023-11-21 10:27:16 -05:00
Scott Kiener
637919abd2 CSR-1816 | Refresh on payment-method breaks saveSession
Made sure that the saveSessionPromise is not invalidated by a refresh on payment-method
2023-11-21 10:02:28 -05:00
Matt Caimi
702d03f974 CSR-1462 break confirmation page out of iframe 2023-11-10 11:44:37 -05:00
Chloe Herd
36ab8e04eb Redirect to confirmation if submitted order is present 2023-11-01 15:32:00 -04:00
Bill Richardson
92778c8bcb Merge branch 'release/pre-cash-enhancements' into feature/richardson/CSR-1696.merge-to-dev 2023-10-31 16:40:52 -04:00
Bill Richardson
e25425e2a0 This should have the new behavior and keep the old behavior 2023-10-27 14:16:12 -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
CarlNation
1dba4521c5 CSR-1392
added paypal errorhandling and modals
2023-10-05 08:51:16 -04:00
CarlNation
b662ee4a99 CSR-1413
add routing from review to payment-method.
also move the submit work order from review to payment-method and await it.
2023-09-28 13:41:04 -04:00
Chloe Herd
fed47a13e9 Save/Load Session 2023-09-20 11:16:45 -04:00
Chloe Herd
5c38498a23 Merge branch 'develop' into bug/chloeherd/analytics-mismatch 2023-09-20 09:06:27 -04:00
Chloe Herd
7aa61e8998 Runexperiments 2023-09-19 12:50:09 -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
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
CarlNation
c18bdec2ab CSR-1623
missed semi-colons prettier
2023-09-01 11:04:48 -04:00
CarlNation
b14119278e CSR-1623
persist promo code and pass to heritage
2023-09-01 10:58:07 -04:00
Chloe Herd
04136e189b Removed test navigation scenario to fix url 2023-08-15 16:46:25 -04:00
CarlNation
576e96afae Revert "Merge pull request #1278 from Safelite/feature/CSR-1582"
This reverts commit 5c67a0859e.
2023-08-07 16:56:54 -04:00
Leah Schumann
503e6ab619 CSR-1381 - Created page for payment method
Initial stub for payment method page. Note: Styling around header may still be necessary. I got it to where I thought it was right
2023-08-04 07:58:00 -04:00
CarlNation
0411e3cd1f CSR-1582 concept save quote links do not load 2023-07-28 13:26:20 -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
Matt Caimi
cd3992694c Merge remote-tracking branch 'origin/release/2023.07.07' into rlsmerge/release-2023.07.07-to-develop 2023-06-27 14:56:22 -04:00
Matt Caimi
1729748690 CSR-1439 comments 2023-06-26 13:35:23 -04:00
Matt Caimi
c7adf2d9a7 CSR-1439 comment to describe lastNavPage setting 2023-06-26 13:24:44 -04:00
Matt Caimi
6a53856fbf CSR-1439 removed comment 2023-06-26 12:30:54 -04:00
Matt Caimi
cbfd6e49d2 CSR-1439 handle browser navigation 2023-06-26 12:25:22 -04:00
Matt Caimi
c7f76b1348 CSR-1439 refactor navigated page storage 2023-06-23 13:09:30 -04:00
Matt Caimi
bfdda1fcf0 CSR-1439 email provided ga event 2023-06-22 09:22:57 -04:00
Matt Caimi
20d7917b7c CSR-1439 email provided ga event 2023-06-21 10:17:47 -04:00
Mark Harris
13b7dc13c1 fixed merge issue 2023-06-19 11:40:00 -04:00
Mark Harris
fb6e825aa3 Merge remote-tracking branch 'origin/develop' into release/submit-cash 2023-06-19 11:30:29 -04:00
Adam Caouette
5b6e68b8c5 CSR-886: remove demo pages / code 2023-05-23 11:10:31 -04:00
Chloe Herd
0311588e3e Re-add CSR-1367. 2023-05-23 10:02:03 -04:00
Chloe Herd
b3813eedb1 Revert CSR-1367 2023-05-23 09:09:54 -04:00
Chloe Herd
8e63abd08d Add initial iteration for review page 2023-05-16 17:39:30 -04:00
Bryan Mauger
de936953bc Format code. 2023-04-14 10:08:29 -04:00
Bryan Mauger
3eb7df9f21 Fix issue where "page" does not begin at top when...
changing routes.
2023-04-14 09:52:24 -04:00
Adam Caouette
fb0280fa18 CSR-1129: create schedule page, put date picker on it 2023-04-05 10:56:34 -04:00
Adam Caouette
3693636924 Merge branch 'develop' into feature/CSR-886 2023-03-15 09:54:17 -04:00
CarlNation
d8d653e7cb Merge branch 'release/2023.03.09' into rlsmerge/2023.03.09-to-develop-v3 2023-03-02 09:53:42 -05:00
CarlNation
a29fb2b2a4 CSR-945 CSR-946
prettier
2023-03-02 09:46:53 -05:00
CarlNation
9ec12c81bd CSR-945 CSR-969
use lower case for querystring parms
2023-03-02 09:43:00 -05:00
CarlNation
a1120943b1 Merge branch 'release/2023.03.09' into rlsmerge/2023.03.09-to-develop 2023-02-24 10:16:44 -05:00
CarlNation
57f3b80e6f CSR-945
Allow zipCode querystring in concept funnel
2023-02-24 09:58:55 -05:00
Adam Caouette
603068f98d CSR-886: set up demo date picker page and beginnings of date-picker component 2023-02-10 13:18:04 -05:00
Bryan Mauger
15319196db WIP Update file paths. 2023-01-17 16:58:09 -05:00
Scott Kiener
941097a407 CSR-1055 | Defer most await scenarios to saveSession call 2023-01-16 12:09:50 -05:00
Katie
1ba6a13875 CSR-747 Add isInsurance override on quote 2022-12-13 16:40:10 -05:00
Katie
53adf2f939 CSR-747 Cleanup 2022-12-08 13:25:22 -05:00
Katie
aa875c84d7 CSR-747 WIP 2022-12-05 15:50:30 -05:00
Katie
aa6aad7c07 CSR-747 Navigate to and from heritage funnel 2022-11-15 16:49:34 -05:00
Katie
c7b04667e0 Format everything 2022-10-28 10:10:11 -04:00
scottkiener
56954163db
Merge pull request #788 from Safelite/feature/quote-page-testing-nav
Removing direct route
2022-10-28 09:24:49 -04:00
Scott Kiener
5d9cbf9db4 Removing direct route 2022-10-28 09:16:18 -04:00
Katie
e700dc6b4e CSR-762 Fix merge conflicts, heritage integration 2022-10-27 11:13:33 -04:00
Katie
751a04dc31 CSR-762 Add tests, fix some buttonsInfo logic 2022-10-27 09:57:16 -04:00
CarlNation
644bfebe22 CSR-752 renamed save and load endpoints 2022-10-07 10:49:50 -04:00
Bryan Mauger
035ff732e0 WIP date picker and drop down test. 2022-10-06 12:47:47 -04:00
Bryan Mauger
143a00e315 CSR-848
*Put all package variation modal on test Quote page.
*Fix font color.
*Fix text wrap on cash/insurance button.
*Re-add router info for test page.
2022-09-19 13:06:10 -04:00
Leah Schumann
200dcd12e4 Fixed some issues with the logic in arePagePrerequisitesValid 2022-09-16 10:38:29 -04:00
Katie
3c17de9f2c Fix merge conflicts 2022-09-14 11:28:41 -04:00
Katie
8e8f663be3 Add more tests 2022-09-13 13:13:07 -04:00
Katie
b350eaae93 Revert commit 'CSR-743 experiment integration testing' and change hasSettingEqualTo to use loose equality 2022-09-08 08:24:08 -04:00
Katie
65a2c3ae94 CSR-743 experiment integration testing 2022-09-01 16:53:54 -04:00
Katie
e97f466fd7 Fix merge conflicts 2022-08-29 10:44:52 -04:00
Bryan Mauger
145359e226 Update jest file and router file. 2022-08-29 10:13:45 -04:00
Bryan Mauger
ce840d8177 CSR-735 create text-block component. 2022-08-29 09:41:13 -04:00
Adam Caouette
27e43f52fd CSR-110: edit router logic to prevent accidental clearing of pageData 2022-08-24 10:38:46 -04:00
Katie
378dbea3cb Fix merge conflicts 2022-08-22 09:01:08 -04:00
Leah Schumann
c03c406eb2 Fixed navigation error, we needed to add the 'isSavingNavigation' parameter to the overrideNavigation call in vehicle-style 2022-08-22 08:45:48 -04:00
Leah Schumann
04ff118b55 merging from develop, fixed conflicts with refactoring vehicle question page navigations 2022-08-19 15:29:22 -04:00
Katie
23ac001a6a Fix merge conflicts 2022-08-18 16:15:44 -04:00
Katie
b23361d0a3 Revert "Merge pull request #674 from Safelite/revert-665-defect/CSR-759"
This reverts commit b890d85c28, reversing
changes made to c5f76d2424.
2022-08-18 11:55:45 -04:00
katieoh-safelite
62a3ceb8c5
Revert "Defect/csr 759" 2022-08-18 10:44:20 -04:00
katieoh-safelite
a7ed47d839
Merge pull request #665 from Safelite/defect/CSR-759
Defect/csr 759
2022-08-17 13:06:37 -04:00
Katie
b526fc059f CSR-759 Update how session ID cookies are saved and updated 2022-08-17 09:25:51 -04:00
Leah Schumann
3616a7d75f Merged from develop and updated unit tests 2022-08-17 09:06:10 -04:00
Leah Schumann
ed740a12ab Front end changes related to CSR-512 2022-08-16 15:31:28 -04:00
Katie
080d2ac28e CSR-514 Add async/await to runExperimentsForTrigger 2022-08-15 10:23:13 -04:00
Katie
1216b121a8 CSR-514 Move runExperiments to after we check the page to reroute to 2022-08-12 13:20:58 -04:00