Conversation
…er in stats table - All numeric stat/position columns (3-12) now use Qt.AlignRight|Qt.AlignVCenter so magnitudes (e.g. 100 vs 1,000) line up for easy visual comparison - Name cell foreground is set from roi.pen.color() so a red ROI shows its name in red, green in green, etc., consistent with the ROI border color - Paint-brush button added to the Actions column; opens QColorDialog and updates both the ROI border pen and the name cell color immediately - Applied in both ensure_stats_row_for_roi (initial insert) and update_stats_table_for_roi (subsequent refreshes) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
add: color swatch and labeling to roi labels and boxes to allow for color selection
roi stats swatches and text align
change: file saving format to nexus add: force conversion
add: feature note for new roi plot block add: documentation for single image and stack
add: database for pv configuration add: settings configuration placeholder change: rsm_converter to use settings.py change: pva_setup to workflow.py/.ui add: SQLite database for PV config profiles (CRUD, TOML import/export, selected/default flags), add: settings.py config placeholder consumed by workflow and HPC consumers change: rsm_converter to use settings.py remove: unused toml import for RSM Converter
… population, and empty combo placeholder
…ML file remove: direct toml.load() from HpcRsmProcessor.configure() now calls settings.reload() which auto-selects the active DB profile via ConfigSource. remove: dead parse_metadata_channels / parse_roi_channels from workflow.
Database Feature
fix: top level keys in pv configs are editible remove: toml configuration within scan view change: pvareader to use settings.py configuration instead of direct toml add: File output path to Info
remove: database exist print add: gaurd to prevent init_database to be called after every settings.reload
add: full SettingsManager API in DatabaseInterface add: idempotent seed_defaults call on every DatabaseInterface init change: setting lookup matches on name+parent only (removes type from key to prevent duplicates) Seed script add: seed_settings_defaults_sql seeds full default structure on every init add: BEAMLINE_NAME, PATHS (LOG/CONFIGS/OUTPUTS/SCAN/SLICES/CONSUMERS/hpc), APP_DATA/workflow tree Workflow settings view + UI add: settings tree view with three-column editor (Setting / Value / Type) add: two-step add dialog for top-level keys and child keys with type selection add: JSON editor with Simple tree tab and Raw JSON tab, bidirectional sync add: named config save/load for meta associator, collector, and analysis consumer tabs add: last-used config auto-save/load for all three workflow consumer tabs add: refresh DB button to reload settings tree and repopulate consumer fields add: edit section dialog for renaming settings nodes fix: delete in settings view now immediately persists to DB fix: QFont import moved to QtGui to prevent silent slot exception in JSON editor remove: Add section from context menu (now subsumed into Add child key type options) Consumers removed remove: consumer scripts moved out of repository tree
…MERS > hpc in DB fix: path resolution uses CONSUMERS.BASE + hpc.BASE + subdir relative to project root add: hpc.BASE seeded under CONSUMERS > hpc in default settings structure
Database Settings model and fixes
fix: EPICS_DB_INCLUDE_PATH to have a fallback to the env
fix: frame collection update on sim server
fix: consumer path resolution from consumers/hpc -> consumers
Seeding fix and static record fix
fix: saving motor position saving add: output override for where you want to save remove: dead saving methods in the handler remove: conversion files add: Nexus saving format to the writer
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.
Summary
ProfileManager,SettingsManager,DatabaseInterfacefacade, and seeded settings hierarchy (PATHS, CONSUMERS)settings.TOML_FILEinstead of raw pathsinit_database()to create tables on existing DBssettings.PROJECT_ROOTinstead of relative"dashpva.db"CONSUMERS > hpcTest you should run
dashpva.db, relaunch — confirm seeded correctlyGenerated with Claude Code