Move notifications app under backend/notifications/#6709
Merged
Conversation
CarolineDenis
approved these changes
Jun 20, 2025
bhumikaguptaa
approved these changes
Jun 30, 2025
bhumikaguptaa
left a comment
Collaborator
There was a problem hiding this comment.
[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!
emenslin
approved these changes
Jul 2, 2025
emenslin
left a comment
Collaborator
There was a problem hiding this comment.
- 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 Allremoves all notifications.
Looks good
21 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6707
This PR reorganizes the project structure by moving the
notificationsapp into a newbackend/notifications/directory underspecifyweb/.Summary of Changes:
notificationstospecifyweb/backend/notifications/SPECIFY_APPSinsettings.pyto includespecifyweb.backend.notificationsThis is the 6th PR in a broader backend reorganization. No frontend behavior or functionality was changed.
Notes:
raven_placeholderapp 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 RecordsMergethose recordsQueries (Note: Exported CSV files from queries do not always notify the user #4566):
Create a CSVorCreate KMLOther:
Clear Allremoves all notifications.- Note: This button shows up when there is more than 1 notification