[OPB-40] adding warning threshold notification

restructured template module structure and naming
This commit is contained in:
Sheldan
2021-10-25 00:15:51 +02:00
parent 60ac314ecc
commit 2c49cf2918
182 changed files with 368 additions and 123 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>

View File

@@ -0,0 +1,17 @@
{
<#include "abstracto_color">,
<#include "member_author">
<#assign member=postingMember>
<@member_author member=member/>,
<#include "full_member_info">
"description": "<@safe_include "referralListener_referral_post_description"/>",
"fields": [
<#list referrals as referral><#assign referral=referral>
{
"name": "<@safe_include "referral_link_type_${referral.type.key}"/>",
"value": "[${referral.referralIdentifier?json_string}](${referral.referralLink?json_string})"
}
<#sep>,
</#list>
]
}

View File

@@ -0,0 +1,5 @@
{
<#include "abstracto_color">,
"description": "<@safe_include "too_recent_referral_post"/>",
"timeStamp": "${nextReferralDate}"
}