-
Notifications
You must be signed in to change notification settings - Fork 22
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
Notifications: activate/setup initial config #2804
Comments
I would tend towards Option A for the process of creating the initial config but am not completely sure. What do you think, @tomwwinter , @george-neha , @Ayush8923 ? |
I also vote for option A. However, I have one question, do we need to add the |
I prefer Option A because it's functional and provides a clear path for setup. But what if we enable some default notifications and then nudge the user to tweak them according to their requirement? |
To generate Notifications, a user needs a "NotificationConfig" entity with the individual settings. The system has to create this initially, if not already present. Also, the system should already provide some commonly needed default Notification Rules to help users, especially if a person has no special needs and little technical knowledge.
Default Rules to be automatically created ("Notify me when ..."):
Implementation to create initial NotificationConfig entity:
The text was updated successfully, but these errors were encountered: