yasithdev opened a new pull request, #232:
URL: https://github.com/apache/airavata-portals/pull/232

   On the experiment summary's **Progress** timeline, the job line (job id + 
its last observed state) was nested under the **Job Submission** stage, e.g. 
`Job A1216398881 (ID 5) — Monitoring task observed state COMPLETE`.
   
   Split it across the two stages so each reads naturally:
   - **Job Submission** → just the job id (`Job A1216398881 (ID 5)`)
   - **Job Monitoring** → the job's last observed state (`Last observed state: 
Complete`), which is where the monitoring task actually tracks it
   
   Implementation: resolve the process's job once, attach its id to the 
`JOB_SUBMISSION` stage and its observed state to the `MONITORING` stage.
   
   ## Test plan
   - `lint_js.sh` + workspace build clean.
   - Verified live on a completed Echo experiment: Job Submission shows `Job … 
(ID 5)`, Job Monitoring shows `Last observed state: Complete`.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to