You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the email addresses for notifications are hardcoded in the system. It would be beneficial if these email addresses could be managed through the platform instead of being fixed in the code.
Enhancement Details:
Current State:
The system sends notifications to specific email addresses hardcoded in the codebase.
If updating these email addresses is necessary, a code change is required.
Proposed Change:
Introduce a feature that allows users to configure and manage email addresses for notifications through the platform interface.
This will eliminate the need for code changes when updating email addresses.
Considerations:
A simple text field can suffice for the email address input if it is a single contact.
For multiple contacts, a more complex solution is needed where multiple email addresses can be added, edited, or removed.
The text was updated successfully, but these errors were encountered:
Currently, the email addresses for notifications are hardcoded in the system. It would be beneficial if these email addresses could be managed through the platform instead of being fixed in the code.
Enhancement Details:
The text was updated successfully, but these errors were encountered: