Skip to content

Add parameter_group table#608

Merged
soininen merged 1 commit intomasterfrom
toolbox_3087_parameter_groups
Feb 11, 2026
Merged

Add parameter_group table#608
soininen merged 1 commit intomasterfrom
toolbox_3087_parameter_groups

Conversation

@soininen
Copy link
Contributor

@soininen soininen commented Feb 11, 2026

Parameter groups are a way to organize connected parameters for visualization. They don't have any other semantics.
Each group has a name, a color (6-digit RGB HEX) and a priority (integer). Clients are free to use the data however they please. A parameter definition can belong to a single group.

  • New DB migration
  • Import & export functions

Re spine-tools/Spine-Toolbox#3087

Checklist before merging

  • Documentation (also in Toolbox repo) is up-to-date
  • Release notes have been updated
  • Unit tests have been added/updated accordingly
  • Code has been formatted by black & isort
    - [ ] Unit tests pass Toolbox unit tests will not pass until support for groups is added to Toolbox.

Parameter groups are a way to organize connected parameters for visualization.
They don't have any other semantics.
Each group has a name, a color (6-digit RGB HEX) and a priority (integer).
Clients are free to use the data however they please.
A parameter definition can belong to a single group.

- New migration
- Import & export functions

Re spine-tools/Spine-Toolbox#3087
@soininen soininen merged commit 1d8999c into master Feb 11, 2026
16 of 17 checks passed
@soininen soininen deleted the toolbox_3087_parameter_groups branch February 11, 2026 06:20
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.

1 participant