fix(data): remove duplicate completionPercentage keys introduced with lifecycleStage

This commit is contained in:
Satyam Rastogi
2026-05-29 17:39:57 +05:30
parent 5dff6cfaea
commit 6d2c06f74b
-11
View File
@@ -2405,7 +2405,6 @@ const MOCK_PROJECTS = [
commission: 5500, commission: 5500,
startDate: '2025-12-01', startDate: '2025-12-01',
endDate: '2026-02-28', endDate: '2026-02-28',
completionPercentage: 78,
healthScore: 76, healthScore: 76,
openRFIs: 1, openRFIs: 1,
changeOrderCount: 2, changeOrderCount: 2,
@@ -2588,7 +2587,6 @@ const MOCK_PROJECTS = [
commission: 1850, commission: 1850,
startDate: '2026-02-03', startDate: '2026-02-03',
endDate: '2026-03-15', endDate: '2026-03-15',
completionPercentage: 22,
healthScore: 88, healthScore: 88,
openRFIs: 0, openRFIs: 0,
changeOrderCount: 0, changeOrderCount: 0,
@@ -2659,7 +2657,6 @@ const MOCK_PROJECTS = [
commission: 12500, commission: 12500,
startDate: '2026-01-27', startDate: '2026-01-27',
endDate: '2026-04-15', endDate: '2026-04-15',
completionPercentage: 32,
healthScore: 78, healthScore: 78,
openRFIs: 0, openRFIs: 0,
changeOrderCount: 0, changeOrderCount: 0,
@@ -2769,7 +2766,6 @@ const MOCK_PROJECTS = [
commission: 7500, commission: 7500,
startDate: '2025-11-18', startDate: '2025-11-18',
endDate: '2026-02-28', endDate: '2026-02-28',
completionPercentage: 88,
healthScore: 80, healthScore: 80,
openRFIs: 0, openRFIs: 0,
changeOrderCount: 2, changeOrderCount: 2,
@@ -3169,7 +3165,6 @@ const MOCK_PROJECTS = [
commission: 1820, commission: 1820,
startDate: '2026-03-22', startDate: '2026-03-22',
endDate: '2026-05-03', endDate: '2026-05-03',
completionPercentage: 25,
healthScore: 88, healthScore: 88,
openRFIs: 0, openRFIs: 0,
changeOrderCount: 0, changeOrderCount: 0,
@@ -3251,7 +3246,6 @@ const MOCK_PROJECTS = [
commission: 3150, commission: 3150,
startDate: '2026-03-20', startDate: '2026-03-20',
endDate: '2026-05-01', endDate: '2026-05-01',
completionPercentage: 20,
healthScore: 85, healthScore: 85,
openRFIs: 1, openRFIs: 1,
changeOrderCount: 0, changeOrderCount: 0,
@@ -3336,7 +3330,6 @@ const MOCK_PROJECTS = [
commission: 2780, commission: 2780,
startDate: '2026-03-11', startDate: '2026-03-11',
endDate: '2026-04-25', endDate: '2026-04-25',
completionPercentage: 28,
healthScore: 92, healthScore: 92,
openRFIs: 0, openRFIs: 0,
changeOrderCount: 0, changeOrderCount: 0,
@@ -3416,7 +3409,6 @@ const MOCK_PROJECTS = [
commission: 2240, commission: 2240,
startDate: '2026-03-25', startDate: '2026-03-25',
endDate: '2026-05-05', endDate: '2026-05-05',
completionPercentage: 22,
healthScore: 86, healthScore: 86,
openRFIs: 0, openRFIs: 0,
changeOrderCount: 0, changeOrderCount: 0,
@@ -3499,7 +3491,6 @@ const MOCK_PROJECTS = [
commission: 1960, commission: 1960,
startDate: '2026-03-28', startDate: '2026-03-28',
endDate: '2026-05-10', endDate: '2026-05-10',
completionPercentage: 24,
healthScore: 80, healthScore: 80,
openRFIs: 0, openRFIs: 0,
changeOrderCount: 1, changeOrderCount: 1,
@@ -3782,7 +3773,6 @@ const MOCK_PROJECTS = [
commission: 2120, commission: 2120,
startDate: '2026-02-24', startDate: '2026-02-24',
endDate: '2026-04-10', endDate: '2026-04-10',
completionPercentage: 78,
healthScore: 88, healthScore: 88,
openRFIs: 0, openRFIs: 0,
changeOrderCount: 0, changeOrderCount: 0,
@@ -4590,7 +4580,6 @@ const MOCK_PROJECTS = [
commission: 620, commission: 620,
startDate: '2026-03-25', startDate: '2026-03-25',
endDate: '2026-05-15', endDate: '2026-05-15',
completionPercentage: 8,
healthScore: 80, healthScore: 80,
openRFIs: 0, openRFIs: 0,
changeOrderCount: 0, changeOrderCount: 0,