Skip to content

allow repair pipeline state to be registered#1455

Open
dkeller9 wants to merge 2 commits intomainfrom
register_repair_pipeline_state
Open

allow repair pipeline state to be registered#1455
dkeller9 wants to merge 2 commits intomainfrom
register_repair_pipeline_state

Conversation

@dkeller9
Copy link
Contributor

When uploading there is an additional pulldown to indicate the repair pipeline state.

@github-actions
Copy link

github-actions bot commented Feb 26, 2026

Preview Deployment

Branch Status Preview Updated
register_repair_pipeline_state ✅ Ready Visit preview Feb 26, 2026 at 7:20 PM (UTC)

View Build Logs →

Comment on lines 91 to 92
<Form.Item name="repair_pipeline_state" label={renderLabel('Repair Pipeline Type', 'main')}>
<Select
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be Sentence case

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is now fixed.

Comment on lines 21 to 25
export const REPAIR_PIPELINE_TYPES = ['raw', 'curated', 'unraveled', 'repaired'] as const;
export type TRepairPipelineType = (typeof REPAIR_PIPELINE_TYPES)[number];

export const RepairPipelineTypeSchema = z.enum(REPAIR_PIPELINE_TYPES).optional();

Copy link
Collaborator

Choose a reason for hiding this comment

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

please make this format

and use it as this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, this change has now been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants