-
Notifications
You must be signed in to change notification settings - Fork 886
Notifications: improve wording #14893
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
Comments
Requesting a mutex on this one. I'll assign it to myself as soon as my access is granted, which I will also request shortly. |
🔒 |
Feedback so far: Simpler formatting updates have been made in #14967, which is under review. I've looked into how the notifier works so that I can understand how to make more complicated changes. I plan two more change sets. The first will contain updates to the notification templates where the data that should be added is already part of the notification payload. The second will deal with notifications for which such additional information is not yet in the payload object. For this final change I will need to look into how to safely add more information to the payload. Because we do not support empty fields in our templates (
I'm also curious about the risk of the Payload struct becoming a kind of god-struct. As it becomes larger over time to support more diverse notifications, it might start to contain information from disparate domains that might be cumbersome to populate in all cases. cc @mafredri @dannykopping @mtojek Edit: |
…14967) This Pull request addresses the more trivial items in #14893. These were simple formatting changes that I was able to fix despite limited context. Some more changes are required for which I will have to dig a bit deeper into how the template contexts are populated. I'm happy to add those to this PR or create a subsequent PR.
@mafredri Are we happy to close this one? I've merged multiple PRs that address all of these. |
Follow-up on an old PR -
We need to improve the wording of our notifications. The rendered testdata can be a reference point.
Reason for update
The specified reason...
The specified reason...
The workspace build...
The text was updated successfully, but these errors were encountered: