Skip to content

Add columns for task params#95

Merged
DominicOram merged 19 commits into
mainfrom
52_add_columns_for_task_params
Jun 30, 2026
Merged

Add columns for task params#95
DominicOram merged 19 commits into
mainfrom
52_add_columns_for_task_params

Conversation

@jacob720

@jacob720 jacob720 commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

@jacob720 jacob720 marked this pull request as draft June 24, 2026 17:55
@jacob720 jacob720 force-pushed the 52_add_columns_for_task_params branch from 1db7509 to d305912 Compare June 25, 2026 09:56
@jacob720 jacob720 force-pushed the 52_add_columns_for_task_params branch from d305912 to 0308cbd Compare June 25, 2026 09:56
@jacob720 jacob720 marked this pull request as ready for review June 25, 2026 10:00
@jacob720 jacob720 force-pushed the 52_add_columns_for_task_params branch from 00a073b to bd878a5 Compare June 29, 2026 16:37
@jacob720

jacob720 commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator Author

I think the huge diff is from me accidentally linting a generated file, happy to change that back

@DominicOram DominicOram left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks. One comment in code, take it or leave it.

Comment on lines +62 to +69
experiment: {
name: exp.experiment.name,
experiment_definition: exp.experiment
.experimentDefinition as ExperimentDefinition,
sample: exp.experiment.sample as Sample,
instrument_session:
exp.experiment.sample.instrumentSessions?.[0]?.instrumentSessionReference?.toLowerCase() ??
"",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could: I think it would be good to have this conversion as a seperate, well named function. Maybe with some unit tests to confirm the logic on the session?

@DominicOram DominicOram merged commit a89fc34 into main Jun 30, 2026
2 checks passed
@DominicOram DominicOram deleted the 52_add_columns_for_task_params branch June 30, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

i15-1: Investigate best way to display task params in queue

2 participants