feature request #6529
closedExtend WorkingSet to allow a more fine grained definiton of taxon set
0%
Description
In our last meeting we decided to extend the WorkingSet class (see http://wiki.bgbm.org/additivity/index.php/Additivity_8)
We need three more class members that act as filters
Set<TaxonNode>
Set<NamedAreas>
- min/max rank
These three members are used as filter criteria for determining which taxa indirectly belong to the WorkingSet.
Related issues
Updated by Andreas Müller about 6 years ago
- Status changed from New to In Progress
- Priority changed from New to Highest
Updated by Andreas Müller about 6 years ago
- Subject changed from Extend WorkingSet to allow a more fine grained definiton to Extend WorkingSet to allow a more fine grained definiton of taxon set
Updated by Andreas Müller about 6 years ago
- Assignee changed from Patrick Plitzner to Andreas Müller
Updated by Andreas Müller almost 6 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Andreas Müller to Patrick Plitzner
Updated by Patrick Plitzner over 5 years ago
This already looks good but to be able to handle working sets easily in the editor we have to make them identifiable, see #2335
Updated by Patrick Plitzner over 5 years ago
- Related to feature request #2335: Make WorkingSet IdentifiableEntity added
Updated by Andreas Müller over 5 years ago
Can you please shortly describe (in #2335) why it is easier to handle a WorkingSet in the TaxEditor if it is Identifiable? Mostly for documentation and for understanding.
Updated by Patrick Plitzner over 5 years ago
To open the planned working set edior the user first has to select a working set or create a new one. To re-use existing GUI element the entity selection dialog could be used where you can filter on the titlecache and also create a new entity. This dialog is based on IdentifiableEntities
Updated by Patrick Plitzner about 5 years ago
- Status changed from Resolved to Closed
- Assignee changed from Patrick Plitzner to Andreas Müller
this is fixed. WorkingSets do not have to be IdentifiableEntities because we now use the working set navigator and not the entity selection dialog which was based on identifiable entities.