Commit graph

352 commits

Author SHA1 Message Date
Josh Dassinger
04c375a341 SSR-586 PR Changes
Moved from store to pageData
Added bailoutMessage const
update setBailout method to accept currentPage or to/from types
2024-01-12 13:58:59 -06:00
Josh Dassinger
be7054a666 Merge branch 'develop' into feature/digital/SSR-586
# Conflicts:
#	src/router/index.js
2024-01-09 14:17:44 -06:00
Josh Dassinger
f3ae5d4996 SSR-586 - Save Bailout & Callback 2024-01-09 13:58:37 -06:00
Michaela Brydon
9a445b4359 Fixing merge conflicts 2024-01-09 13:24:49 -05:00
Bill Richardson
0fc57dedb1 Spinner updates, refactored for back button 2024-01-08 20:59:07 -05:00
Michaela Brydon
d4cf2f3d51 Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into feature/digital/SSR-791 2024-01-05 16:02:46 -05:00
Michaela Brydon
272ec08bc5 Final touches 2024-01-03 17:47:23 -05:00
Katie Kroell
48e1df02bc fix conditional logic 2023-12-07 16:23:28 -05:00
Katie Kroell
770d34738c remove unneeded value 2023-12-05 15:21:45 -05:00
Katie Kroell
38f75921e8 Merge branch 'develop' into feature/SSR-1023 2023-12-05 14:48:56 -05:00
Bill Richardson
af9dc67924 bailout from pricing service
from coverage statement
2023-12-05 13:36:41 -05:00
Katie Kroell
5a77edcc86 skip final-deductible and register-claim call if vehicle is not on policy 2023-12-04 15:47:18 -05:00
Katie Kroell
554a4258eb move deductible call 2023-12-04 14:58:17 -05:00
Katie Kroell
6fbb437838 refactor WIP 2023-12-01 15:44:02 -05:00
Katie Kroell
d992e1fc84 call final-deductible if vehicle is a policy vehicle 2023-12-01 14:23:41 -05:00
Katie Kroell
aa786e8f7a add unit test 2023-11-16 17:08:34 -05:00
Katie Kroell
bd9022177c prevent null deductible from displaying 2023-11-16 16:56:53 -05:00
Katie Kroell
e1a99064c3 do not call pricing or deductible methods if unverified 2023-11-16 16:55:44 -05:00
Katie Kroell
faee351ca1 fix unit test 2023-11-10 15:05:08 -05:00
Katie Kroell
c6bff1797e move ITACflag call earlier 2023-11-10 14:44:22 -05:00
Katie Kroell
7fbf836316 Merge branch 'develop' into feature/SSR-669 2023-11-10 11:30:49 -05:00
Josh Dassinger
f15924c098
Merge pull request #494 from Safelite/defect/digital/SSR-778
SSR-778 Fix ITAC Save Session
2023-11-08 10:08:12 -06:00
Josh Dassinger
7ab5968a4b SSR-778 Update Selected Provider Field Name 2023-11-06 09:54:26 -06:00
Katie Kroell
0e46cf2db2 change to pre-req 2023-11-03 13:43:30 -04:00
Josh Dassinger
0f15135d25 SSR-778 Fix ITAC Save Session 2023-10-31 14:00:50 -05:00
Katie Kroell
4d1d3844fd change store reference 2023-10-19 14:02:46 -04:00
Katie Kroell
790db50814 move method call to beforeRouteEnter 2023-10-19 09:06:00 -04:00
Katie Kroell
3fb372c5fd move method call to beforeMount 2023-10-18 15:46:33 -04:00
Katie Kroell
b322eb23b4 get final deductible 2023-10-11 15:56:12 -04:00
Katie Kroell
43466bb7a7 setup deductible modal link 2023-10-06 10:12:31 -04:00
Katie Kroell
0a820c9fb4 hide scrollbar when modal opens 2023-10-05 17:39:29 -04:00
US\katie.kroell
9e587650d4 display disclaimer for ITAC and NoComp 2023-10-05 12:01:59 -04:00
Bill Richardson
6dd1c69231 Add iTac called test 2023-09-29 18:01:34 -04:00
Bill Richardson
286f8662f6 just taking the old before i start the PR over 2023-09-29 17:58:28 -04:00
Bill Richardson
0eb311a76b Updating tests back to how they were for now 2023-09-29 17:54:26 -04:00
Bill Richardson
bac22fe50a Add Tests
Fix some tests for coverage statement
2023-09-29 16:14:36 -04:00
Bill Richardson
16296c7423 Mobile Options based on iTAC flag
flag should include !(no comp) as well based on coverage statement page.
2023-09-29 16:14:02 -04:00
Bill Richardson
b8f27deed8 skipping coverage statement tests atm. 2023-09-21 17:16:38 -04:00
Bill Richardson
c58eaf12f1 add groupName to buttonQuestion 2023-09-21 17:02:38 -04:00
brydon1
2c9a26ad47 Fixing coverage statement tests 2023-09-21 11:47:10 -04:00
Bill Richardson
be56b7f209 moved from mounted. 2023-09-20 12:44:07 -04:00
Bill Richardson
77204cd8d5 service location updates.
SSR-364
SSR-369
SSR-633
SSR-645
SSR-647
SSR-655
2023-09-12 20:03:56 -04:00
brydon1
be499757b0 Updating only recal modal link when appropriate 2023-09-12 14:24:37 -04:00
brydon1
df94c4dda1 Remove comment 2023-09-12 11:34:27 -04:00
brydon1
3a70880471 Clean up 2023-09-12 11:32:24 -04:00
brydon1
3ed110485c Fixing adas link not working 2023-09-12 11:08:05 -04:00
brydon1
50313df9fc fixing tests 2023-09-06 13:13:20 -04:00
brydon1
da44fe9e1c Adding routerParams reference 2023-09-06 12:53:04 -04:00
brydon1
083cef3b85 save session synchronous after welcome page and coverage statement page 2023-09-06 12:51:56 -04:00
Jeremy Zimmerman
c2c0d7bb0d Merge branch 'develop' into refactor/linting9 2023-08-29 09:03:45 -04:00
Katie Kroell
23ae3ee1b9 change v-deep to deep 2023-08-28 11:24:57 -04:00
DavidAtSafelite
8c6842ca55 Final eslint baseline PR linting 9 ! 2023-08-28 08:59:37 -04:00
DavidAtSafelite
5cbba40bb1 Linting for the last of the layout pages, mixins and prefer default for navigation-scenarios. 2023-08-24 07:43:10 -04:00
DavidAtSafelite
80509bda53 We have advanced the code enough to call this one 8.5
It has more layout page linting and I have removed (really re-removed) the reduntant router parms.
2023-08-23 07:16:58 -04:00
DavidAtSafelite
8aa1343bcc Linting of first portion of layout. 2023-08-21 14:55:41 -04:00
Katie Kroell
4f5e1a09f0 styling fixes, conversion from px to rem 2023-08-16 11:28:59 -04:00
Katie Kroell
22ad36341a recal modal styling fix 2023-08-16 11:28:37 -04:00
Katie Kroell
2f8eeacb20 verified deductible styling WIP 2023-08-15 15:59:09 -04:00
Katie Kroell
3869d5f10f all ITAC styling correct 2023-08-15 15:41:48 -04:00
Katie Kroell
7a3e99d68c styling WIP 2023-08-15 14:00:26 -04:00
Katie Kroell
d552915d28 styling fixes WIP 2023-08-10 14:58:17 -04:00
Katie Kroell
ea2a21b491 linting fixes 2023-08-04 16:03:24 -04:00
Katie Kroell
47310983ab remove colon from line 2023-08-04 15:59:00 -04:00
Jeremy-Z
bc5d9842d0 Reverting Commit #386 from linting9 branch. 2023-08-02 10:45:39 -04:00
DavidAtSafelite
26857eaad3
Merge pull request #386 from Safelite/refactor/linting9
Linting including prefer default, vue event format, etc.
2023-08-01 14:03:35 -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
79cae6ddd9 Fixing claim registration tests 2023-07-31 16:09:19 -04:00
brydon1
c7de5b3713 Refactoring to reduce size of file 2023-07-31 09:17:23 -04:00
brydon1
d16dd2f56e Addressing merge conflicts 2023-07-28 16:34:03 -04:00
brydon1
a3de3f7ca4 Fixing styling 2023-07-28 16:29:42 -04:00
Katie Kroell
1777bf08e4 cleanup 2023-07-28 15:41:49 -04:00
Katie Kroell
17876c6416 all tests passing but claim reg call 2023-07-28 15:40:06 -04:00
Katie Kroell
73044bac7a sync up with most recent changes 2023-07-28 15:39:40 -04:00
brydon1
c7fbdf50a1 Removing unnecessary log 2023-07-28 11:24:07 -04:00
brydon1
21c8e84698 Resolving merge conflicts 2023-07-28 11:01:21 -04:00
brydon1
14ba2ec858 Final touches 2023-07-28 10:54:40 -04:00
Katie Kroell
ca58d87083 unit test WIP 2023-07-27 17:08:27 -04:00
Katie Kroell
0c7ebd4995 fix to navigation scenario names 2023-07-27 17:05:02 -04:00
Katie Kroell
13ba1e4d9c merged 2023-07-27 16:52:04 -04:00
brydon1
215c289b27 Partial fixing formatting 2023-07-27 16:29:41 -04:00
Katie Kroell
d45030a32f merge conflict fix 2023-07-27 16:28:14 -04:00
Katie Kroell
8448ae3da2 unit tests 2023-07-27 16:22:25 -04:00
Katie Kroell
7d21d3b697 updates to navigation 2023-07-27 16:22:14 -04:00
Katie Kroell
fde1e3c6a5 all tests passing 2023-07-26 16:47:35 -04:00
Katie Kroell
022a879adb navigation unit tests 2023-07-26 15:48:22 -04:00
Katie Kroell
187cf5243c updates to routes 2023-07-26 15:47:59 -04:00
DavidAtSafelite
20cb89ed8d Linting for first 10 layouts 2023-07-26 13:47:35 -04:00
Katie Kroell
6e92f7b8a1 unit test updates 2023-07-25 16:58:48 -04:00
Katie Kroell
3026d929fb add null checks 2023-07-25 16:58:37 -04:00
brydon1
36a8b706f0 Incorporating isClaimRegistrationRequired logic into verifiedDeductible 2023-07-25 15:35:12 -04:00
Katie Kroell
14517035b1 unit test WIP 2023-07-25 14:30:58 -04:00
brydon1
76d909908e Fixing bugs with coverage statement 2023-07-24 17:43:32 -04:00
Katie Kroell
14fb8f8d77 unit tests for computed properties 2023-07-24 17:07:34 -04:00
Katie Kroell
fd0d1c1864 update to NoComp logic 2023-07-24 14:21:16 -04:00
Katie Kroell
580e83b010 styling fixes 2023-07-24 14:20:06 -04:00
Katie Kroell
68ccd5599c update store references 2023-07-24 14:19:23 -04:00
katie
4eb4148b96 fix merge conflicts 2023-07-24 14:16:34 -04:00
michaela-brydon-safelite
e5ceaf69f5
Merge pull request #371 from Safelite/feature/digital/SSR-581
Feature/digital/ssr 581
2023-07-21 15:03:29 -04:00
Katie Kroell
342bffae93 unit test WIP 2023-07-21 14:06:49 -04:00
brydon1
4e1b039a6e Fixing formatting and adding return values for all methods 2023-07-21 12:00:07 -04:00
brydon1
ff40ff18f7 Tweaks to coverage statement 2023-07-21 09:49:57 -04:00
Katie Kroell
ef6f01a007 start of unit tests 2023-07-21 08:48:44 -04:00
Katie Kroell
3961534838 refactor store access 2023-07-20 11:27:41 -04:00
DavidAtSafelite
614dbc4525
Merge branch 'develop' into refactor/linting 2023-07-20 10:37:35 -04:00
DavidAtSafelite
f056631c01 Fixed comma-dangle, quotes and whitespace issues. 2023-07-19 15:25:46 -04:00
Katie Kroell
fba84dc113 add testing file back with dummy test 2023-07-19 10:03:12 -04:00
Katie Kroell
dd28b1371c remove unit tests for now 2023-07-18 15:13:35 -04:00
Katie Kroell
4d27a95b1c get correct isVerified value 2023-07-18 15:08:57 -04:00
Katie Kroell
9a578be0b7 change to no comp variable 2023-07-18 12:31:43 -04:00
katie
749c8d354e Merge branch 'develop' into feature/digital/SSR-540 2023-07-17 16:22:15 -04:00
Katie Kroell
e5be857556 coverage-statement updates 2023-07-17 16:19:34 -04:00
brydon1
30de957cdf Swapping compensation with coverage 2023-07-17 13:38:02 -04:00
brydon1
ad18f2803e Fixing bug with compensation 2023-07-14 15:12:54 -04:00
Katie Kroell
89ace9c7f2 all coverage content displaying correctly 2023-07-14 12:05:40 -04:00
Katie Kroell
e25a37ef41 coverage-statement navigation scenarios and content 2023-07-13 16:36:06 -04:00
Katie Kroell
618c7c0ef2 coverage-statement WIP 2023-07-12 17:16:33 -04:00
Katie Kroell
ceac399c12 replace missing methods 2023-07-06 20:08:14 -04:00
Katie Kroell
e7d15c2135 Merge branch 'develop' into feature/digital/SSR-540
# Conflicts:
#	src/layouts/coverage-statement/coverage-statement.vue
2023-07-06 16:19:08 -04:00
Katie Kroell
dadf37d8aa logic for displaying correct subheader 2023-07-06 16:12:47 -04:00
Katie Kroell
9eda911c24 coverage statement WIP 2023-07-06 12:59:33 -04:00
Bryan Mauger
13f9451f3d Update footer spacing on select pages. 2023-07-05 10:11:06 -04:00
Katie Kroell
60edd72436 Merge branch 'develop' into feature/digital/SSR-540 2023-06-29 16:32:01 -04:00
Katie Kroell
569977eb18 refactoring coverage-statement page WIP 2023-06-29 16:31:21 -04:00
brydon1
044a2c2798 Finishing unit tests 2023-06-28 11:58:51 -04:00
Katie Kroell
e8f9adfaaa coverage-statement refactoring WIP 2023-06-22 16:29:32 -04:00
brydon1
577cc05695 Adding deductible setting logic 2023-06-21 16:14:49 -04:00
brydon1
b16fe6656e First pass 2023-06-14 15:48:23 -04:00
Katie Kroell
26a0d5086b changes to vehicle-questions-mixin to account for repairs 2023-06-01 14:46:40 -04:00
Katie Kroell
30782afadb formatting clean up 2023-06-01 13:34:54 -04:00
Katie Kroell
94db0bf63b back button navigation from coverage-statement 2023-06-01 13:32:02 -04:00
sheena
67216a7a6f SSR-411
Updated alignment for the button
2023-05-03 16:21:40 +05:30
sheena
ed832f740d Merge branch 'develop' into feature/Digital/SSR-411 2023-05-03 15:52:46 +05:30
Kroell
50ff72b91c updates to margins around site-header 2023-04-28 16:57:33 -04:00
sheena
3b97b21c24 SSR-411
Removed the sticky footer and fixed the space between the button
2023-04-28 19:20:56 +05:30
Jason Wheeler
3bedee41db Fixed some routing issues caused by bad merges 2023-04-25 11:05:16 -04:00
Jason Wheeler
1a8adae934 fixed tests and cleaned up 2023-04-11 14:18:20 -04:00
Jason Wheeler
92f4da0852 Merge branch 'develop' into feature/digital/SSR-346
# Conflicts:
#	src/layouts/coverage-statement/coverage-statement.vue
#	src/styles/common-styles.scss
2023-04-11 12:13:26 -04:00
Jason Wheeler
0560ac3124 Everything is working now 2023-04-11 12:00:08 -04:00
Bryan Mauger
2e47d6b9ed Consolidate CSS. Remove comments. Set scroll to auto vs scroll. 2023-04-10 16:47:13 -04:00
Jason Wheeler
c83604c64d figured out that I needed to run the processing of the modal-links on the next tick. 2023-04-10 16:46:50 -04:00
Bryan Mauger
dce75aa653 Remove comments. 2023-04-10 14:41:12 -04:00
Bryan Mauger
4a3c61da1b WIP more pages updated to non-sticky header. 2023-04-10 13:27:34 -04:00
Jason Wheeler
47ae19653a nightly 2023-04-05 16:54:14 -04:00
saumyaChaturvedi123
42d9601ed4 SSR-365
fixing 'steeringText' casing.
2023-04-05 19:21:31 +05:30
saumyaChaturvedi123
307e7d2fbb SSR-365
Steering text to appear for state MA
2023-04-05 17:20:57 +05:30
Jason Wheeler
701426a70f broken commit 2023-04-04 15:04:45 -04:00
Kroell
63cdcdda7e change line-height to accomodate recal modal link 2023-03-24 15:30:15 -04:00
Kroell
7c5e740b87 recal modal styling changes 2023-03-23 15:39:38 -04:00
Kroell
7a44814f0a fix to font-weight - bolded text 2023-03-23 15:39:06 -04:00
Kroell
ed897c35dd Revert "correction to font-weight for bolded text"
This reverts commit c7c9a62b2e.
2023-03-23 15:33:37 -04:00
Kroell
edbd589976 Revert "change font-size and line-height on recalModal"
This reverts commit 33c73b258f.
2023-03-23 15:33:21 -04:00
Kroell
50a4e9b3e6 Revert "remove vertical scrollbar when modal opens"
This reverts commit 09fde2a701.
2023-03-23 15:33:01 -04:00
Kroell
65ca5b8804 Revert "change padding on modal to match mocks"
This reverts commit ae211ad2cb.
2023-03-23 15:32:41 -04:00
Kroell
ae211ad2cb change padding on modal to match mocks 2023-03-23 15:14:58 -04:00
Kroell
09fde2a701 remove vertical scrollbar when modal opens 2023-03-23 15:04:30 -04:00
Kroell
33c73b258f change font-size and line-height on recalModal 2023-03-23 14:59:25 -04:00
Kroell
c7c9a62b2e correction to font-weight for bolded text 2023-03-23 14:50:43 -04:00
Kroell
eba043084e formatting 2023-03-23 14:36:36 -04:00
Kroell
425b985a6b change "continue with scheduling" font color to black 2023-03-23 14:31:44 -04:00
Kroell
6ad50a8c49 change font-size and line-height - "continue with scheduling" textBlock 2023-03-23 14:30:44 -04:00
Kroell
150617e075 change font-size and line-height of ordered list 2023-03-23 13:57:35 -04:00
Kroell
2cf5849feb change font color - "What happens next:" 2023-03-23 13:46:16 -04:00
Kroell
cd37127f19 change font color - "we're verifying your coverage" 2023-03-23 13:24:48 -04:00
katie
e4dcb783b2 Revert "styling fixes" 2023-03-23 13:16:23 -04:00
katie
f505226a7a Revert "styling changes to coverage-statement" 2023-03-23 13:13:07 -04:00
katie
2089235bfe Revert override font color to match mocks 2023-03-23 13:08:14 -04:00
katie
7393043d6b Revert change to textBox top margin to match mocks 2023-03-23 13:05:55 -04:00
Kroell
1947d88846 styling fixes 2023-03-23 13:01:28 -04:00
Kroell
096d1432fa prevent vertical scrollbar from appearing when recal modal opens 2023-03-23 11:27:02 -04:00
Kroell
de7d68a50e styling changes to coverage-statement 2023-03-22 16:56:09 -04:00
Kroell
521744bd41 override font color to match mocks 2023-03-22 15:12:56 -04:00
Kroell
b870cfc948 change to textBox top margin to match mocks 2023-03-22 14:57:13 -04:00
Kroell
c7142cfb7a removed unneeded unit test 2023-03-14 11:08:57 -04:00
Kroell
8e4de86f0d Merge branch 'develop' into feature/digital/SSR-254
# Conflicts:
#	src/constants/vehicle-lookup-alert-types.js
#	src/layouts/coverage-statement/coverage-statement.vue
#	src/layouts/vin-lookup/vin-lookup-alerts/vin-lookup-alerts.vue
#	src/layouts/vin-lookup/vin-lookup.vue
2023-03-10 11:47:48 -05:00
sheena
417ebef6d5 SSR-227
Fixed scrollbar for the above pages
2023-03-09 20:50:00 +05:30
Kroell
c4a69a273c unit tests for recal modal 2023-03-08 16:15:40 -05:00
Kroell
f62d462771 unit test forward navigation 2023-03-08 16:15:29 -05:00
Kroell
b3bb54a2ba display correct coverage statement unit tests 2023-03-08 15:44:13 -05:00
Kroell
219a8964de EOD commit - unit testing for coverage statement 2023-03-07 16:23:39 -05:00
Kroell
7310d43c1a start of unit testing for coverage statement 2023-03-06 16:05:25 -05:00
Kroell
a933503b04 fix to arePrereqsValid method 2023-03-06 16:05:00 -05:00
Kroell
1fa2810eef styling fix for modal window 2023-03-03 14:28:41 -05:00
Kroell
934d6abba3 start of navigation for coverage-statement 2023-03-03 14:26:08 -05:00
Kroell
93084e5ade typo 2023-03-02 09:24:39 -05:00
Kroell
aa48a73e2b update coverage-statement page to use modalLink 2023-03-02 09:22:58 -05:00
Kroell
33235224be change to damageString if >1 damage location 2023-03-01 15:46:16 -05:00
Kroell
44225e1921 update to method to check for ADAS 2023-03-01 15:15:13 -05:00
Kroell
7f1be1feeb pull in damageString to display on statement 2023-02-28 16:32:53 -05:00
Kroell
564d4db313 create new component for recal modal to match mocks 2023-02-28 16:01:30 -05:00
Kroell
6fece25716 update property to match CMS changes 2023-02-28 15:42:28 -05:00
Kroell
87c7009a50 add missing v-if for ADAS replace 2023-02-28 11:20:40 -05:00
Kroell
85e4d0252c recal modal link 2023-02-28 11:00:13 -05:00
Kroell
d720533b84 start of linking to recal modal 2023-02-27 15:40:40 -05:00
Kroell
1898949565 logic to display correct coverage statement 2023-02-27 11:33:19 -05:00
Kroell
442405e8a2 start of logic for displaying coverage statement 2023-02-24 16:11:50 -05:00
katie
5f693ad3ea styling change from ssr-249 2023-02-24 14:18:53 -05:00
Kroell
f463992367 pull in content group widget for bold font 2023-02-24 14:15:03 -05:00
Kroell
00d26e1874 remove vehicle-banner from coverage-statement page 2023-02-23 11:11:56 -05:00
Bryan Mauger
e8e88133a8 Update font size/weight. 2023-02-14 11:10:46 -05:00
Bryan Mauger
def94c9275 Create CSM entries and markup for coverage statement page.
Remove hard-coded margin-bottom from vehicleBanner and replace it at the component level.

"Recalibration" link at bottom of page is for testing only and will be removed when textLink functionality is added to the CMS.
2023-02-13 15:40:52 -05:00