From 136b9d460ceeec17edf94440a284aede355e90b3 Mon Sep 17 00:00:00 2001
From: Valentin Yanakiev
Date: Tue, 28 May 2024 14:53:10 +0300
Subject: [PATCH 1/2] Minor version bump
---
service/package-lock.json | 4 ++--
service/package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/service/package-lock.json b/service/package-lock.json
index 05f0c571..c33c7cd8 100644
--- a/service/package-lock.json
+++ b/service/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "alkemio-notifications",
- "version": "0.17.0",
+ "version": "0.17.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "alkemio-notifications",
- "version": "0.17.0",
+ "version": "0.17.1",
"license": "EUPL-1.2",
"dependencies": {
"@alkemio/client-lib": "^0.29.4",
diff --git a/service/package.json b/service/package.json
index e79d7ab1..e276af29 100644
--- a/service/package.json
+++ b/service/package.json
@@ -1,6 +1,6 @@
{
"name": "alkemio-notifications",
- "version": "0.17.0",
+ "version": "0.17.1",
"description": "Alkemio notifications service",
"author": "Alkemio Foundation",
"private": false,
From ffb5d9a7297224a45b04b3cd7f05706df32c7a57 Mon Sep 17 00:00:00 2001
From: Simone <38861315+SimoneZaza@users.noreply.github.com>
Date: Tue, 28 May 2024 14:37:47 +0200
Subject: [PATCH 2/2] =?UTF-8?q?Instructions=20added=20to=20external=20invi?=
=?UTF-8?q?tations=20community.external.invitat=E2=80=A6=20(#313)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Instructions added to external invitations community.external.invitation.created.invitee.js
Co-authored-by: Valentin Yanakiev
---
...ity.external.invitation.created.invitee.js | 20 +++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/service/src/templates/community.external.invitation.created.invitee.js b/service/src/templates/community.external.invitation.created.invitee.js
index 93d2810c..5e195983 100644
--- a/service/src/templates/community.external.invitation.created.invitee.js
+++ b/service/src/templates/community.external.invitation.created.invitee.js
@@ -11,13 +11,25 @@ module.exports = () => ({
to: '{{recipient.email}}',
subject: 'Invitation to join {{space.displayName}}',
html: `{% extends "src/templates/_layouts/email-transactional.html" %}
- {% block content %}{{inviter.firstName}} has invited you to join {{space.displayName}} on Alkemio.
+ {% block content %} {{inviter.firstName}} has invited you to join {{space.displayName}} on Alkemio.
{% if welcomeMessage %}
-
+
{{welcomeMessage}}
+
{% endif %}
-
- click here to accept or decline
+ click here to go to the (Sub)Space
+How to Get Started:
+
+ - 🔗 Click the Link: Simply click on the link above to open the (Sub)Space you've been invited to. It will take you directly to the heart of our collaborative platform.
+ - ✏️ Create Your Account: Once there, you'll notice a prominent button inviting you to sign in to applow. Follow the steps to create a new account. Remember, this invitation is tied to the email address it was sent to, so use that same address during registration.
+ - ✅ Verify and Accept: After verifying your account and signing in, you'll land back in the (Sub)Space. Look for the button to accept the invitation. Click it to officially become part of the Space community.
+ - 🎉 You're In! Congratulations! You're now part of {{space.displayName}}. Feel free to explore, connect with fellow members, and contribute to the discussions. If you ever feel lost during the process, don't worry—use the button in this email to return to the (Sub)Space you were invited to.
+
+ We are looking forward to your valuable contributions!
+
+ Warm regards,
+ The Alkemio Team
+
{% endblock %}
${templates.footerBlock}`,
},