Opened 13 years ago
Closed 13 years ago
#1624 closed feature request (done)
Implement manual RunCollectionFilter
Reported by: | mkommend | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Optimization | Version: | 3.3.6 |
Keywords: | Cc: |
Description
Currently it is not possible to hide specific runs with constraints. Therefor a new RunCollectionConstraint which hides all runs that are included in the constraint should be implemented. In addition adding runs to such a constraint should be possible from RunCollectionBubbleChartView to ease its usage.
Change History (10)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
comment:3 Changed 13 years ago by mkommend
r6674: Forgot to commit necessary changes in ItemCollectionView.
comment:4 Changed 13 years ago by mkommend
r6681: Minor code quality fix in Constraint.
comment:5 Changed 13 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from accepted to reviewing
comment:6 Changed 13 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from reviewing to assigned
Reviewing comments:
- I think you should hide or remove the Add button in the RunCollectionContentConstraintView. As far as I can see adding an empty run has no influence on whether runs are shown or not.
- If the RunCollectionContentConstraint is not activated and you drag a run inside the RunSetView (what would be a copy operation in e.g. the experiment view), the "shortcut" mouse icon is displayed. I think it would be better to display the "Not allowed" mouse symbol as it is shown if the RunCollectionContentConstraint is active.
comment:7 Changed 13 years ago by mkommend
r7130: Disabled add button and corrected drag & drop behavior in RunCollectionContentConstraintView.
comment:8 Changed 13 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from assigned to reviewing
comment:9 Changed 13 years ago by ascheibe
- Status changed from reviewing to readytorelease
Works perfectly, thanks!
comment:10 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r6673: Implemented RunCollectionContentConstraint to hide specific runs.