Batch Run Feature Development#917
Open
itutu-tienday wants to merge 62 commits intodevelop-featurefrom
Open
Conversation
added 26 commits
July 29, 2025 18:01
…re/batch-run-feature
- First commit of BatchImageInputNode (Mock)
…re/batch-run-feature
- Added Batch Run button (Mock)
- Added Batch Run backend (Mock)
…re/batch-run-feature # Conflicts: # frontend/src/store/slice/InputNode/InputNodeUtils.ts
- add workspaces attributes
- Added Batch Workflow save process
- Implementing response handling for Batch Workflow Run request
- Added BatchCsvFileNode
- Fixed BatchFileNodes selector
- Add new BatchXXXXFileNodes for each (WIP)
- Optimized backend batch run processing
- Added data communication and display for Workspace.type
- Refactoring fileTypes.config.ts / definition of TreeHierarchy
- Customize Workflow view by Workspace.type - Show Workflow.type - Toggle Batch Nodes - Toggle Batch Run Button
- fixed yarn test
- Switch the initial Workflow layout depending on the Workspace.type
- Moved the path of Batch Input Nodes
- Display the number of selected files in FileSelect component
- Add frontend validation to batch input nodes
- Adjusted Batch Run confirmation dialog
added 3 commits
August 26, 2025 20:30
- Display the number of selected files in FileSelect component
- Adjusted the message at the start of Batch Run
added 5 commits
September 11, 2025 16:04
…e/batch-run-feature # Conflicts: # frontend/src/components/Workspace/FlowChart/FlowChartNode/BaseStructuredFileNode.tsx # frontend/src/components/Workspace/FlowChart/FlowChartNode/CsvFileNode.tsx # frontend/src/components/Workspace/FlowChart/FlowChartNode/FileSelect.tsx
- Refactoring StructureItemSelectDialog (Supports batch node)
…/batch-run-feature # Conflicts: # frontend/src/store/slice/InputNode/InputNodeSlice.ts
- Fixed display of structure icon for BatchMatlabFileNode
- Added display info (target file name) to the csv/hdf5/mat nodes dialog.
added 2 commits
September 18, 2025 14:59
milesAraya
approved these changes
Oct 6, 2025
added 5 commits
October 8, 2025 19:40
# Conflicts: # frontend/src/config/fileTypes.config.ts
…rayabrain/barebone-studio into feature/batch-run-feature-docs
1 task
added 3 commits
December 5, 2025 16:45
# Conflicts: # frontend/src/components/Workspace/FlowChart/Buttons/CreateWorkflow.tsx # frontend/src/const/Workspace.ts # frontend/src/store/slice/FlowElement/FlowElementSlice.ts # frontend/src/store/slice/InputNode/InputNodeSlice.ts
This was referenced Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Content
Batch Run Feature Development (WIP)
Resources
Design Docs
Test cases