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

Merge dev to main for UAT-2024-10-17 Release #167

Merged
merged 24 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2d110be
Merge pull request #145 from onc-healthit/main
drbgfc Sep 30, 2024
9776a6f
Fix clear button not visible on refresh
ebrockainq Sep 30, 2024
c17e83f
Add Send Direct 1.2 and 1.3 Implementation (#142)
akanuri9 Sep 30, 2024
b545d98
Support Scorecard API, Add loading dialog to SC, Add debug mode (#149)
drbgfc Oct 2, 2024
44d1adb
Fix ECDSA options for Send Direct
akanuri9 Oct 3, 2024
7186a65
Add CCDA Validation tab (#150)
ebrockainq Oct 3, 2024
7fa12cc
Update public env vars
drbgfc Oct 3, 2024
3c5aa5f
Add Direct XDR Edge test tool functionality (#148)
brooke-ritchey Oct 4, 2024
88579e0
Update all logos to include astp icon (#151)
mattystank Oct 4, 2024
cf5e00a
Update trust anchor link for DCDT
akanuri9 Oct 7, 2024
de1c565
feat: save and delete user testing profiles
Plow74 Oct 7, 2024
f53fbcf
Modularize analytics for events
drbgfc Oct 8, 2024
07c4a19
Update analytics to not depend on debug mode
drbgfc Oct 8, 2024
e7f60cf
Update XDR edge content (#152)
ashwinimore Oct 9, 2024
2d60da0
minor edits to XDR-edge instructions and helper text
Oct 10, 2024
62c055d
Implementation for Hisp validation reports (#154)
Plow74 Oct 11, 2024
f10396a
Add Test By Criteria H1 functionality (#153)
ebrockainq Oct 12, 2024
ebdab69
Evan tbc h1 revisions (#160)
ebrockainq Oct 15, 2024
c4faba7
Add Download XDR Cert shared component (#155)
brooke-ritchey Oct 15, 2024
2d9f606
Add H2 tab (#158)
ebrockainq Oct 15, 2024
29866d7
Support sessions: Account creation/view, Forgot/change password, etc …
Plow74 Oct 15, 2024
2a16db3
Evan dev h2 tab (#164)
ebrockainq Oct 16, 2024
c5bdf42
Evan dev h2 tab (#165)
ebrockainq Oct 16, 2024
c186a62
Site 3912 (#166)
ebrockainq Oct 17, 2024
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
7 changes: 6 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ NEXT_PUBLIC_CCDA_VALIDATOR_CURES_DOWNLOAD_URL=https://codeload.github.com/onc-he
NEXT_PUBLIC_RELEASE_VERSION_URL=https://raw.githubusercontent.com/onc-healthit/site-content/master/site-ui-4/version.md
NEXT_PUBLIC_RELEASE_DATE_URL=https://raw.githubusercontent.com/onc-healthit/site-content/master/site-ui-4/release-date.md

# TODO: Allow for this to be dynamic per environment file and delete from here. See: https://phase.dev/blog/nextjs-public-runtime-variables/
# TODO: Allow for these to be dynamic per environment file and delete from here.
# For now though, these are STATIC as this file is injected in the build,
# and NEXT_PUBLIC env vars are not overridden by other env file definitions
# See: https://phase.dev/blog/nextjs-public-runtime-variables/
NEXT_PUBLIC_IS_DEBUG_MODE=false
NEXT_PUBLIC_IS_EVENT_TRACKING=true
NEXT_PUBLIC_SCORECARD_SAVESCORECARDSERVICE_API=https://ccda.healthit.gov/scorecard/savescorecardservice
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dompurify": "^3.1.6",
"lodash": "^4.17.21",
"marked": "^12.0.2",
"next": "14.2.3",
"next": "14.2.13",
"next-auth": "^4.24.7",
"nookies": "^2.5.2",
"react": "^18",
Expand Down
Binary file added public/certificates/xdr-tls/keyAndCert.zip
Binary file not shown.
Binary file added public/shared/LogoBackgroundImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/shared/ONCLogo-backgroundImage.png
Binary file not shown.
46 changes: 36 additions & 10 deletions public/shared/SITEWhiteLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 36 additions & 9 deletions public/shared/site-nav-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/app/account/changepassword/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react'
import ChangePasswordHome from '@/components/account/ChangePasswordHome'

const ChangePassword = () => {
return (
<>
<ChangePasswordHome />
</>
)
}

export default ChangePassword
12 changes: 12 additions & 0 deletions src/app/account/info/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react'
import InfoHome from '@/components/account/InfoHome'

const AccountInfo = () => {
return (
<>
<InfoHome />
</>
)
}

export default AccountInfo
2 changes: 1 addition & 1 deletion src/assets/SMTPTestCases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2468,14 +2468,14 @@ const testCases = {
sutHisp: true,
criteria: "['h2-6']",
sutEdge: false,
ccdaFileRequired: true,
fields: [
{
label: 'C-CDA Document Type',
name: 'ccdaReferenceFilename',
datatype: 'CCDAWidget',
value: 'ccdaReferenceFilename',
readOnly: false,
ccdaFileRequired: true,
display: true,
},
],
Expand Down
Loading