-
Notifications
You must be signed in to change notification settings - Fork 4
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 model and goods report notification #1036
Conversation
… and notified users.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1036 +/- ##
==========================================
- Coverage 92.73% 92.66% -0.07%
==========================================
Files 453 458 +5
Lines 33126 33532 +406
Branches 2540 2558 +18
==========================================
+ Hits 30719 31073 +354
- Misses 1918 1969 +51
- Partials 489 490 +1
☔ View full report in Codecov by Sentry. |
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.
Nice work! Looks good to me but might want a second look over as it's quite a big piece of work
TP2000-975 Notifications model and goods report notification
Why
The purpose of the story was to implement a notification to send to channel islands onces a goods report has been reviewed. This is a synchronously sent notification that should only be sent once, which means we need some sort of way to track if a notification has been triggered. The current implmenetation of notifications made this difficult.
We will also be expanding notificaitons as we bring in other users and implement a larger workflow.
What
Button disappears after notfiication sent
Checklist
Links to relevant material
See: Options for notification model