Skip to content

Builds Workflow#290

Merged
Gonza10V merged 6 commits intomasterfrom
unifiedBuildWorkflow
Mar 31, 2026
Merged

Builds Workflow#290
Gonza10V merged 6 commits intomasterfrom
unifiedBuildWorkflow

Conversation

@Kerem-G
Copy link
Copy Markdown
Collaborator

@Kerem-G Kerem-G commented Feb 2, 2026

No description provided.

@Kerem-G Kerem-G linked an issue Feb 2, 2026 that may be closed by this pull request
@Kerem-G Kerem-G marked this pull request as ready for review March 10, 2026 22:28
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-hill-08172a210-290.centralus.5.azurestaticapps.net

Copy link
Copy Markdown
Contributor

@doublergreer doublergreer left a comment

Choose a reason for hiding this comment

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

LGTM

@Gonza10V
Copy link
Copy Markdown
Contributor

@codex make a detailed review of this PR

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes the legacy “Assembly Plan” editor/object type and shifts workflow UI focus to the Transformations panel by expanding the Transformation wizard into a multi-step “Design → Build → Collection → Execute” flow.

Changes:

  • Removed the Assembly panel type and Assembly object type from the frontend registries.
  • Deleted the Assembly editor panel/wizard implementation.
  • Expanded TransformationWizard with additional workflow steps and configuration UI (assembly method/compiler/machine selections).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
frontend/src/panels.js Removes the Assembly panel type registration.
frontend/src/objectTypes.js Removes the Assembly object type registration.
frontend/src/components/panels/transformations/TransformationWizard.jsx Adds a 4-step transformation workflow UI and build configuration selections.
frontend/src/components/panels/assembly-editor/AssemblyWizard.jsx Deletes the previous Assembly wizard implementation.
frontend/src/components/panels/assembly-editor/AssemblyPanel.jsx Deletes the previous Assembly panel implementation.
frontend/src/activities.js Removes Assembly object type from the Explorer activity’s listed object types.
Comments suppressed due to low confidence (2)

frontend/src/panels.js:114

  • After removing the AssemblyPlanCreator panel type, GiThorHammer appears to be unused in this file. Please remove the unused icon import to avoid dead code and potential lint/build warnings.
    Experiment: {
        id: "synbio.panel-type.data-collector",
        title: "Data Collector",
        component: CollectionPanel,
        objectTypes: [ ObjectTypes.Experiments.id ],
        icon: FcAddDatabase,

frontend/src/objectTypes.js:105

  • With the Assembly object type removed, the GiThorHammer icon import at the top of this file is now unused. Please remove the unused import to keep the ObjectTypes module clean and avoid lint/build warnings.
        subdirectory: "strains",
        downloadable: true,
    },
    Transformations: {
        id: "synbio.object-type.transformations",
        title: "Transformations",
        listTitle: "Transformations",
        fileNameMatch: /\.json$/,
        icon: GiSewingMachine,
        createable: true,
        extension: '.json',
        subdirectory: "transformations"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread frontend/src/activities.js
Comment thread frontend/src/components/panels/transformations/TransformationWizard.jsx Outdated
Comment thread frontend/src/components/panels/transformations/TransformationWizard.jsx Outdated
Comment thread frontend/src/components/panels/buildplans/BuildPlansWizard.jsx
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 13231a1ec1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread frontend/src/activities.js Outdated
Comment thread frontend/src/components/panels/buildplans/BuildPlansWizard.jsx Fixed
Comment thread frontend/src/components/panels/buildplans/BuildPlansWizard.jsx Fixed
Comment thread frontend/src/components/panels/buildplans/BuildPlansWizard.jsx Fixed
Comment thread frontend/src/components/panels/buildplans/BuildPlansWizard.jsx Fixed
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-hill-08172a210-290.centralus.5.azurestaticapps.net

@Kerem-G Kerem-G changed the title Transformation Workflow Builds Workflow Mar 31, 2026
Comment thread frontend/src/components/panels/buildplans/BuildPlansWizard.jsx Dismissed
Comment thread frontend/src/components/panels/buildplans/BuildPlansWizard.jsx Dismissed
Comment thread frontend/src/components/panels/buildplans/BuildPlansWizard.jsx Dismissed
Comment thread frontend/src/components/panels/buildplans/BuildPlansWizard.jsx Dismissed
Comment thread frontend/src/modules/unified_modal/WellLocationsConfigModal.jsx Fixed
Comment thread frontend/src/modules/unified_modal/WellLocationsConfigModal.jsx Fixed
@Gonza10V
Copy link
Copy Markdown
Contributor

@codex review

@Gonza10V
Copy link
Copy Markdown
Contributor

Can you resolve the conflicts Kerem, or is something that you would prefer to do on the hackathon?

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
@Gonza10V
Copy link
Copy Markdown
Contributor

Please, change teh header of the TRANSFORMATIONS tab to BUILDS

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c8c18f1a47

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

createable: true,
extension: '.json',
subdirectory: "transformations"
subdirectory: "buildPlans"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Align BuildPlans directory name with OneDrive classifier

This change stores Build Plans under buildPlans, but OneDrive classification still only recognizes JSON files in other folders and does not map this new directory to synbio.object-type.buildplans (see mapOneDriveItemToObjectType). As a result, Build Plan files created in OneDrive are misclassified and do not show up under the Build Plans object type, so users cannot open them with the Build Plans panel.

Useful? React with 👍 / 👎.

Comment on lines +28 to +30
<Tabs.Tab value={TabValues.ASSEMBLY}>{TabValues.ASSEMBLY}</Tabs.Tab>
<Tabs.Tab value={TabValues.TRANSFORMATION}>{TabValues.TRANSFORMATION}</Tabs.Tab>
<Tabs.Tab value={TabValues.PLATING}>{TabValues.PLATING}</Tabs.Tab>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Disable unfinished Build Plan tabs

The UI renders DNA assembly, transformations, and plating as selectable tabs, but there are no matching Tabs.Panel blocks for those values. Clicking any of these tabs leaves the panel blank, which makes the workflow appear broken until users manually switch back to full build.

Useful? React with 👍 / 👎.

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-hill-08172a210-290.centralus.5.azurestaticapps.net

@Gonza10V Gonza10V merged commit 674c76e into master Mar 31, 2026
8 checks passed
@Gonza10V Gonza10V deleted the unifiedBuildWorkflow branch March 31, 2026 20:15
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.

Assembly/Transformation workflow frontends

4 participants