generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORV2-2682 - Staff Manage queue (#1587)
- Loading branch information
Showing
12 changed files
with
501 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
138 changes: 138 additions & 0 deletions
138
dops/src/assets/templates/application-approved.email.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Application Approved</title> | ||
</head> | ||
|
||
<div> | ||
<div class="container" style="margin: 0 2em"> | ||
<br /> | ||
<div> | ||
<img src="{{ whiteHeaderLogo }}" alt="motiBCLogo" /> | ||
</div> | ||
|
||
<br /> | ||
|
||
<hr class="solid" style="border-top: 1px solid #dbdcdc" /> | ||
<div class="flex-container" style="margin: 1em 0"> | ||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
Application {{ applicationNumber }} for plate {{ plate }} has been | ||
approved and is now ready for purchase in the {{ companyName }} shopping | ||
cart. | ||
</p> | ||
</div> | ||
|
||
<div class="flex-container" style="margin: 1em 0"> | ||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
You can apply for additional permits online at | ||
<a href="https://www.onroutebc.gov.bc.ca/" style="color: #1a5a96" | ||
>https://onroutebc.gov.bc.ca/</a | ||
>. | ||
</p> | ||
</div> | ||
|
||
<div class="flex-container" style="margin: 1em 0"> | ||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
<b> | ||
THIS EMAIL BOX IS NOT MONITORED AND ANY EMAILS SENT TO IT WILL NOT BE | ||
ANSWERED. IF YOU HAVE ANY QUESTIONS, REQUESTS, PLEASE EMAIL: | ||
</b> | ||
<a href="mailto:[email protected]" style="color: #1a5a96" | ||
>ppcpermit@gov.bc.ca</a | ||
>. If you have received this message in error, then please contact | ||
<a href="mailto:[email protected]" style="color: #1a5a96" | ||
>ppcpermit@gov.bc.ca</a | ||
> | ||
and then immediately delete/discard this transmission, including all | ||
attachments, without copying, distributing or disclosing same. | ||
</p> | ||
</div> | ||
|
||
<hr class="solid" style="border-top: 1px solid #dbdcdc" /> | ||
<div class="flex-container" style="margin: 1em 0"> | ||
<br /> | ||
<div> | ||
<img | ||
src="{{ whiteFooterLogo }}" | ||
alt="onRouteBCLogo" | ||
style="margin: 0px" | ||
/> | ||
</div> | ||
|
||
<br /> | ||
|
||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
Have questions or need help? Check out the | ||
<a | ||
href="https://www2.gov.bc.ca/gov/content/transportation/vehicle-safety-enforcement/services/permitting/commercial-transport-permits" | ||
style="color: #1a5a96" | ||
>Commercial Vehicle Permits</a | ||
> | ||
page or email us at | ||
<a href="mailto:[email protected]" style="color: #1a5a96" | ||
>onRouteBc@gov.bc.ca</a | ||
>. | ||
</p> | ||
|
||
<br /> | ||
|
||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
<a href="#" style="color: #1a5a96">Terms of Service</a> | ||
and | ||
<a href="#" style="color: #1a5a96">Privacy Policy</a> | ||
</p> | ||
</div> | ||
<hr class="solid" style="border-top: 1px solid #dbdcdc" /> | ||
</div> | ||
</div> |
179 changes: 179 additions & 0 deletions
179
dops/src/assets/templates/application-rejected.email.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,179 @@ | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Application Rejected</title> | ||
</head> | ||
|
||
<div> | ||
<div class="container" style="margin: 0 2em"> | ||
<br /> | ||
<div> | ||
<img src="{{ whiteHeaderLogo }}" alt="motiBCLogo" /> | ||
</div> | ||
|
||
<br /> | ||
|
||
<hr class="solid" style="border-top: 1px solid #dbdcdc" /> | ||
<div class="flex-container" style="margin: 1em 0"> | ||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
Reason for rejection: | ||
</p> | ||
<div | ||
class="reject-reason-section" | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
<p | ||
class="reject-reason-section__item" | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0; | ||
padding: 0; | ||
" | ||
> | ||
{{ rejectedDateTime }} | ||
</p> | ||
<p | ||
class="reject-reason-section__item" | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0; | ||
padding: 0; | ||
" | ||
> | ||
{{ rejectedReason }} | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="flex-container" style="margin: 1em 0"> | ||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
You can apply for additional permits online at | ||
<a href="https://www.onroutebc.gov.bc.ca/" style="color: #1a5a96" | ||
>https://onroutebc.gov.bc.ca/</a | ||
>. | ||
</p> | ||
</div> | ||
|
||
<div class="flex-container" style="margin: 1em 0"> | ||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
<b> | ||
THIS EMAIL BOX IS NOT MONITORED AND ANY EMAILS SENT TO IT WILL NOT BE | ||
ANSWERED. IF YOU HAVE ANY QUESTIONS, REQUESTS, PLEASE EMAIL: | ||
</b> | ||
<a href="mailto:[email protected]" style="color: #1a5a96" | ||
>ppcpermit@gov.bc.ca</a | ||
>. If you have received this message in error, then please contact | ||
<a href="mailto:[email protected]" style="color: #1a5a96" | ||
>ppcpermit@gov.bc.ca</a | ||
> | ||
and then immediately delete/discard this transmission, including all | ||
attachments, without copying, distributing or disclosing same. | ||
</p> | ||
</div> | ||
|
||
<hr class="solid" style="border-top: 1px solid #dbdcdc" /> | ||
<div class="flex-container" style="margin: 1em 0"> | ||
<br /> | ||
<div> | ||
<img | ||
src="{{ whiteFooterLogo }}" | ||
alt="onRouteBCLogo" | ||
style="margin: 0px" | ||
/> | ||
</div> | ||
|
||
<br /> | ||
|
||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
Have questions or need help? Check out the | ||
<a | ||
href="https://www2.gov.bc.ca/gov/content/transportation/vehicle-safety-enforcement/services/permitting/commercial-transport-permits" | ||
style="color: #1a5a96" | ||
>Commercial Vehicle Permits</a | ||
> | ||
page or email us at | ||
<a href="mailto:[email protected]" style="color: #1a5a96" | ||
>onRouteBc@gov.bc.ca</a | ||
>. | ||
</p> | ||
|
||
<br /> | ||
|
||
<p | ||
style=" | ||
font-family: | ||
BC Sans, | ||
sans-serif; | ||
font-style: normal; | ||
font-size: 16px; | ||
color: #313132; | ||
margin: 0px; | ||
" | ||
> | ||
<a href="#" style="color: #1a5a96">Terms of Service</a> | ||
and | ||
<a href="#" style="color: #1a5a96">Privacy Policy</a> | ||
</p> | ||
</div> | ||
<hr class="solid" style="border-top: 1px solid #dbdcdc" /> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
vehicles/src/common/interface/application-approved.notification.interface.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export interface ApplicationApprovedNotification { | ||
applicationNumber: string; | ||
plate: string; | ||
companyName: string; | ||
} |
4 changes: 4 additions & 0 deletions
4
vehicles/src/common/interface/application-rejected.notification.interface.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export interface ApplicationRejectedNotification { | ||
rejectedDateTime: string; | ||
rejectedReason: string; | ||
} |
Oops, something went wrong.