CASH-1417: updates to make progress bar match Heritage
This commit is contained in:
parent
fdc5b93c10
commit
38e5597d01
1 changed files with 13 additions and 13 deletions
|
|
@ -1,31 +1,31 @@
|
|||
export const pageProgressMapper = {
|
||||
//Combine progress bar slide percent and button steps
|
||||
vehicle: {
|
||||
percent: 8,
|
||||
percent: 5,
|
||||
step: 1,
|
||||
},
|
||||
"vehicle-damage": {
|
||||
percent: 11,
|
||||
percent: 9,
|
||||
step: 1,
|
||||
},
|
||||
estimate: {
|
||||
percent: 18,
|
||||
percent: 12,
|
||||
step: 1,
|
||||
},
|
||||
"service-zip": {
|
||||
percent: 22,
|
||||
percent: 20,
|
||||
step: 1,
|
||||
},
|
||||
"vin-lookup": {
|
||||
percent: 22,
|
||||
percent: 15,
|
||||
step: 1,
|
||||
},
|
||||
"license-plate-lookup": {
|
||||
percent: 22,
|
||||
percent: 20,
|
||||
step: 1,
|
||||
},
|
||||
"address-lookup": {
|
||||
percent: 22,
|
||||
percent: 20,
|
||||
step: 1,
|
||||
},
|
||||
"address-vehicles": {
|
||||
|
|
@ -33,15 +33,15 @@ export const pageProgressMapper = {
|
|||
step: 1,
|
||||
},
|
||||
"part-questions": {
|
||||
percent: 30,
|
||||
percent: 15,
|
||||
step: 1,
|
||||
},
|
||||
"molding-questions": {
|
||||
percent: 30,
|
||||
percent: 26,
|
||||
step: 1,
|
||||
},
|
||||
"vehicle-parts": {
|
||||
percent: 30,
|
||||
percent: 20,
|
||||
step: 1,
|
||||
},
|
||||
"capability-questions": {
|
||||
|
|
@ -53,7 +53,7 @@ export const pageProgressMapper = {
|
|||
step: 2,
|
||||
},
|
||||
"insurance-company": {
|
||||
percent: 52,
|
||||
percent: 60,
|
||||
step: 2,
|
||||
},
|
||||
"service-location": {
|
||||
|
|
@ -69,11 +69,11 @@ export const pageProgressMapper = {
|
|||
step: 3,
|
||||
},
|
||||
"customer-details": {
|
||||
percent: 84,
|
||||
percent: 85,
|
||||
step: 3,
|
||||
},
|
||||
"payment-method": {
|
||||
percent: 97,
|
||||
percent: 98.5,
|
||||
step: 4,
|
||||
},
|
||||
payment: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue