-
Notifications
You must be signed in to change notification settings - Fork 37
Move notifications
app under backend/notifications/
#6709
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
Conversation
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.
[X] General Notifications testing
- [X] Receive a notification that the merge process has started
- [X] Receive a notification that the merge process has succeeded
- [X] Receive a notification containing the CSV/KML when completed
- [X] Clicking Clear All
removes all notifications.
Works as expected!
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.
- General Notifications testing
- Receive a notification that the merge process has started
- Receive a notification that the merge process has succeeded
- Receive a notification containing the CSV/KML when completed
- Clicking
Clear All
removes all notifications.
Looks good
Fixes #6707
This PR reorganizes the project structure by moving the
notifications
app into a newbackend/notifications/
directory underspecifyweb/
.Summary of Changes:
notifications
tospecifyweb/backend/notifications/
SPECIFY_APPS
insettings.py
to includespecifyweb.backend.notifications
This is the 6th PR in a broader backend reorganization. No frontend behavior or functionality was changed.
Notes:
raven_placeholder
app underbackend/raven_placeholder/
#6706.Checklist
self-explanatory (or properly documented)
Testing instructions
Please cross check the following functionalities with
main
.General Notifications testing
Note that notifications may take a moment to pop up. Verify that you can:
Record Merging (Documentation):
Merge Records
Merge
those recordsQueries (Note: Exported CSV files from queries do not always notify the user #4566):
Create a CSV
orCreate KML
Other:
Clear All
removes all notifications.- Note: This button shows up when there is more than 1 notification