Merge pull request #1030 from Safelite/feature/INSR-8093

INSR-8093: Fixing up the page navigation progress percentages to match heritage a bit better.
This commit is contained in:
Jeremy-Z 2026-01-27 14:24:19 -05:00 committed by GitHub
commit 7c36d9bbbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,5 @@
export const pageProgressMapper = { export const pageProgressMapper = {
'duplicate-check': { 'duplicate-check': {
percent: 10
},
'policy-holder-details': {
percent: 15 percent: 15
}, },
'policy-vehicles': { 'policy-vehicles': {
@ -12,22 +9,25 @@ export const pageProgressMapper = {
percent: 20 percent: 20
}, },
'vehicle-selection': { 'vehicle-selection': {
percent: 20 percent: 25
}, },
'vehicle-damage': { 'policy-holder-details': {
percent: 30 percent: 30
}, },
'part-questions': { 'vehicle-damage': {
percent: 35 percent: 35
}, },
'molding-questions': { 'part-questions': {
percent: 40 percent: 40
}, },
'molding-questions': {
percent: 45
},
'vehicle-parts': { 'vehicle-parts': {
percent: 40 percent: 45
}, },
'capability-questions': { 'capability-questions': {
percent: 40 percent: 45
}, },
'vehicle-lookup': { 'vehicle-lookup': {
percent: 45 percent: 45
@ -69,7 +69,7 @@ export const pageProgressMapper = {
percent: 95 percent: 95
}, },
'tpa-search': { 'tpa-search': {
percent: 85 percent: 80
}, },
'tpa-submit': { 'tpa-submit': {
percent: 95 percent: 95