Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create eCR case study page #59

Merged
merged 11 commits into from
Nov 27, 2024
Merged

Create eCR case study page #59

merged 11 commits into from
Nov 27, 2024

Conversation

jakewheeler
Copy link
Collaborator

@jakewheeler jakewheeler commented Nov 25, 2024

This PR includes a couple of case study related changes:

  • Updated the placeholder case study URLs (see Figma)
  • Updated the DIBBs pipeline case study content (see Figma)
  • Created layout components for use on the case study pages (based on the work in LA County case studies page layout #56)
    • Updated DIBBs pipeline case study page to use the layout components
  • Created the eCR case study page, which lives at /case-studies/ecr-viewer
  • Updated links to both case studies on the case studies page

@@ -0,0 +1,75 @@
import Link from 'next/link';
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Next docs recommend using private folders to share code like this between pages.

@@ -29,7 +29,7 @@ export default function CaseStudies() {
data pipeline that automatically processes and enriches eCR data
to improve downstream data analysis and case investigation.
</Text>
<LinkButton variant="primary" href="/case-studies/la-county">
<LinkButton variant="primary" href="/case-studies/dibbs-pipeline">
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The desired URLs have been added to Figma, so I've gone ahead and updated them.

@jakewheeler jakewheeler marked this pull request as ready for review November 27, 2024 14:42
children: React.ReactNode;
}

function PageContainer({ children }: ContainerProps) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to use arrow functions?

@nickbristow nickbristow merged commit a52c207 into next Nov 27, 2024
1 check passed
@nickbristow nickbristow deleted the jw/cs-2 branch November 27, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants