+
+
+
+ 15
+
+
+
+ flags in initial
+
+
+ Avg. time in stage
+
+ 21 days
+
+
+
+
+
+
+ 3
+
+
+
+ flags in pre-live
+
+
+ Avg. time in stage
+ 18 days
+
+
+
+
+
+ 2
+
+
+
+ flags in live
+
+
+ Avg. time in stage
+ 10 days
+
+
+
+
+
+ 6
+
+
+
+
+
+ flags
+ {' '}
+ in cleanup
+
+
+
+ Avg. time in stage
+
+ No data
+
+
+
+
+
+
+ 15
+
+
+
+ flags in archived
+
+
+ This month
+ 3 flags archived
+
+
+
+ );
+};
diff --git a/frontend/src/component/project/Project/ProjectStatus/ProjectStatusModal.tsx b/frontend/src/component/project/Project/ProjectStatus/ProjectStatusModal.tsx
index aa35be2dbc..838255fc7a 100644
--- a/frontend/src/component/project/Project/ProjectStatus/ProjectStatusModal.tsx
+++ b/frontend/src/component/project/Project/ProjectStatus/ProjectStatusModal.tsx
@@ -2,6 +2,7 @@ import { styled } from '@mui/material';
import { SidebarModal } from 'component/common/SidebarModal/SidebarModal';
import { ProjectResources } from './ProjectResources';
import { ProjectActivity } from './ProjectActivity';
+import { ProjectLifecycleSummary } from './ProjectLifecycleSummary';
const ModalContentContainer = styled('div')(({ theme }) => ({
minHeight: '100vh',
@@ -40,6 +41,8 @@ export const ProjectStatusModal = ({ open, close }: Props) => {