diff --git a/Creating-a-notificaion.md b/Creating-a-notificaion.md index 5d08b7b..51ca806 100644 --- a/Creating-a-notificaion.md +++ b/Creating-a-notificaion.md @@ -1 +1,14 @@ -Welcome to the Wiki. \ No newline at end of file +When creating a new notification we need to make sure 3 files are created with the same name + +in the notification folder create a file like +`notification.{name}.ts` + + +when the query is in alplaprod you will need to create one in the prodSql/queries folder, for Gp queries will need to go into gpSql/queries +`{name}.sql` + +Last one you need to create is the email file in the utlis/mailViews +`{name}.hbs` + +if one of these are not in the notification will fail +