-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2291 from HHS/al-ttahub-3196-new-tr-views
[TTAHUB-3196] Update TR views to make life easier for users
- Loading branch information
Showing
126 changed files
with
5,677 additions
and
4,104 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
= `You have been added to Training Report ${displayId}` | ||
= `Action needed: Submit event details for Training Report ${displayId}` |
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,11 @@ | ||
style | ||
include ../email.css | ||
p Hello, | ||
p This is a reminder that you have been assigned as an Event Collaborator on Training Report #{displayId}. | ||
p Select the link below to access the report in the TTA Hub: | ||
ul | ||
li | ||
a(href=reportPath)= displayId | ||
p Best Regards, | ||
br | ||
| Your TTA Hub team |
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 @@ | ||
= `${prefix} Submit event details for Training Report ${displayId}` |
11 changes: 11 additions & 0 deletions
11
email_templates/tr_collaborator_reminder_no_sessions/html.pug
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,11 @@ | ||
style | ||
include ../email.css | ||
p Hello, | ||
p This is a reminder that you have been assigned as an Event Collaborator on Training Report #{displayId}. | ||
p Select the link below to create a session in the TTA Hub: | ||
ul | ||
li | ||
a(href=reportPath)= displayId | ||
p Best Regards, | ||
br | ||
| Your TTA Hub team |
1 change: 1 addition & 0 deletions
1
email_templates/tr_collaborator_reminder_no_sessions/subject.pug
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 @@ | ||
= `${prefix} Create a session for Training Report ${displayId}` |
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,11 @@ | ||
style | ||
include ../email.css | ||
p Hello, | ||
p This is a reminder that you have been assigned as an Event Collaborator on Training Report #{displayId}. | ||
p Select the link below to review and submit the session details in the TTA Hub: | ||
ul | ||
li | ||
a(href=reportPath)= displayId | ||
p Best Regards, | ||
br | ||
| Your TTA Hub team |
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 @@ | ||
= `${prefix} Submit session details for Training Report ${displayId}` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
= `A Training Report has been completed` | ||
= `Training Report ${displayId} has been completed!` |
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,11 @@ | ||
style | ||
include ../email.css | ||
p Hello, | ||
p You've been assigned as an Event Creator on Training Report #{displayId}. | ||
p Select the link below to review and submit the event details in the TTA Hub:: | ||
ul | ||
li | ||
a(href=reportPath)= displayId | ||
p Best Regards, | ||
br | ||
| Your TTA Hub team |
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 @@ | ||
= `Action needed: Submit event details for Training Report ${displayId}` |
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,11 @@ | ||
style | ||
include ../email.css | ||
p Hello, | ||
p This is a reminder that you have been assigned as an Event Creator on Training Report #{displayId}. | ||
p Select the link below to access the report in the TTA Hub: | ||
ul | ||
li | ||
a(href=reportPath)= displayId | ||
p Best Regards, | ||
br | ||
| Your TTA Hub team |
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 @@ | ||
= `${prefix} Submit event details for Training Report ${displayId}` |
11 changes: 11 additions & 0 deletions
11
email_templates/tr_owner_reminder_event_not_completed/html.pug
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,11 @@ | ||
style | ||
include ../email.css | ||
p Hello, | ||
p This is a reminder that Training Report #{displayId} is ready for your review. | ||
p Select the link below to review and complete the event in the TTA Hub: | ||
ul | ||
li | ||
a(href=reportPath)= displayId | ||
p Best Regards, | ||
br | ||
| Your TTA Hub team |
1 change: 1 addition & 0 deletions
1
email_templates/tr_owner_reminder_event_not_completed/subject.pug
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 @@ | ||
= `${prefix} Complete Training Report ${displayId}` |
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,11 @@ | ||
style | ||
include ../email.css | ||
p Hello, | ||
p This is a reminder that you have been assigned as an Event Creator on Training Report #{displayId}. | ||
p Select the link below to create a session in the TTA Hub: | ||
ul | ||
li | ||
a(href=reportPath)= displayId | ||
p Best Regards, | ||
br | ||
| Your TTA Hub team |
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 @@ | ||
= `${prefix} Create a session for Training Report ${displayId}` |
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,11 @@ | ||
style | ||
include ../email.css | ||
p Hello, | ||
p This is a reminder that you have been assigned as an Event Creator on Training Report #{displayId}. | ||
p Select the link below to review and submit the session details in the TTA Hub: | ||
ul | ||
li | ||
a(href=reportPath)= displayId | ||
p Best Regards, | ||
br | ||
| Your TTA Hub team |
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 @@ | ||
= `${prefix} Submit session details for Training Report ${displayId}` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
style | ||
include ../email.css | ||
p Hello, | ||
p This is a reminder that you have been assigned as a Regional POC on Training Report #{displayId}. | ||
p Select the link below to review and submit the session details in the TTA Hub: | ||
ul | ||
li | ||
a(href=reportPath)= displayId | ||
p Best Regards, | ||
br | ||
| Your TTA Hub team |
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 @@ | ||
= `${prefix} Submit session details for Training Report ${displayId}` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
= `A session has been created for Training Report ${displayId}` | ||
= `Action needed: Submit session details for Training Report ${displayId}` |
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
File renamed without changes.
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
Oops, something went wrong.