Skip to content

Commit

Permalink
Tufts direct provider flash message (#2825)
Browse files Browse the repository at this point in the history
* adds tufts direct flash message in benefit package and plan shopping pages

* adds translations
  • Loading branch information
utkarsh7989 authored Oct 30, 2024
1 parent 33f722a commit 981a18a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<% end %>
<% end %>
<% flash_message = l10n('insured.tufts_direct_provider_flash_message') %>
<%= render partial: "layouts/flash", :locals => {:type => "info", :message => flash_message} %>

<div class="pull-left">
<span class="ttu lg twelve" data-cuke="coverage-for"><%= l10n("coverage_for") %></span>
&nbsp;
Expand Down
22 changes: 22 additions & 0 deletions app/views/ui-components/v1/cards/_metal_level_select.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,17 @@
= link_to '<u> Provider Search </u> <i class="fa fa-external-link-alt" aria-hidden="true"></i> &nbsp;'.html_safe, find_your_doctor_url, target: "_blank"
'tool

.alert.alert-info
.row
.container-fluid
.info-div
i.fa.fa-info-circle[aria-hidden="true"]
.flash-msg
a.close[data-dismiss="alert" href="#"]
| ×
=l10n('insured.tufts_direct_provider_flash_message')


#referencePlans.hidden
.row
h2.heading-text.pull-left.pl-1
Expand Down Expand Up @@ -815,3 +826,14 @@ javascript:
document.getElementById('submitBenefitPackage').innerHTML = "Save Plan Year";
},200)
})();
css:
.info-div {
width: 4%;
float: left;
}
.flash-msg {
width: 96%;
float: left;
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
</div>
</div>

<div class="panel-body">
<% flash_message = l10n('insured.tufts_direct_provider_flash_message') %>
<%= render partial: "layouts/flash", :locals => {:type => "info", :message => flash_message} %>
</div>

<div class="plan-comparison-container" id="pdp-pcc"></div>

<div class="row">
Expand Down
3 changes: 2 additions & 1 deletion db/seedfiles/translations/en/cca/insured.rb
Original file line number Diff line number Diff line change
Expand Up @@ -446,5 +446,6 @@
:'en.insured.shop_with_sep' => "Shop with special enrollment period",
:'en.insured.family_member_added' => "A family member has been added to your profile, the new member will not be automatically added to your coverage. You may qualify for a special enrollment period.",
:'en.insured.family_member_removed' => "A family member has been removed from your profile. This will not automatically remove them from any active coverage. You may qualify for a special enrollment period.",
:'en.upload_doc_error' => "Unable to upload file. Acceptable file types - %{file_types} and ensure it does not exceed %{size_in_mb} MB."
:'en.upload_doc_error' => "Unable to upload file. Acceptable file types - %{file_types} and ensure it does not exceed %{size_in_mb} MB.",
:'en.insured.tufts_direct_provider_flash_message' => "Tufts Direct is experiencing provider network changes for 2025, and your doctors and hospitals may not be available through Tufts Direct plans. Please review Tufts Direct's 2025 provider network carefully and contact your provider and Tufts Direct at 888-257-1985 or visit their website at <a href='https://www.tuftshealthplan.com/directproviders' target='_blank'>tuftshealthplan.com/directproviders</a> to confirm whether your preferred providers remain in-network before enrolling for 2025 coverage. Please note the Health Connector continues to offer a wide selection of plan options from numerous carriers, through which members may continue to access health care providers no longer in the Tufts Direct network."
}.freeze

0 comments on commit 981a18a

Please sign in to comment.