-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: update texts and images * fix: date for coc achievement string * fix: variable names and action params * fix: templates and coc creation notification * fix: remove import * fix: num to progress * Update common/certificate-of-conduct/certificateOfConduct.ts Co-authored-by: Daniel Henkel <[email protected]> * fix: use verified at --------- Co-authored-by: LomyW <[email protected]> Co-authored-by: Daniel Henkel <[email protected]>
- Loading branch information
1 parent
e8ab8bc
commit 2ffceb3
Showing
5 changed files
with
94 additions
and
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -425,7 +425,9 @@ const _notificationActions = { | |
|
||
student_coc_updated: { | ||
description: 'Student / Certificate of Conduct handed in', | ||
sampleContext: {}, | ||
sampleContext: { | ||
date: '20. Juli 1969', | ||
}, | ||
}, | ||
coc_reminder: { | ||
description: 'Student / Certificate of Conduct Request', | ||
|
@@ -637,11 +639,17 @@ const _notificationActions = { | |
}, | ||
pupil_registration_verified_email: { | ||
description: 'Pupil / E-Mail verified', | ||
sampleContext: {}, | ||
sampleContext: { | ||
date: 'Wed Jul 28 1993 14:39:07 GMT+0200 (CEST)', | ||
email: '[email protected]', | ||
}, | ||
}, | ||
student_registration_verified_email: { | ||
description: 'Student / E-Mail verified', | ||
sampleContext: {}, | ||
sampleContext: { | ||
date: 'Wed Jul 28 1993 14:39:07 GMT+0200 (CEST)', | ||
email: '[email protected]', | ||
}, | ||
}, | ||
|
||
user_achievement_reward_issued: { | ||
|
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
Oops, something went wrong.