Scott Kiener
c18af60165
CSR-706 | Refactoring savedQuote -> SavedSession
2022-07-26 12:07:03 -04:00
Scott Kiener
bb1fa9aede
CSR-706 | Refactoring to use SavedSession instead of SaveQuote
2022-07-26 12:02:03 -04:00
Scott Kiener
62b72163d6
CSR-706 | Only clear state if referral does not match
2022-07-25 15:29:44 -04:00
Scott Kiener
b21c6171e9
CSR-706 | Remove state resetting on loadOrder
...
As well as making loadOrder await the latest saveOrderPromise
Also clearing saveOrderPromise if entering the funnel fresh to avoid a broken promise object
2022-07-25 09:30:00 -04:00
Katie
0fdda5b4a2
CSR-666 Add methods to experiment-mixin
2022-07-18 11:28:34 -04:00
Scott Kiener
8f750e8c1d
CSR-706 | Fixing test
2022-07-13 10:16:24 -04:00
Scott Kiener
0d956d9e0f
Merge remote-tracking branch 'origin/develop' into feature/CSR-700
2022-07-13 10:03:57 -04:00
Adam Caouette
13d6f15d37
CSR-108: complete part-questions page, changes to question-chain
2022-07-12 14:37:55 -04:00
FrankRua
44366e9dbe
remove console log
2022-07-07 09:35:23 -04:00
FrankRua
69e6fa4173
changed from arrays to string
2022-07-07 09:34:13 -04:00
FrankRua
675df38477
missed some brackets
2022-07-06 12:44:22 -04:00
FrankRua
39edb1d3f0
Merge remote-tracking branch 'origin/feature/CSR-439' into feature/CSR-439
2022-07-06 12:38:19 -04:00
FrankRua
4ae40b9439
some small changes, fixed one defect
2022-07-06 12:37:47 -04:00
Mark Harris
d68f0389c4
Made mutations conditional
2022-07-05 16:32:58 -04:00
Scott Kiener
9ac8b1a31a
CSR-706 | Add in newly required parameters
2022-07-05 09:35:32 -04:00
FrankRua
73c7c6a48b
unit test coverage
2022-07-01 12:40:51 -04:00
FrankRua
3929c90954
Unit tests
2022-06-30 17:25:34 -04:00
FrankRua
ec05b56e51
lp lookup and start of address lookup
2022-06-29 17:52:02 -04:00
Scott Kiener
415200ea5a
CSR-700 | Update Unit Tests
2022-06-29 17:11:00 -04:00
Scott Kiener
3b8b86fe7e
CSR-700 | Save response from SaveOrder to VueX Store
2022-06-29 09:05:02 -04:00
FrankRua
3226ec4e6e
Init refactor
2022-06-28 17:01:28 -04:00
DonielleAtSafelite
159aadb2b4
Merge branch 'develop' into feature/CSR-439
2022-06-24 14:43:47 -04:00
Donielle Austin
b76811ded0
pushing changes csr-439
2022-06-24 13:44:03 -04:00
Scott Kiener
972e02a5b2
CSR-706 | Re-work synchronicity of saveOrder
...
Allow multiple saveOrders to run synchronously
Allow saveOrder to be awaited before navigating to heritage
Allow saveOrder to run on routine navigation if an email address is present
Add saveOrderPromise member to the store
2022-06-23 15:23:30 -04:00
Donielle Austin
123666dd9e
resetting state csr 439
2022-06-20 08:42:18 -04:00
Mark Harris
d6102ca1bc
treat ancillary parts different than glass parts
2022-06-15 15:17:25 -04:00
Katie
89942773e2
CSR-466 Cleanup
2022-06-08 16:52:49 -04:00
Katie
30f826faff
CSR-466 Update vin-lookup navigation
2022-06-08 12:25:50 -04:00
CarlNation
4be843e1b8
CSR-663 changes to make sure funnel as skey(session log seq num)
2022-05-31 13:11:16 -04:00
Katie
3acea7906a
CSR-628 Type changes
2022-05-20 13:33:05 -04:00
Mark Harris
37a6fe222c
Fixed service state persistence to heritage on vin-lookup and license-plate-lookup
2022-05-19 14:37:34 -04:00
Katie
d082b484e6
CSR-592 Clear VIN and image information if user goes back
2022-05-17 10:22:24 -04:00
Katie
8bfdb6b50c
CSR-416 Fix returning license plate on load
2022-05-12 08:45:32 -04:00
katieoh-safelite
764c8559d2
Revert "Revert "Feature/csr 416""
2022-05-11 08:17:33 -04:00
katieoh-safelite
825b50505e
Revert "Feature/csr 416"
2022-05-11 08:12:37 -04:00
Katie
f9160902d5
CSR-416 Fix tests
2022-05-10 16:49:45 -04:00
Katie
92900249f7
CSR-416 Change using registrationZip to serviceZip on vin-lookup
2022-05-10 16:34:16 -04:00
Katie
4478dea248
CSR-416 Cleanup + use serviceZip for vin-lookup, registrationZip as backup
2022-05-10 16:01:42 -04:00
Katie
e834f2e1ae
CSR-416 Finish adding serviceLocation
2022-05-10 14:23:54 -04:00
Katie
9786c954d0
CSR-416 Add updating serviceLocation with vehicle registration information as needed
2022-05-10 12:28:25 -04:00
Katie
2790f78aa9
CSR-416 Fix merge conflict
2022-05-09 16:28:06 -04:00
Katie
5bc6ad16df
CSR-416 Fix merge conflict
2022-05-09 13:56:45 -04:00
Katie
674386c7b4
CSR-416 Add vin-lookup integration
2022-05-09 13:45:56 -04:00
Leah Schumann
c74ea197ac
Reordered methods relating to vin lookups to be more cohesive
2022-05-09 08:52:51 -04:00
Leah Schumann
4606067aa2
Merging from develop
2022-05-09 08:48:44 -04:00
Max
aab32ef7b1
Bug fixes, 1) added zipToDisplay datum for cases when registration zip entered is also not valid, 2) changed navigateAfterSaveToHeritageFunnel function to exported function as it is not in global and fixed unit tests with it. 3) Fixed updateServiceLocationZipCode name in vuex.
2022-05-06 16:12:56 -04:00
Leah Schumann
379faf1a4c
Fixed merge conflicts, renamed 'zip' to 'zipCode' where applicable for consistency
2022-05-06 10:19:44 -04:00
Leah Schumann
d276a24b87
'Final' check-in before submitting to QA
2022-05-06 09:38:56 -04:00
Katie
54791dd81d
CSR-416 WIP
2022-05-05 08:38:20 -04:00
bmauger
e4f2fa9ea5
Merge branch 'develop' into CSR-101-code-review-updates
2022-05-04 16:22:51 -04:00