feat: Job Monitoring backend: add monitoring APIs, activity log, and latest-per-job view#417
Open
saifrazabc wants to merge 23 commits into
Open
feat: Job Monitoring backend: add monitoring APIs, activity log, and latest-per-job view#417saifrazabc wants to merge 23 commits into
saifrazabc wants to merge 23 commits into
Conversation
feat: remove orders/payments from eligibility ( Step6 )
…to feat/cra-fields-validation take pull from origin release-26.10
feat: Added statuses to enable CSA Eligible/Not Eligible buttons
feat: Added Job Monitoring tab with job and activities tracking
feat: US-40101 CRA mandatory field validation with auto-hold for incomplete records
…etch into MIS and ICM
Collaborator
|
Create a new PR based on this cide without the R26.10 code for an easier review. |
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.
Description
This PR delivers backend support for User Story 37368 (CSA Job Monitoring): new endpoints for latest jobs, history, and activities; job lifecycle/activity logging; Triggered By mapping via jobTrigger (USER/SYSTEM/CRON); and database migration adding monitoring columns/indexes plus the job_activities table for audit-style job event tracking.
Scope covered
GET /jobs/monitoring/latest:GET /jobs/monitoring/history:GET /jobs/monitoring/activities:GET /jobs/:id/activities:jobTriggeronly (USER,SYSTEM,CRON), per agreed approach.Dependency changes
Type of change
How Has This Been Tested?
Automated tests run