diff --git a/.github/workflows/cd-frontend.yml b/.github/workflows/cd-frontend.yml
index ca473911e..aac58f53d 100644
--- a/.github/workflows/cd-frontend.yml
+++ b/.github/workflows/cd-frontend.yml
@@ -33,7 +33,7 @@ jobs:
uses: ./.github/workflows/deploy.yml
strategy:
matrix:
- envs: ${{ github.event_name == 'release' && fromJSON('["prod"]') || github.ref_name == 'main' && fromJSON('["dev", "staging"]') || fromJSON('["dev"]') }}
+ envs: ${{ github.event_name == 'release' && fromJSON('["prod"]') || github.ref_name == 'main' && fromJSON('["dev"]') || fromJSON('["dev"]') }} # temporarily removing staging from matrix. See: https://github.com/HHS/simpler-grants-gov/issues/1919
with:
app_name: "frontend"
environment: ${{ matrix.envs }}
diff --git a/documentation/wiki/product/deliverables/specifications/delivery-dashboard.md b/documentation/wiki/product/deliverables/specifications/delivery-dashboard.md
index 28b5a0ffa..0ff542bb8 100644
--- a/documentation/wiki/product/deliverables/specifications/delivery-dashboard.md
+++ b/documentation/wiki/product/deliverables/specifications/delivery-dashboard.md
@@ -6,7 +6,7 @@ description: Create a public-facing dashboard with sprint and delivery metrics.
## Summary details
-
Field | Value |
---|
Deliverable status | Planning |
Link to GitHub issue | Issue 65 |
Key sections | |
+Field | Value |
---|
Deliverable status | In Progress |
Link to GitHub issue | Issue 65 |
Key sections | |
## Overview
@@ -161,7 +161,7 @@ These stakeholders will likely be asking the following questions:
Major updates to the content of this page will be added here.
-Date | Update | Notes |
---|
4/5/2024 | Added change log and implementation log | This is part of the April onsite follow-up |
4/9/2024 | Incorporated comments on change request | Changes to "Definition of done" - Removed "Sprint Allocation" as a metric previously required for the dashboard
- Moved public access to data to nice to have
Changes to "Proposed metrics" - Removed "Build time"
- Added "Number of failures to load data"
Changes to "Technical descriptions": - Added additional considerations to decision drivers for dashboard UI
Changes to "User stories": - Added story for open source contributors wanting to see their impact on metrics
- Added story for seeing last updated date on dashboard
|
4/10/2024 | Moved part of the content of this spec into a technical spec | Moved the following into this spec: - Integrations
- Technical descriptions
|
+Date | Update | Notes |
---|
4/5/2024 | Added change log and implementation log | This is part of the April onsite follow-up |
4/9/2024 | Incorporated comments on change request | Changes to "Definition of done" - Removed "Sprint Allocation" as a metric previously required for the dashboard
- Moved public access to data to nice to have
Changes to "Proposed metrics" - Removed "Build time"
- Added "Number of failures to load data"
Changes to "Technical descriptions": - Added additional considerations to decision drivers for dashboard UI
Changes to "User stories": - Added story for open source contributors wanting to see their impact on metrics
- Added story for seeing last updated date on dashboard
|
4/10/2024 | Moved part of the content of this spec into a technical spec | Moved the following into this spec: - Integrations
- Technical descriptions
|
5/6/2024 | Moved deliverable status to "In Progress" | |
### Implementation log
diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx
index 707c3ad10..d4530f285 100644
--- a/frontend/src/app/layout.tsx
+++ b/frontend/src/app/layout.tsx
@@ -32,9 +32,7 @@ export default function RootLayout({ children }: LayoutProps) {
{/* TODO: Add locale="english" prop when ready for i18n */}
{children}