Skip to content

Lg 7752 new irs content#7216

Merged
jmax-gsa merged 11 commits intomainfrom
LG-7752-new-irs-content
Oct 27, 2022
Merged

Lg 7752 new irs content#7216
jmax-gsa merged 11 commits intomainfrom
LG-7752-new-irs-content

Conversation

@jmax-gsa
Copy link
Contributor

@jmax-gsa jmax-gsa commented Oct 25, 2022

🎫 Ticket

Link to the relevant ticket.

🛠 Summary of changes

Added explanitory message when the IRS forces a use to re-proof.

📜 Testing Plan

Provide a checklist of steps to confirm the changes.

  • Go through the normal identity verification process, and verify that the IRS message does not appear
  • Attempt to log on to IRS using one of the sample clients, and verify that the IRS message does appear.

👀 Screenshots

Before: ![before](https://user-images.githubusercontent.com/101212334/197868908-fa1877f8-53e7-41f5-b287-ea52960e5c2f.png)
After: ![after](https://user-images.githubusercontent.com/101212334/197868922-07c9b8fe-69cb-40c4-bbb7-462f8d0c3e96.png)

🚀 Notes for Deployment

Include any special instructions for deployment.

@jmax-gsa jmax-gsa force-pushed the LG-7752-new-irs-content branch from 0ebc6ee to 8c7b554 Compare October 25, 2022 17:31
@jmax-gsa jmax-gsa force-pushed the LG-7752-new-irs-content branch from f340f76 to 221aeff Compare October 25, 2022 18:56
@jmax-gsa jmax-gsa marked this pull request as ready for review October 25, 2022 19:42
@jmax-gsa jmax-gsa requested a review from aduth October 25, 2022 19:55
@jmhooper jmhooper requested a review from matthinz October 25, 2022 20:24
jmax-gsa and others added 2 commits October 27, 2022 10:47
Much better CSS

Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov>
color: color('white');

&::before {
background-image: url('alert/info-white.svg');
Copy link
Contributor

Choose a reason for hiding this comment

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

You'll need to add this image file from my previous comment at #7216 (comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I know. But adding these changes was a push button; actually creating the file takes a finite amount of time.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Icon added.

Copy link
Contributor

Choose a reason for hiding this comment

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

Did you want the icon to be white?

@jmax-gsa jmax-gsa merged commit 8b55111 into main Oct 27, 2022
@jmax-gsa jmax-gsa deleted the LG-7752-new-irs-content branch October 27, 2022 16:33
jmhooper pushed a commit that referenced this pull request Oct 27, 2022
Added info box for IRS re-proofing.

Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov>
Comment on lines +11 to +18
<% if @current_user&.decorate&.reproof_for_irs?(service_provider: @current_sp) %>
<%= render AlertComponent.new(
type: :info,
message: t('doc_auth.info.irs_reproofing_explanation'),
class: ['margin-bottom-2', 'usa-alert--info-important'],
)
%>
<% end %>
Copy link
Contributor

Choose a reason for hiding this comment

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

Next time, I would indent this

Suggested change
<% if @current_user&.decorate&.reproof_for_irs?(service_provider: @current_sp) %>
<%= render AlertComponent.new(
type: :info,
message: t('doc_auth.info.irs_reproofing_explanation'),
class: ['margin-bottom-2', 'usa-alert--info-important'],
)
%>
<% end %>
<% if @current_user&.decorate&.reproof_for_irs?(service_provider: @current_sp) %>
<%= render AlertComponent.new(
type: :info,
message: t('doc_auth.info.irs_reproofing_explanation'),
class: ['margin-bottom-2', 'usa-alert--info-important'],
)
%>
<% end %>

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.

4 participants