Skip to content

Commit

Permalink
Remove links and references to survey in app and registration email (b…
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes-Reid authored and rafaelponcedeleon committed Jan 14, 2020
1 parent b59a115 commit cc93e34
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<li class="nav-item">
<a [class.active]="router.url==='/volunteer/useful-info'" class="nav-link" [routerLink]="['/volunteer/useful-info']" title="Go to useful information">Useful Information</a>
</li>
<li class="nav-item">
<a [class.active]="router.url==='/volunteer/survey'" class="nav-link" [routerLink]="['/volunteer/survey']" title="Go to useful information">Feedback Survey</a>
</li>
</ul>
</div>

Expand All @@ -38,9 +35,6 @@
<li class="nav-item">
<a [class.active]="router.url==='/local-authority/useful-info'" class="nav-link" [routerLink]="['/local-authority/useful-info']" title="Go to useful information">Useful Information</a>
</li>
<li class="nav-item">
<a [class.active]="router.url==='/local-authority/survey'" class="nav-link" [routerLink]="['/local-authority/survey']" title="Go to useful information">Feedback Survey</a>
</li>
</ul>
</div>
<!-- Administrator navbar -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,3 @@ <h2 class="font-weight-bold">What you need to know:</h2>
<li>If you are at a Reception Centre, proceed to one of the Emergency Support Services volunteers on site who will be able to assist you with completing your registration.</li>
</ul>
</div>
<div class="jumbotron py-4 mt-0">
<h2 class="font-weight-bold">Feedback Survey</h2>
<p>
EMBC ESS is seeking your input! We are requesting your participation in a very brief survey in order to gain feedback about your experience with the new online ESS registration system. Your responses will help us to evaluate and improve the effectiveness of this new system.<br>
The survey should not take longer than 2 minutes to complete. Thank you!
</p>
<a href="https://pbsurvey.jag.gov.bc.ca/Survey5/" class="btn btn-primary align-right" target="_blank">Take Survey</a>
</div>
4 changes: 0 additions & 4 deletions embc-app/Services/Registrations/NewRegistrationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ private EmailMessage CreateEmailMessageForRegistration(ViewModels.Registration r
{
var essRegistrationLink = @"<a target='_blank' href='https://justice.gov.bc.ca/embcess/'>Evacuee Self-Registration</a>";
var emergencyInfoBCLink = @"<a target='_blank' href='https://www.emergencyinfobc.gov.bc.ca/'>Emergency Info BC</a>";
var surveyLink = @"<a href='https://pbsurvey.jag.gov.bc.ca/Survey5/' target='_blank'>CLICK HERE</a>";
var subject = "Registration completed successfully";
var body = $@"
<p>This email has been generated by the Emergency Support Services program to provide you with a record of your Emergency Support Services File Number. If you have not registered online via the {essRegistrationLink} and are receiving this email, please contact your family members to ensure they have not registered on your behalf. If you have received this email in error, please disregard.</p>
Expand All @@ -61,9 +60,6 @@ private EmailMessage CreateEmailMessageForRegistration(ViewModels.Registration r
<li>If you are in a Reception Centre, proceed to one of the Emergency Support Services volunteers on site who will be able to assist you with completing your registration.</li>
<li>Please bring your Emergency Support Services File Number with you to the Reception Centre.</li>
</ul>
<p>
Have you filled out our feedback survey? If not, please {surveyLink} to take the survey; it should take no longer than 2 minutes to complete. Your responses are greatly appreciated as they will help us to evaluate and improve the effectiveness of the new online ESS registration system.
</p>
";
}

Expand Down

0 comments on commit cc93e34

Please sign in to comment.