Display the processed status of captures in the session detail view timeline#1179
Display the processed status of captures in the session detail view timeline#1179
Conversation
https://github.com/RolnickLab/antenna into 484-make-it-clear-what-images-have-not-been-processed
✅ Deploy Preview for antenna-ssec ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for antenna-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can get early access to new features in CodeRabbit.Enable the |
|
@vanessavmac @annavik I move the session detail UI changes to their own PR here |

Summary
Adds visual processing status to the session detail timeline. This is the frontend counterpart to #1093, which adds null detections on the backend to track which images have been processed.
Extracted from #1093 to keep that PR focused on backend logic.
List of Changes
was_processedfield toServerTimelineTicktype andwasProcessedgetter toTimelineTickclassRelated Issues
Relates to #484
Depends on #1093
How to Test the Changes
Screenshots
Example of non-null detection
Example of null detection
Example of no processing/detections
Deployment Notes
Requires #1093 to be merged first (provides the
was_processedfield in the timeline API response).Checklist