-
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
release: v1.4.9 #2365
release: v1.4.9 #2365
Conversation
RELEASE-NOTES.rst
Outdated
This patch brings many improvements and fixes on the notification | ||
process, such as: | ||
|
||
- Preventing to send (again and again) notifications that are in an |
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.
- Preventing to send (again and again) notifications that are in an | |
- Preventing to repeatedly send notifications that are in an |
RELEASE-NOTES.rst
Outdated
|
||
- Preventing to send (again and again) notifications that are in an | ||
error state. | ||
- Preventing notification to be in an error state if the pickup |
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.
- Preventing notification to be in an error state if the pickup | |
- Preventing notifications to be in an error state if the pickup |
RELEASE-NOTES.rst
Outdated
- Preventing notification to be in an error state if the pickup | ||
location is deleted. | ||
- Cancelling generated notifications if the situation changed between | ||
the generation and the processing. In deed, some notifications are |
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.
the generation and the processing. In deed, some notifications are | |
the generation and the processing. Indeed, some notifications are |
RELEASE-NOTES.rst
Outdated
- Cancelling generated notifications if the situation changed between | ||
the generation and the processing. In deed, some notifications are | ||
asynchronous in order to be able to group several notifications of | ||
the same type to the same patron. But in that delay, the notification |
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.
the same type to the same patron. But in that delay, the notification | |
the same type to the same patron. But in the meantime, a notification |
RELEASE-NOTES.rst
Outdated
- Preventing to send reminders if the library is closed between the due | ||
date and the notification processing (`#2303`_). | ||
- Computing the date at which the due soon notification has to be sent when | ||
creating the loan, instead of through a recurring task, in order to |
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.
creating the loan, instead of through a recurring task, in order to | |
creating the loan, instead of through a recurring task, in order to improve |
RELEASE-NOTES.rst
Outdated
date and the notification processing (`#2303`_). | ||
- Computing the date at which the due soon notification has to be sent when | ||
creating the loan, instead of through a recurring task, in order to | ||
performance and get a more stable date. |
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.
performance and get a more stable date. | |
performance and apply a more stable date. |
RELEASE-NOTES.rst
Outdated
- Computing the date at which the due soon notification has to be sent when | ||
creating the loan, instead of through a recurring task, in order to | ||
performance and get a more stable date. | ||
- Processing the due soon and overdue notification as soon as possible, to |
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.
- Processing the due soon and overdue notification as soon as possible, to | |
- Processing due soon and overdue notifications as soon as possible, to |
RELEASE-NOTES.rst
Outdated
This patch brings many improvements and fixes on the notification | ||
process, such as: |
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.
This patch brings many improvements and fixes on the notification | |
process, such as: | |
This patch brings several improvements and fixes on the notification | |
process: |
Co-Authored-by: Igor Milhit <[email protected]>
Co-Authored-by: Igor Milhit [email protected]
Why are you opening this PR?
v1.4.9
release.How to test?
Code review check list