-
Notifications
You must be signed in to change notification settings - Fork 25
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
circulation: enhance notifications in order to group emails sent to patrons #1236
Labels
enhancement
Improvement of an existing feature
f: circulation
Concerns the circulation interface or backend
f: notifications
p-High
High priority (to be solved in the 2-3 next months)
Milestone
Comments
benerken
added
enhancement
Improvement of an existing feature
triage
f: circulation
Concerns the circulation interface or backend
labels
Sep 22, 2020
iGormilhit
added
f: notifications
effort: important
US candidate
and removed
triage
labels
Nov 3, 2020
Is a user story: https://tree.taiga.io/project/rero21-reroils/us/1745 |
ManaDeweerdt
added
p-High
High priority (to be solved in the 2-3 next months)
and removed
p-Medium
Medium priority (to be solved within 1-2 years)
labels
Feb 1, 2021
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 26, 2021
* Adds aggregated notification dispatch. * Adds time stamp monitoring cli. * closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 27, 2021
* Adds aggregated notification dispatch. * Adds time stamp monitoring cli. * closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 27, 2021
* Adds aggregated notification dispatch. * Adds time stamp monitoring cli. * closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 27, 2021
* Adds aggregated notification dispatch. * Adds time stamp monitoring cli. * closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 27, 2021
* Adds aggregated notification dispatch. * Adds time stamp monitoring cli. * closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 27, 2021
* Adds aggregated notification dispatch. * Adds time stamp monitoring cli. * closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 27, 2021
* Adds aggregated notification dispatch. * Adds time stamp monitoring cli. * closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 29, 2021
* Adds aggregated notification dispatch. * Adds time stamp monitoring cli. * closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 29, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 29, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Fixes different pickup locations for availability notifications. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 29, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Fixes different pickup locations for availability notifications. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Apr 30, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Fixes different pickup locations for availability notifications. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 3, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Fixes different pickup locations for availability notifications. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 3, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Fixes different pickup locations for availability notifications. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 5, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Fixes different pickup locations for availability notifications. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 5, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Fixes different pickup locations for availability notifications. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 6, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Fixes different pickup locations for availability notifications. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
May 7, 2021
* Groups notifications through a dispach process. * Adds a CLI to display time stamp monitoring. * Fixes different pickup locations for availability notifications. * Closes rero#1236. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Improvement of an existing feature
f: circulation
Concerns the circulation interface or backend
f: notifications
p-High
High priority (to be solved in the 2-3 next months)
How it works
Today, RERO-ILS (0.12) sends one notification for each item borrowed by a patron.
If he borrows 10 books, the system will send 10 emails.
Improvement suggestion
In order to avoid email spamming :-) , try to group items of the same library into ONE notification, by type, every day.
The text was updated successfully, but these errors were encountered: