-
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
notifications: add cancel notification #2345
Conversation
54183ef
to
717a239
Compare
rero_ils/modules/notifications/jsonschemas/notifications/notification-v0.0.1.json
Outdated
Show resolved
Hide resolved
rero_ils/modules/notifications/mappings/v7/notifications/notification-v0.0.1.json
Show resolved
Hide resolved
717a239
to
ff3b7a0
Compare
d348756
to
12b38b7
Compare
856e62f
to
0355ded
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.
Commit message proposition:
notifications: add cancel notification
* Adds a new `status` notification property.
* Cancels a request notification when the item is not at desk.
* Cancels a recall, overdue and due soon notification when the item is
not on loan.
* Adds an update mapping utility to update the mapping of an existing
index within new properties.
notifications property
→ notification property
duesoon notificaition
→ due soon notification
I see that this PR takes care of the reminders (1st, 2nd, etc.). Could you verify #2348 and more globally if this PR fix any of the following issues: https://github.com/orgs/rero/projects/3?fullscreen=true&card_filter_query=label:notifications
rero_ils/modules/notifications/jsonschemas/notifications/notification-v0.0.1.json
Show resolved
Hide resolved
69d3659
to
d55ee74
Compare
d55ee74
to
dac9638
Compare
* Adds a new `status` notification property. * Cancels a request notification when the item is not at desk. * Cancels a recall, overdue and due soon notification when the item is not on loan. * Adds an update mapping utility to update the mapping of an existing index within new properties. Co-Authored-by: Johnny Mariéthoz <[email protected]>
dac9638
to
82caf60
Compare
status
notifications property.not on loan.
index within new properties.
Co-Authored-by: Johnny Mariéthoz [email protected]
Why are you opening this PR?
Dependencies
My PR depends on the following
rero-ils-ui
"s PR(s):How to test?
Code review check list