-
Notifications
You must be signed in to change notification settings - Fork 38
[Issue #3536] Add saved opportunity notifications to backend job #3639
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
Merged
mikehgrantsgov
merged 43 commits into
main
from
mikehgrantsgov/3536-add-saved-notifications-to-job
Jan 29, 2025
Merged
Changes from 4 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
ae394d2
Add JobTable, track in tasks
mikehgrantsgov ea3d22f
Create ERD diagram and Update OpenAPI spec
nava-platform-bot 98257e3
Update to enums / add metrics to table
mikehgrantsgov 8fa48f5
Merge branch 'mikehgrantsgov/3527-modify-load-opp-logic-never-delete'…
mikehgrantsgov 71a80d9
Lint
mikehgrantsgov e65f8d7
Lint
mikehgrantsgov 53d7b2e
Merge branch 'main' into mikehgrantsgov/3527-modify-load-opp-logic-ne…
mikehgrantsgov ac89d27
Create ERD diagram and Update OpenAPI spec
nava-platform-bot 4193c2b
Update api/src/task/task.py
mikehgrantsgov 4f72d43
Update api/src/task/task.py
mikehgrantsgov 238e8fd
Update api/src/task/task.py
mikehgrantsgov 43f90be
Remove last_loaded_at and use updated_at instead
mikehgrantsgov 5c18c81
Merge branch 'mikehgrantsgov/3527-modify-load-opp-logic-never-delete'…
mikehgrantsgov 2865fbd
Create ERD diagram and Update OpenAPI spec
nava-platform-bot b5c8d05
Lint
mikehgrantsgov 68030d4
Merge branch 'mikehgrantsgov/3527-modify-load-opp-logic-never-delete'…
mikehgrantsgov 54b5d10
Fix
mikehgrantsgov 55922b8
Merge branch 'main' into mikehgrantsgov/3527-modify-load-opp-logic-ne…
mikehgrantsgov 92b21fb
Update migration
mikehgrantsgov 4fe3095
Fix migration
mikehgrantsgov 9efeb56
Update to JobLog, remove has_update
mikehgrantsgov 578fa09
Format
mikehgrantsgov e62f4e6
Remove query on non-null column
mikehgrantsgov ad38093
Add task tests
mikehgrantsgov 562c2a7
Catch db errors and rollback/start new transaction to store failed state
mikehgrantsgov 624bd98
Merge branch 'main' into mikehgrantsgov/3527-modify-load-opp-logic-ne…
mikehgrantsgov e57fc43
Fix head
mikehgrantsgov aa65d75
Create ERD diagram and Update OpenAPI spec
nava-platform-bot 4342630
Fix migration
mikehgrantsgov 9d51544
Merge branch 'mikehgrantsgov/3527-modify-load-opp-logic-never-delete'…
mikehgrantsgov aa6f5b7
Update transaction management
mikehgrantsgov 2761cdf
Fix test
mikehgrantsgov 6c26a5d
Wrap failed update with db_session.begin
mikehgrantsgov 35817e7
Detect and notify when an opportunity is changed
mikehgrantsgov e9ad242
Create ERD diagram and Update OpenAPI spec
nava-platform-bot f20a8a1
Merge branch 'main' into mikehgrantsgov/3536-add-saved-notifications-…
mikehgrantsgov ac20a08
Add new tests / PR feedback
mikehgrantsgov 2b089a9
Merge branch 'main' into mikehgrantsgov/3536-add-saved-notifications-…
mikehgrantsgov aff14dd
Create ERD diagram and Update OpenAPI spec
nava-platform-bot 7e1fd70
Change to enum
mikehgrantsgov 269a2a4
Merge branch 'main' into mikehgrantsgov/3536-add-saved-notifications-…
mikehgrantsgov 3b95ed6
Fix revision
mikehgrantsgov 1807ad9
Create ERD diagram and Update OpenAPI spec
nava-platform-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
For the notification reason, I wasn't sure how notifications might evolve over time so left it pretty freeform. For this PR and the later one to add notifications for search, I'd probably just suggest adding some constants at the top of the file like:
At least organizes it slightly kinda like an enum