-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Event Notifications #965
Comments
Just to brainstorm this a bit, these are probably common actions:
What would have to be figured out
|
Maybe instead of emails it would be less impact to initially just do an event registry? Where admin can see whats happened... |
An event-system would be a completely different feature and would again actually be fairly complex, especially if certain people would want notifications only in specific cases and not in others. So I believe the "simplest, most versatile" solution is a simple API, which allows people to code whatever they want to happen. Then people could create events, logs, send mails, update something else, etc. |
Thanks Daniel - I suspect you're right... both about the approach and the complexity. I'd wondered about something visually managed - a bit like the query designer. Maybe the root object could represent an event in a data source where the result (presumably the updated/inserted/deleted record) could flow to different tasks assignable by the user. Perhaps those "tasks" could include things like "Log Event", "Send Email", "Execute Code", etc., but also include things like the "Value Filter" and other procedural things. I don't know - in any case, it does seem difficult. |
@mryckman such a generic workflow system can be created - but it would take a total of about 4 weeks work to do right. So without a sponsor it would be simply impossible, while providing a simpler "these are the events, you can write c# code for them" would be more likely because it's just much less work. |
will close for now... |
I'm sure this has come up before, but it would be very cool if there was a way to attach actions to events within a data type. This would enable sending an email when a new item is added, for example. I would imagine it would be sensible to add this to the data type, then let the admin build an action and specify the event that calls that action... something like that.
If the emails were pretty customizable, they could facilitate workflow, let a user know we've received their comments, or whatever.
The text was updated successfully, but these errors were encountered: