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:
commit
7c36d9bbbf
1 changed files with 10 additions and 10 deletions
|
|
@ -1,8 +1,5 @@
|
|||
export const pageProgressMapper = {
|
||||
'duplicate-check': {
|
||||
percent: 10
|
||||
},
|
||||
'policy-holder-details': {
|
||||
percent: 15
|
||||
},
|
||||
'policy-vehicles': {
|
||||
|
|
@ -12,22 +9,25 @@ export const pageProgressMapper = {
|
|||
percent: 20
|
||||
},
|
||||
'vehicle-selection': {
|
||||
percent: 20
|
||||
percent: 25
|
||||
},
|
||||
'vehicle-damage': {
|
||||
'policy-holder-details': {
|
||||
percent: 30
|
||||
},
|
||||
'part-questions': {
|
||||
'vehicle-damage': {
|
||||
percent: 35
|
||||
},
|
||||
'molding-questions': {
|
||||
'part-questions': {
|
||||
percent: 40
|
||||
},
|
||||
'molding-questions': {
|
||||
percent: 45
|
||||
},
|
||||
'vehicle-parts': {
|
||||
percent: 40
|
||||
percent: 45
|
||||
},
|
||||
'capability-questions': {
|
||||
percent: 40
|
||||
percent: 45
|
||||
},
|
||||
'vehicle-lookup': {
|
||||
percent: 45
|
||||
|
|
@ -69,7 +69,7 @@ export const pageProgressMapper = {
|
|||
percent: 95
|
||||
},
|
||||
'tpa-search': {
|
||||
percent: 85
|
||||
percent: 80
|
||||
},
|
||||
'tpa-submit': {
|
||||
percent: 95
|
||||
|
|
|
|||
Loading…
Reference in a new issue