Commit graph

426 commits

Author SHA1 Message Date
Kroell
69e1348e7d Merge branch 'develop' into feature/digital/SSR-178 2023-01-12 11:04:23 -05:00
Kroell
be1c078d58 moved lookupVinByPlate to store 2023-01-12 09:59:11 -05:00
Kroell
8e66875e82 removed unneeded comment from line 2023-01-12 09:49:55 -05:00
Kroell
546915e39c moved file to correct folder 2023-01-12 09:48:00 -05:00
Kroell
58ffba52e8 fix to focus state styling issue 2023-01-12 09:23:29 -05:00
Johan Gunawan
dea1184316
Merge pull request #107 from Safelite/add-isGlassAvailableForCarId
Add isGlassAvailableForCarId method
2023-01-11 20:48:41 -05:00
katiekroell
e8f4e7f3a8
Merge pull request #99 from Safelite/feature/digital/SSR-178
Feature/digital/ssr 178
2023-01-11 17:02:30 -05:00
Johan Gunawan
377428cc2b Add isGlassAvailableForCarId method
The method will be used on all vehicle lookup pages (by manual vin, by license plate, by address).
2023-01-11 15:34:39 -05:00
Kulbhushan Kaushik
9b5c5283d9 commit 2023-01-11 14:18:03 -05:00
Kulbhushan Kaushik
c9352ccf6d cmmit. 2023-01-11 14:00:30 -05:00
Kulbhushan Kaushik
19cdc0ed86 commit 2023-01-11 13:46:50 -05:00
Kulbhushan Kaushik
4e2de806f5 Merge branch 'develop' into feature/SSR-201 2023-01-11 13:19:09 -05:00
Kulbhushan Kaushik
eaea444d0a set image width to 100% 2023-01-11 13:18:51 -05:00
Kulbhushan Kaushik
7623df9d1d
Merge pull request #103 from Safelite/feature/SSR-188-v3
No damage string for repair
2023-01-11 12:52:11 -05:00
Kulbhushan Kaushik
341c32924c commit 2023-01-11 12:43:38 -05:00
Kulbhushan Kaushik
b94d80a3de commit 2023-01-11 12:42:10 -05:00
Kulbhushan Kaushik
190b964d07 commit 2023-01-11 12:35:59 -05:00
Kulbhushan Kaushik
8aed00aebd commit 2023-01-11 12:25:59 -05:00
Kulbhushan Kaushik
a7f4b26b9e Merge branch 'develop' into feature/SSR-201 2023-01-11 12:22:36 -05:00
Kulbhushan Kaushik
cf5aa91975 SSR-201 changes. 2023-01-11 12:22:26 -05:00
Johan Gunawan
ce35f538d2 No damage string for repair
New requirement says that if the damage is a repair, the navigation is not going to go to the vehicle lookup pages (by vin, by license place, by address). 
No damage string for repair

New requirement says that if the damage is a repair, the navigation is not going to go to the vehicle lookup pages (by vin, by license place, by address).
2023-01-11 12:01:57 -05:00
Kroell
4410816c86 Created common config value to pull dev domain from 2023-01-11 09:38:45 -05:00
Johan Gunawan
43fa1c7270 Add more properties to be updated 2023-01-10 20:41:05 -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
Johan Gunawan
9b1772c631 Add placeholder pages
Placeholder pages for pages that don't exist yet but needed so the navigation in the lookup pages can be tested.
2023-01-10 16:13:45 -05:00
Johan Gunawan
a683627d95 Match the method signature on navigate()
The unmatched method signature is causing pageData not being updated correctly.
2023-01-10 15:18:30 -05:00
Kroell
23c5680399 path changes 2023-01-10 11:37:16 -05:00
Kroell
c55450c81d Unit tests for license-plate-lookup 2023-01-10 10:13:02 -05:00
Kroell
b975bfc97c Merge branch 'develop' into feature/digital/SSR-178 2023-01-10 09:08:52 -05:00
Kroell
842c3f3ed6 Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into develop 2023-01-10 09:08:35 -05:00
Johan Gunawan
551d6edde6 Add getPartsOrQuestions action. Needed in multiple pages. 2023-01-09 23:01:41 -05:00
Kroell
1dca9f7f6c Start of unit tests for alerts 2023-01-09 16:50:00 -05:00
Kroell
813eddf124 edits to casing (changed to camelCase) 2023-01-09 16:07:38 -05:00
Kroell
bbf8fc0440 Merge branch 'develop' into feature/digital/SSR-178 2023-01-09 15:59:09 -05:00
Kroell
66ae239757 Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into develop 2023-01-09 15:58:58 -05:00
Kroell
83df3b71c9 unit tests for license-plate-lookup 2023-01-09 15:58:39 -05:00
Kulbhushan Kaushik
0752041403 COMMIT - deleted policy zip from essential flow. 2023-01-09 15:34:14 -05:00
Kroell
97412df60b Merge branch 'develop' into feature/digital/SSR-178 2023-01-09 09:21:03 -05:00
Kroell
87fb867b7c Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into develop 2023-01-09 09:20:41 -05:00
Kulbhushan Kaushik
b5c4ad2a85 commit 2023-01-09 08:32:58 -05:00
Johan Gunawan
7e294fa91d Use camelCase
Use camelCase for component tag and when passing props to match the style in Concept Funnel.
2023-01-06 14:47:07 -05:00
Kroell
9be65c0c81 unit test to check page prereqs 2023-01-06 14:22:54 -05:00
Johan Gunawan
242aff4083 Merge branch 'develop' into feature/SSR-188-v2 2023-01-06 14:19:51 -05:00
Kroell
9bac32b093 change to form on vehicle-lookup pages 2023-01-06 13:19:31 -05:00
Kroell
1e8152feef Merge branch 'develop' into feature/digital/SSR-178
# Conflicts:
#	src/layouts/license-plate-lookup/license-plate-lookup.vue
2023-01-06 13:18:12 -05:00
Kroell
61f3691cfc Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into develop
# Conflicts:
#	src/layouts/license-plate-lookup/license-plate-lookup.vue
2023-01-06 13:17:09 -05:00
Kulbhushan Kaushik
2f0ce627ec commit 2023-01-06 12:36:41 -05:00
Kulbhushan Kaushik
230dc752b3 commit 2023-01-06 12:07:47 -05:00
Kulbhushan Kaushik
20cbb9272e commit 2023-01-06 11:28:33 -05:00
Johan Gunawan
e24de8bf70 Fix whitespace issue reported by QA 2023-01-05 21:53:00 -05:00