mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 10:04:48 -05:00
Receive emails on actions to cards #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cheerios911 on GitHub (Jan 7, 2021).
Problem: When assigning a card to a user that works well, however when that user does something on a card, a comment, adds a new sub-task; there is no notification at all that it has transpired.
As a result, we have users commenting on issues and it goes un-noticed for weeks on end. Is there a way to enable notification via email on these types of actions?
Emails work well for the reminder emails, but there is nothing for actual actions that take place.
Edit: i would have commented on the gitea repo, but I can't get the email confirmation to actually get sent to me to create an account.
@kolaente commented on GitHub (Jan 7, 2021):
These kinds of notifications are currently not implemented so just enabling them won't work 🙃
I have this in the backlog since quite while, just moved it up. There are multiple ways on how to implement this and I'd like to have clean way to be able to extend it in the future. Also this is kind of related to "events" which I'd like to have eventually - but that's a whole other big topic. I think these kinds of notifications should be to implement as well. I think it's doable and already have a rough idea how to achieve it, but it won't be that easy. Doable, but it will take a while.
(edit) I'm currently busy with this release but may include this in the one after that. I don't really want to promise anything here but I think a rough version of that could be possible to achieve.
Sure, we can discuss that here as well. I think there was an issue with the mail server sending the confirmation mails hmmm. The joys of using your own infrastructure 😀
Have you tried using the github authentication?
@cheerios911 commented on GitHub (Jan 7, 2021):
Makes sense, and I understand. I think an easy way to go about this is to perhaps implement the ability to '@' a user in a comment or description. This way when user A comments on task 1, user A can ping user B with @userb or something of that nature. But yes, i don't want to be blasted with mail, but i do need to know when a user does something. A catch 22 if you will lol.
That's great news, i'm excited to see the next update. When my developer gets back on vacation, we will send you the fix we implemented for the CSS issues when you load a background image.
yes lol, that exactly what i tried after. I will try later and see if i get the confirmation mail.
EDIT:
We are working on implementing Vikunja into our calDAV / event system. I will keep you posted when we complete it as it should give you the calendar view you are looking for as well as some fun additional features.
@kolaente commented on GitHub (Jan 7, 2021):
Mentioning other users in comments is something I plan to do as well (I have way too much things planned).
CSS fixes sound awesome - I'm always happy to take pull requests 😄
Frontend-wise, the release after the upcoming one will be a lot about improving the frontend so that will probably fit right in.
Awesome! Is the system already visible somewhere?
Also just curious, how are you using Vikunja? Do the team / sharing features work for you or are there things to improve (other than the email notifications)?
@cheerios911 commented on GitHub (Jan 7, 2021):
LOL, same boat mate, same boat.
He get's back monday, i'll have him fire over when he's back from vacation.
It is yes, but we are reworking the frontend now that we are about to integrate your system in. Send me a PM and we can do a quick demo (we are going to release it opensource as well)
for the most part everything works wonderfully from what we need, you've built I think is the best task manager that is out there and I love how you built this structurally. The UI is nice, but what is wonderful is the API's and that the frontend isn't mandatory. that's something most people just don't think of in advance. 🙏 👀
@kolaente commented on GitHub (Jan 8, 2021):
I'd love to! I couldn't find any personal information of you to send you a PM though, did I overlook something? You can reach me at hello@vikunja.io though, maybe that would work.
Really awesome to hear that, thanks for the kind words! That really is the part that's the most rewarding when building something: when people come and tell you the thing you built is great.
@cheerios911 commented on GitHub (Jan 10, 2021):
I just sent you an email, may want to check spam as most mail providers don't like our domain name :)
@kolaente commented on GitHub (Jan 10, 2021):
The email arrived perfectly, but my answer got rejected:
Is that a configuration error on my side?
@cheerios911 commented on GitHub (Jan 10, 2021):
not necessarily a problem on your end, but we have strict mail practices - been getting quite a few attacks since we announced we are releasing a gmail suite, open source competitor. I'll have my admin tone down our security settings lol.
going to ping your from another account. one moment
@kolaente commented on GitHub (Jan 10, 2021):
Sent a reply and didn't get a notice from your mailserver back this time, I hope you got it.
@kolaente commented on GitHub (Mar 18, 2021):
Vikunja now has a rudimentary way to subscribe to lists, namespaces or tasks and get notified on actions about it. I'll go ahead and close this issue, feel free to reopen with any suggestions (or send me a mail).