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

Release Notes - Dec 2024 - Publication #17179

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions frontend-react/src/content/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,32 @@ import site from "../site.json"
You may also be interested in:
* [Release notes in GitHub](https://github.com/CDCgov/prime-reportstream/releases)

<ReleaseNote
header="December 2024"
sections={[
{
title: "MagicLink capability for logging in to ReportStream website",
tag: "improvement",
body: "When logging in to the ReportStream website using email verification, you can now click the MagicLink in the email instead of copying and pasting the verification code."
},{
title: "Fixed slow load times on some Daily Data pages",
tag: "bug",
body: (<p>Some users were experiencing slower than usual load times on their <a href="/daily-data">Daily Data page</a>, and those load times have now been fixed to return faster.</p>)
},{
title: "Fixed Daily Data filter bug",
tag: "bug",
body: (<p>The <a href="/daily-data">Daily Data</a> filters were not working properly when proceeding past the first page of results. The filters now work on all pages of results as expected.</p>)
},{
title: "Monthly email updates for active users",
tag: "feature",
body: (<p>Active users have now started receiving Your ReportStream Connection, a monthly email that provides status of their connection to ReportStream. This email includes the conditions they are currently sending or receiving, the monthly ReportStream test volume, and updates to the ReportStream network. If you have not received the email, please <a href="mailto:[email protected]">let us know</a> so we can update your contact information.</p>)
jpandersen87 marked this conversation as resolved.
Show resolved Hide resolved
},{
title: "Maine, Carbon Health, and MakeMyTestCount.org are now connected to ReportStream",
tag: "announcement",
body: "We’re excited to announce that ReportStream can now send public health data to Maine. Additionally, Carbon Health and MakeMyTestCount.org are now connected to ReportStream and their test results are now available for ReportStream receivers."
}
]} />

<ReleaseNote
header="June 2024"
sections={[
Expand Down
Loading