Opened 14 years ago
Last modified 11 years ago
#1407 new enhancement
Unify item collection views
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 4.0 |
Component: | Core.Views | Version: | 3.3.2 |
Keywords: | Cc: |
Description (last modified by swagner)
The views ItemCollectionView, ItemListView, ItemArrayView, RunCollectionView and Clipboard contain lots of duplicated code and should be refactored to have a single common base class (follow-up of #1324).
Change History (2)
comment:1 Changed 14 years ago by swagner
- Description modified (diff)
comment:2 Changed 11 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 4.0.x Backlog
- Priority changed from low to medium
Note: See
TracTickets for help on using
tickets.
This is a bigger issue and involves many changes and is largely equivalent to a rewrite of many views.