Skip to content

Transformation Workflow#290

Open
Kerem-G wants to merge 2 commits intomasterfrom
unifiedBuildWorkflow
Open

Transformation Workflow#290
Kerem-G wants to merge 2 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.

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".

@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

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