From 43a9e1d43903dfb3dfc34ba2d748e6b3800b5892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 7 Mar 2022 11:21:31 +0100 Subject: [PATCH] Add some nice-to-have new features to FEATURES.md --- FEATURES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index 6ea4a257..c7e61832 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -62,3 +62,9 @@ Note that list is **not** in any specific order. - [ ] Job construction - [ ] BAT-packing & uploading to Shaman - [ ] User authentication + + +## Nice to have / new features + +- [ ] Notification system to push "job done" messages to. Ideally would be in a form/shape that allows sending a message to Rocket.Chat, Matrix, Telegram, Discord, email, webbrowser, push URL-encoded/JSON/XML to some URL, stuff like that. Idea by Dan McLaughlin. +- [ ] Notification client inside Blender itself, so that you get a message when your job is done.