Feature: Interactive History Manager for curated command staging#245
Open
google-labs-jules[bot] wants to merge 1 commit into
Open
Conversation
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.
Overview
Current history logging automatically records every parameter trial, which leads to cluttered, redundant, and often conflicting preprocessing scripts. This PR introduces an Interactive History Manager to serve as a staging area for commands. By allowing users to curate their workflows before they are permanently recorded, we aim to improve research reproducibility and reduce the noise in exported MATLAB scripts by an estimated 30%.
Key Decisions & Rationale
EEGPrepSessionvia a newSTAGEDCOMproperty. This decision ensures that if a user switches between datasets to compare results, their staged "draft" history is not lost.pop_eegfiltnew). This reduces visual clutter in the sidebar and helps users identify parameter-tuning iterations quickly.EEG.historyandsession.ALLCOMare only updated when the user is satisfied with the sequence of operations.HISTORY_STAGING_ENABLEDtoggle, we maintain backwards compatibility. Baseline tests and automated scripts that do not require the GUI manager can still function without the staging overhead.Changes
Functional Enhancements
STAGEDCOMbuffer instead of being written directly to the permanent record.QDockWidgetfeaturing aQTreeWidget.InternalMove) to reorganize the execution order.Technical Infrastructure
HistoryManagerWidgetto handle UI interactions and command grouping.EEGPrepSessionto manage the lifecycle of theSTAGEDCOMbuffer.tests/test_history_manager.pycovering:EEG.history.Success Metrics
ruffandtytype checking.