-
Notifications
You must be signed in to change notification settings - Fork 310
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
Support user notification preferences (backend) #7349
Support user notification preferences (backend) #7349
Conversation
d995608
to
90e6b02
Compare
d4a3916
to
4fee592
Compare
5281ab0
to
9b5c430
Compare
9b5c430
to
ed7391b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, I think @nicholaspcr is the main reviewer.
pkg/identityserver/store/migrations/20241001000000_email_notification_preferences.down.sql
Outdated
Show resolved
Hide resolved
pkg/identityserver/store/migrations/20241001000000_email_notification_preferences.down.sql
Outdated
Show resolved
Hide resolved
pkg/identityserver/store/migrations/20241001000000_email_notification_preferences.down.sql
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more comments but it is looking good.
a4b6417
to
0c312fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code owned files (API) LGTM with a minor comment to address
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a few small comments.
6dcf0be
into
feature/user-notification-preferences
Summary
References #7308
Changes
NotificationType
NotificationPreferences
messageemailReceiverIDs
instead ofreq.Email
Testing
Steps
...
Checklist
README.md
for the chosen target branch.CHANGELOG.md
.CONTRIBUTING.md
, there are no fixup commits left.