Commit graph

376 commits

Author SHA1 Message Date
brydon1
260287e6a6 Call save session with every route 2023-08-28 14:06:46 -04:00
brydon1
521485ad6e Cleaning up store 2023-08-28 14:03:09 -04:00
brydon1
1ef85885ca Merging 2023-08-28 13:57:44 -04:00
brydon1
65ba44105d Finalizing save session call 2023-08-28 13:53:53 -04:00
DavidAtSafelite
8c6842ca55 Final eslint baseline PR linting 9 ! 2023-08-28 08:59:37 -04:00
DavidAtSafelite
e489567e5e Various linting, mostly ux-components and prefer default on issPageValues 2023-08-18 06:37:20 -04:00
michaela-brydon-safelite
57335065e3
Merge pull request #408 from Safelite/defect/digital/SSR-610
Setting coverageStatus to NO_COMP when appropriate
2023-08-11 11:38:17 -04:00
brydon1
8740a8b856 Removing only 2023-08-10 16:28:15 -04:00
brydon1
b7770baf5f Setting coverageStatus to NO_COMP when appropriate 2023-08-10 16:25:35 -04:00
katiekroell
6d827e3f65
Merge pull request #405 from Safelite/feature/digital/SSR-606
Feature/digital/ssr 606
2023-08-10 12:55:01 -04:00
DavidAtSafelite
3174609d6f Removed store constants. 2023-08-10 11:33:36 -04:00
Katie Kroell
8def45c7da add .catch() to method 2023-08-10 11:16:39 -04:00
brydon1
4aa9777260 Updating store 2023-08-10 09:51:40 -04:00
DavidAtSafelite
65c9ce64c2 A bit more prefer-default and I added the new store constants. They are *not* being used yet, but I like the idea of getting them in and giving folks an opportunity to get used to the idea. 2023-08-10 07:33:38 -04:00
Katie Kroell
9242b19421 Merge branch 'develop' into feature/digital/SSR-606 2023-08-09 13:21:04 -04:00
Katie Kroell
b58ccce95e error handling- ensures policyLookupSuccessful is set to false for failed policy lookups 2023-08-09 11:48:44 -04:00
DavidAtSafelite
3037b43a88 prefer default - initial attemp - application-config 2023-08-09 11:19:41 -04:00
brydon1
08f96886c5 Addressing merge conflicts 2023-08-04 23:18:42 -04:00
Jeremy-Z
bc5d9842d0 Reverting Commit #386 from linting9 branch. 2023-08-02 10:45:39 -04:00
DavidAtSafelite
5e6ab3b549 Linting including prefer default, vue event format, etc. And also added () to expects that lacked them and skipped many tests. 2023-07-31 16:16:10 -04:00
brydon1
20ca807c37 Adding content to save session request 2023-07-28 16:00:37 -04:00
brydon1
14ba2ec858 Final touches 2023-07-28 10:54:40 -04:00
brydon1
76d909908e Fixing bugs with coverage statement 2023-07-24 17:43:32 -04:00
brydon1
ef410f4fcb Fixing bug with policyLookupSuccessful being set 2023-07-24 14:41:35 -04:00
brydon1
0ba2a79d5f Finalizing 2023-07-24 14:22:37 -04:00
brydon1
e21cd97c7b Adding policyLookupSuccessful to store 2023-07-21 09:39:33 -04:00
brydon1
cbb80a0cd5 Partial work 2023-07-20 14:37:19 -04:00
Katie Kroell
4d27a95b1c get correct isVerified value 2023-07-18 15:08:57 -04:00
brydon1
e1b36a1526 Fixing merge conflicts 2023-07-18 11:54:30 -04:00
brydon1
ad18f2803e Fixing bug with compensation 2023-07-14 15:12:54 -04:00
brydon1
b78a027c9b Fix store unit tests 2023-07-14 11:00:05 -04:00
brydon1
244b098dcf Removing trailing commas 2023-07-14 10:46:59 -04:00
brydon1
154fdbc8b9 Swapping string replacement with non number regex 2023-07-14 08:53:25 -04:00
brydon1
242b947b14 Adding consumer model to save session 2023-07-14 08:38:08 -04:00
brydon1
18c161ef96 Fixing issues with register claim for liberty mutual 2023-07-13 12:34:13 -04:00
brydon1
97d703803d Removing dashes from phone number in register claim call 2023-07-13 12:12:37 -04:00
brydon1
c7f54b8b7e Initial add of SaveSession 2023-07-13 12:04:01 -04:00
brydon1
c339d790d8 Updating file ending rules 2023-07-12 14:43:36 -04:00
brydon1
0ef1d5046d Adding store tests 2023-07-12 12:38:14 -04:00
brydon1
09adcc1114 Adding tests 2023-07-12 11:11:52 -04:00
brydon1
8a139b96f6 Adding final touches to contact details 2023-07-11 16:51:33 -04:00
brydon1
e1a4e4c471 Use @ instead of relative reference 2023-06-28 16:39:44 -04:00
brydon1
aff8c4480d Adding package for crypto 2023-06-28 15:44:30 -04:00
brydon1
6df4b1400c Fixing merge conflicts 2023-06-28 14:55:03 -04:00
brydon1
8c2bea9939 Fixing unit tests after rename 2023-06-28 12:06:32 -04:00
brydon1
9eb2892e02 Tidying 2023-06-28 12:02:43 -04:00
brydon1
044a2c2798 Finishing unit tests 2023-06-28 11:58:51 -04:00
brydon1
270d26dc51 Moving setInsuranceCoverageValues to store 2023-06-26 15:07:05 -04:00
brydon1
662b25e8c4 Updating store tests 2023-06-26 13:55:06 -04:00
brydon1
0b4d626d90 Minor adjustments 2023-06-21 17:14:33 -04:00
brydon1
577cc05695 Adding deductible setting logic 2023-06-21 16:14:49 -04:00
Katie Kroell
4c7ab367b3 reset glass/supporting items without resetting answers on the page 2023-06-20 11:49:50 -04:00
Jason Wheeler
eb6f38a667 Only clearing vaps and supporting items if new vehicle selected 2023-06-15 15:46:49 -04:00
brydon1
b16fe6656e First pass 2023-06-14 15:48:23 -04:00
brydon1
11e81b215a Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into feature/digital/SSR-505 2023-06-09 09:57:37 -04:00
brydon1
e6ae82780a Partial register claim method added to store 2023-06-09 09:55:04 -04:00
Jason Wheeler
acab82bea0 added stuf for correlationId 2023-06-08 12:38:09 -04:00
Jeremy Zimmerman
44c512aa69 Added isClaimRegistrationRequired flag. Also refactored some issconfig params and added notes. 2023-05-23 12:59:39 -04:00
Jason Wheeler
a1eeb4e733 Corrected bug where page would crash if part wasn't found in pricing because it was in the child parts 2023-05-22 14:17:35 -04:00
Katie Kroell
3d38826ad2 update to payload for serviceability details call 2023-05-19 14:56:05 -04:00
Jason Wheeler
99bac14b9f Added zipcode to payload 2023-05-19 11:07:15 -04:00
saumyaChaturvedi123
5f41c055c1 SSR-466
resetting store values on entry page
2023-05-11 18:30:22 +05:30
DavidAtSafelite
311d19cb30 Removed unwanted comments 2023-05-10 11:19:15 -04:00
DavidAtSafelite
4fc7012b7a Nulls for the win! 2023-05-10 11:03:03 -04:00
DavidAtSafelite
ff0d877170 Changes for SSR-442, Defect SSR-463 and a little bit of cleanup for SSR-290 2023-05-10 08:52:10 -04:00
Jason Wheeler
f7bbd024a6 fixed bug 2023-05-08 16:48:00 -04:00
Jason Wheeler
1b79bdd445 Merge branch 'develop' into feature/digital/SSR-405
# Conflicts:
#	src/layouts/welcome-page/welcome-page.vue
#	src/store/index.js
2023-05-08 12:20:51 -04:00
DavidAtSafelite
6559eeea6b Modifications to complete SSR-290 2023-05-07 11:52:56 -04:00
Jason Wheeler
cbda03beba persist data and refactor navigation 2023-05-02 15:20:56 -04:00
Jason Wheeler
bb216d1487 Merge branch 'develop' into feature/digital/SSR-405 2023-04-28 11:00:52 -04:00
hiteshkumar87
379a8c7cec SSR-394
Implement policy lookup call and populate the vehicles
2023-04-28 17:57:27 +05:30
Jason Wheeler
133bdf52a4 nightly 2023-04-27 16:58:32 -04:00
Jeremy-Z
09f5f5248e
Merge pull request #262 from Safelite/origin/feature/Digital/SSR-383
SSR-383
2023-04-27 12:42:38 -04:00
Jason Wheeler
e6d23b6339 Updated method of disabling policy number field based on conversation with Jeremy 2023-04-27 12:37:12 -04:00
saumyaChaturvedi123
8a487f2db0 SSR 383
refactored logic with update requirements
2023-04-27 15:34:19 +05:30
Jason Wheeler
fab40c327a Merge branch 'develop' into feature/digital/SSR-405 2023-04-26 11:45:32 -04:00
David Back
8a39ff7989 SSR-316 and SSR-289.
Please keep in mind that prices are present but incorrect.
Also note that in cases of very short view height, tall modals appear underneath the header hamburger menu.  This is endemic to all such situations, and not specific to these cards.
2023-04-26 08:18:12 -04:00
Jason Wheeler
f685f788ad Merge branch 'develop' into feature/digital/SSR-405
# Conflicts:
#	src/store/index.js
2023-04-25 13:39:30 -04:00
Jason Wheeler
67e854a51f added logic to prevet page crashing due to analytics service being unavailable. 2023-04-25 13:28:22 -04:00
Jeremy Zimmerman
bd67138c97 comment sp 2023-04-25 11:49:42 -04:00
Jeremy Zimmerman
69866a4275 Updated logic to support client display name. 2023-04-25 11:46:45 -04:00
saumyaChaturvedi123
121dd208d8 SSR-383
policy number disabling functionality
2023-04-25 20:00:32 +05:30
Jason Wheeler
941dca6b94 partial 2023-04-25 09:58:59 -04:00
Jason Wheeler
e820c6b240 removed console log 2023-04-24 11:22:58 -04:00
Jason Wheeler
6197a869f0 fixing bug in service-packages 2023-04-24 11:07:49 -04:00
katie
6aaacdef8c Merge 'develop' into feature/digital/SSR-351 2023-04-20 14:42:38 -04:00
DavidAtSafelite
3fe4322528
Merge branch 'develop' into feature/digital/SSR-313 2023-04-20 09:56:43 -04:00
Jeremy Zimmerman
2438ca1f72 Added some new flags for coverage and authentication. 2023-04-19 16:02:08 -04:00
Kroell
05eff89aea update to store method 2023-04-19 12:29:51 -04:00
Kroell
8ab399e918 serviceability details method 2023-04-18 18:06:40 -04:00
David Back
02dc99b2ff Updated for 314 and 316 2023-04-17 16:54:55 -04:00
David Back
3e9aa4d7fd SSR-313 2023-04-06 14:04:44 -04:00
David Back
af78d9b4e1 Updated Draft 2023-04-04 13:05:47 -04:00
David Back
d15798ce89 Just a draft update 2023-04-04 12:43:07 -04:00
Kroell
c282e3bfca changes to ensure vin is saved if moving backward through flow and restarting vin lookup 2023-03-13 15:03:40 -04:00
Jeremy Zimmerman
4c24fdd6ff Updates. 2023-03-07 12:49:03 -05:00
Jeremy Zimmerman
95f0507747 Merge branch 'develop' into feature/Digital/SSR-275 2023-03-03 15:27:30 -05:00
Kroell
4e7480383e Merge branch 'develop' into feature/digital/SSR-219 2023-03-03 08:20:10 -05:00
Kroell
fb3dd18a33 renamed default value in store 2023-03-03 08:19:43 -05:00
Kroell
a149082066 set default for carrier name in store 2023-03-02 11:14:27 -05:00
hiteshkumar87
dec8f048d6 SSR-268
updated endpoint to get prohibited states with single source of truth
2023-03-02 12:52:51 +05:30
Jeremy Zimmerman
56bed721b1 Updates. 2023-03-01 15:43:40 -05:00
Sneha
f4230c5858 SSR-231
UI Capability page
2023-02-28 21:23:37 +05:30
Jason Wheeler
7855aa2e30 style fixes 2023-02-23 17:05:27 -05:00
Jason Wheeler
5dc68817bb changes 2023-02-21 16:28:49 -05:00
hiteshkumar87
c9a688e839
Merge pull request #169 from Safelite/feature/Digital/SSR-247
SSR-247
2023-02-21 19:00:31 +05:30
sheena
f2986d9168 SSR-247
Added new logo and BG
2023-02-21 16:38:56 +05:30
Kroell
ea2f1d4dad zip code field no longer exists on license-plate-lookup, value not saved to store 2023-02-18 12:01:46 -05:00
Kroell
4f31b1c8f0 Reverting change for SSR-257 - zipCode will either pull registration.zip or customer.address.zip 2023-02-09 15:02:16 -05:00
Kroell
45bdfaabc4 Merge branch 'develop' into feature/digital/SSR-140 2023-02-09 12:34:48 -05:00
Kroell
d54694ebaf change to getPartsOrQuestions method - zip code can be empty string 2023-02-09 11:53:23 -05:00
Kroell
ec8731f9a3 navigation for molding-questions 2023-02-08 15:40:46 -05:00
Kroell
140f94913e build molding-questions page 2023-02-07 15:48:22 -05:00
Kroell
2cf1f34044 Merge branch 'develop' into feature/digital/SSR-207 2023-02-06 15:12:14 -05:00
Jason Wheeler
acbbbfe661 vin-lookup couldn't rely on registration zip, updated logic to pull from either registration or customer depending on which was available. 2023-02-06 13:41:06 -05:00
Jason Wheeler
96476aa44a removed hardcode value 2023-02-06 10:45:48 -05:00
Kroell
c195cd9778 styling fix, update to store method 2023-01-31 11:22:24 -05:00
US\katie.kroell
962dadf78f EOD commit - address-vehicles 2023-01-26 16:55:39 -05:00
Kulbhushan Kaushik
b13b80de23 commit 2023-01-23 08:35:36 -05:00
Kroell
73edb7f457 Merge branch 'develop' into feature/digital/SSR-179 2023-01-20 14:07:01 -05:00
Kulbhushan Kaushik
f5c02b4f0e commit 2023-01-20 13:01:29 -05:00
katie
dcbc8d08ba Merge 'develop' into feature/digital/SSR-179 2023-01-19 15:50:53 -05:00
Kroell
8ef119c113 start of pre-populating zip code 2023-01-19 15:48:05 -05:00
Jason Wheeler
575aa01b9d
Merge pull request #130 from Safelite/feature/Digital/SSR-228
Fixed issue with address-lookup triggering validation when autopopula…
2023-01-19 14:57:22 -05:00
Jason Wheeler
6bae6a3fc7 forgot to update test 2023-01-19 14:12:17 -05:00
Jason Wheeler
68a63de959 Fixed issue with address-lookup triggering validation when autopopulating empty values on load and the user getting a page full of errors on first load 2023-01-19 13:53:04 -05:00
Kroell
a59440d823 Merge branch 'develop' into feature/digital/SSR-179 2023-01-19 12:29:37 -05:00
Kroell
f6dea71133 changed method name to make shareable between address and license lookup 2023-01-19 12:28:42 -05:00
Kulbhushan Kaushik
006135f844 commit 2023-01-19 10:22:53 -05:00
Johan Gunawan
0cf2702210
Merge pull request #124 from Safelite/feature/SSR-189
SSR-189: vin-lookup page features
2023-01-19 09:10:54 -05:00
Kulbhushan Kaushik
d47b81b52a commit 2023-01-19 07:48:45 -05:00
Johan Gunawan
8e0ec66203 SSR-189 2023-01-18 15:36:46 -05:00
katie
ba5dad580f Merge 'develop' into feature/digital/SSR-179 2023-01-18 09:44:42 -05:00
Kulbhushan Kaushik
eab90e936c Merge branch 'develop' into feature/SSR-220 2023-01-18 07:37:10 -05:00
Kulbhushan Kaushik
9b470eb959 commit 2023-01-18 07:36:19 -05:00
Kroell
15115716a9 updates to navigation 2023-01-17 16:31:45 -05:00
Jason Wheeler
71364d4134 updated tests 2023-01-17 15:41:48 -05:00
Kroell
24a5eb7494 updates to navigation, saving data to store 2023-01-17 12:20:54 -05:00
Jason Wheeler
ac1bad19ad everything seems to be working, still need to update tests 2023-01-16 11:21:52 -05:00
Jason Wheeler
2b7d94524c Merge branch 'develop' into feature/Digital/SSR-193 2023-01-16 10:12:28 -05:00
Jason Wheeler
3b7d708cd0 Merge branch 'develop' into feature/Digital/SSR-193
# Conflicts:
#	package-lock.json
#	package.json
#	src/constants/application-config.js
#	src/constants/endpoints.js
2023-01-13 11:57:51 -05:00
Jason Wheeler
ecb80542e4 no message 2023-01-13 11:45:49 -05:00
Kroell
8370fc0b46 removed license-plate-question and zip-question components 2023-01-12 13:12:26 -05:00
Kroell
cc9311de21 change to calling lookupVinByPlate method 2023-01-12 11:36:58 -05:00
Kroell
be1c078d58 moved lookupVinByPlate to store 2023-01-12 09:59:11 -05:00
Jason Wheeler
b0bef5b5e2 everything is converted over but it needs tested now 2023-01-11 16:01:31 -05:00
Johan Gunawan
43fa1c7270 Add more properties to be updated 2023-01-10 20:41:05 -05:00
Jason Wheeler
c3d164cc2c updates 2023-01-10 17:16:39 -05:00
Johan Gunawan
f8766cac89 Add updateVehicleVin action
Might be used in license-plate-lookup and/or address-lookup as well. It is used in vin-lookup page.
2023-01-10 17:05:31 -05:00
Jason Wheeler
db94b0639a Merge branch 'develop' into feature/Digital/SSR-193 2023-01-10 09:08:09 -05:00
Jason Wheeler
d53b7e276c check in so I can pull develop into this branch. 2023-01-10 09:07:35 -05:00
Johan Gunawan
551d6edde6 Add getPartsOrQuestions action. Needed in multiple pages. 2023-01-09 23:01:41 -05:00
Jeremy Zimmerman
a8a1c849e3 Merge branch 'develop' into feature/Digital/SSR-139 2022-12-06 10:40:32 -05:00
Kulbhushan Kaushik
5fb48ea1ee commit 2022-12-05 08:54:32 -05:00
Kulbhushan Kaushik
a2eb94015e commit 2022-12-01 14:59:13 -05:00
Jeremy Zimmerman
07a01cd2f8 Updates. 2022-12-01 14:36:17 -05:00
Kulbhushan Kaushik
5d56f6ed7a Merge branch 'develop' into feature/SSR-129 2022-11-30 13:13:35 -05:00
Kulbhushan Kaushik
ef9c7af480 commit 2022-11-29 10:34:13 -05:00
Kulbhushan Kaushik
5eb4c2f9ee commit 2022-11-29 09:58:31 -05:00
Jeremy Zimmerman
815f6996ab Updates. 2022-11-23 12:16:43 -05:00
Jeremy Zimmerman
a801c8d624 Merge branch 'develop' into feature/Digital/SSR-122 2022-11-22 15:30:49 -05:00
Kulbhushan Kaushik
7c21369f57 update damage to the store. 2022-11-22 13:58:21 -05:00
Kulbhushan Kaushik
b08796fdf1 commit 2022-11-22 10:42:13 -05:00
Jeremy Zimmerman
4783b86558 Updates. 2022-11-21 13:19:32 -05:00
Jeremy Zimmerman
bf2512e1ba Updates. 2022-11-18 14:30:19 -05:00
Kulbhushan Kaushik
63bf5d4b77 fixed unit tests 2022-11-17 09:48:57 -05:00
Kulbhushan Kaushik
298b880d83 Merge branch 'develop' into feature/SSR-113 2022-11-17 07:53:29 -05:00
Jeremy Zimmerman
213071d305 Updated the LogCustomEvent method to pass "none" for the pagename if it is blank. 2022-11-16 13:37:28 -05:00
Jason Wheeler
c186786b75 last fix 2022-11-16 11:28:38 -05:00
Jason Wheeler
4122ec257d test 2022-11-16 11:19:23 -05:00
Jason Wheeler
1d7be6c8cd Merge branch 'develop' into feature/Digital/SSR-87
# Conflicts:
#	src/store/store.spec.js
2022-11-16 09:21:17 -05:00
Jason Wheeler
84bda8f03a updated store reference in store.spec 2022-11-15 16:43:06 -05:00
Kulbhushan Kaushik
f20758ee5b commit 2022-11-14 10:09:54 -05:00
Kulbhushan Kaushik
59fab86ceb commit 2022-11-14 08:45:12 -05:00
Kulbhushan Kaushik
c6646d0637 Merge branch 'develop' into feature/SSR-113 2022-11-14 08:44:46 -05:00
Kulbhushan Kaushik
8ad16eeb87 commit. 2022-11-14 08:42:48 -05:00
Kulbhushan Kaushik
2c215e23a9 Merge branch 'develop' into feature/SSR-113 2022-11-14 08:05:22 -05:00
Jason Wheeler
21ec33f8dc requested updates 2022-11-11 15:33:32 -05:00
Jason Wheeler
a9df577851 Merge branch 'develop' into feature/Digital/SSR-108
# Conflicts:
#	src/constants/endpoints.js
#	src/helpers/unit-test-helper.js
#	src/mixins/base-mixin.js
#	src/store/store.spec.js
2022-11-11 14:21:05 -05:00
Jason Wheeler
53160a5119 updated to clear the entire vehicle object. Additional store items can be added to resetVehicle method as they are added to the store. 2022-11-11 12:51:43 -05:00
Jeremy Zimmerman
b019bd556e Put the store update methods back on the vehicle vue components. 2022-11-11 12:01:25 -05:00
Jeremy Zimmerman
7bc6458449 Removing some unnecessary files. Moving some others. 2022-11-11 11:53:33 -05:00
Jason Wheeler
7789d19fbf Created call to getVehicle, refactored setting vehicle properties, updated tests and removed store-actions (it wasn't being used) 2022-11-10 15:34:54 -05:00
Kulbhushan Kaushik
2ba1f71767 commit 2022-11-10 12:15:30 -05:00
Kulbhushan Kaushik
120369c5bc COMMIT 2022-11-10 08:03:43 -05:00
Jeremy Zimmerman
84dc9bfb73 Removed store mutations. 2022-11-09 13:37:53 -05:00
Jeremy Zimmerman
d9c7eff2eb Conflict resolution. 2022-11-09 12:56:22 -05:00
Jeremy Zimmerman
6f48a901fb Merge branch 'develop' into feature/Digital/SSR-51 2022-11-09 12:55:11 -05:00
Kulbhushan Kaushik
7e1eb15d3f commit 2022-11-09 12:41:48 -05:00
Kulbhushan Kaushik
a901892227 Merge branch 'develop' into feature/SSR-113 2022-11-09 12:34:55 -05:00
Kulbhushan Kaushik
548dff63ea commit 2022-11-09 12:34:05 -05:00
Jason Wheeler
292c46fe34 completed tests, removed old 404 page and cleared up a few warnings 2022-11-09 12:12:42 -05:00
Jason Wheeler
4475508db5 Everything seems to be working now, need to update tests 2022-11-08 17:42:11 -05:00
Jason Wheeler
652eed2585 Added EventBus to create new alert events 2022-11-08 16:11:40 -05:00
Jeremy Zimmerman
f33810a43d Updates 2022-11-07 13:49:26 -05:00
Jeremy Zimmerman
ca218e9d40 Updates 2022-11-03 15:05:11 -04:00
Jeremy Zimmerman
ba4191e891 Updates 2022-11-03 12:44:04 -04:00
Jeremy Zimmerman
17ff7506cb Merge branch 'develop' into feature/Digital/SSR-51 2022-11-03 11:38:44 -04:00
Jason Wheeler
bc07b2419a page functions 2022-11-02 14:25:02 -04:00
Jeremy Zimmerman
75f8da12bc Merge branch 'develop' into feature/Digital/SSR-51 2022-11-02 13:24:21 -04:00