-
Notifications
You must be signed in to change notification settings - Fork 30
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
Dmirano/4431 security planning page #4462
Conversation
…/4209-new-apd-page
…irano/4431-security-planning-page
…irano/4431-security-planning-page
Codecov Report
@@ Coverage Diff @@
## main #4462 +/- ##
==========================================
+ Coverage 95.10% 95.13% +0.03%
==========================================
Files 314 315 +1
Lines 6988 7016 +28
Branches 1525 1532 +7
==========================================
+ Hits 6646 6675 +29
+ Misses 336 335 -1
Partials 6 6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. Made a few small comments, typos and such
'not.exist' | ||
); | ||
|
||
// TEST CONTINUE AND BACK BUTTONS, Assurances and Compliance page crashes though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put this as a Todo:
so we can search for it
heading: Security and Interface Plan | ||
detail: >- | ||
Provide a comprehensive Security and Interface Plan for IT systems and | ||
installations involed in the administration of the Medicaid Program. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
involed -> involved
installations involed in the administration of the Medicaid Program. | ||
Briefly Describe what is in this plan. Include topics such as site and | ||
facility security, security of data communications equipment, and security | ||
of Personal Helth Information (PHI). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Helth -> Health
heading: Business Continuity and Disaster Recovery Plan | ||
detail: >- | ||
Provide a comprehensive Business Continuity and Disaster Recovery Plan for | ||
IT systems and installations involed in the administration of the Medicaid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
involed -> involved
const { | ||
control, | ||
formState: { errors }, | ||
setValue, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you ever use setValue
resolver: joiResolver(securityPlanningSchema) | ||
}); | ||
|
||
console.log(`schema is ${securityPlanningSchema}`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log here
…y planning page, fixed lint issue
See this pull request in action: https://ec2-34-192-163-36.compute-1.amazonaws.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good I think we are just calling it security planning now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mirano-darren Are the nav buttons on the bottom supposed to work yet? Clicking on either puts me to a blank screen. If it's not in scope, do we have a ticket which make sure all the nav buttons are wired up?
Everything else looks great.
|
…irano/4431-security-planning-page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good to go! Nice work!
Resolves #4431
Description
Implements the security planning page in MMIS APDs. Along with Cypress tests for this page
Significant changes or possible side effects
Automated test cases written
Steps to manually verify this change
This pull request is ready to code review when
tests, refactor
screenreader, text scaling) OR an exemption is documented
This pull request is ready to test when
This pull request is ready to review when the QA has
This pull request can be merged when