feature request #8398
Add nomenclatural code edition to ruleConsidered
100%
Description
copied from #7975#note-31 :
"... adding an enumeration field to NameRelationship and to NomenclaturalStatus to allow expressing the code exactly.
The enumeration type should offer string representations for the full citation, and appreciated citation, key of code (ICBN, ICZN, .....) for filtering and publication year, for ordering."
Related issues
Associated revisions
fix #8398 add nomenclatural code edition to nomStatus, NameRelationship and HybridRelationship and make RuleConsidered an embedded class
ref #8398 adding codeEdition to NameRelationship constructors and to related add* methods in TaxonName and some more
ref #8398 adapting taxeditor to changes in NameRelationship
History
#1 Updated by Andreas Müller over 1 year ago
- Target version changed from CDM UML 5.15 to CDM UML 5.8
#2 Updated by Andreas Kohlbecker over 1 year ago
- Copied from feature request #7975: Implement a block to display name relations added
#3 Updated by Andreas Kohlbecker over 1 year ago
- Description updated (diff)
#4 Updated by Andreas Kohlbecker over 1 year ago
- Description updated (diff)
#5 Updated by Andreas Kohlbecker over 1 year ago
- Related to bug #8399: show nomenclatural code reference for NameRelationship and NomenclaturalStatus added
#6 Updated by Andreas Müller over 1 year ago
- Subject changed from Add nomenclatural code reference to ruleConsidered to Add nomenclatural code edition to ruleConsidered
#7 Updated by Andreas Müller over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|3b49c84a0287d1f78acb49ff1270a38c679cfd3a.
#8 Updated by Andreas Kohlbecker over 1 year ago
- Related to feature request #8408: add nomenclatural code select to NomenclaturalStatusRow added
#9 Updated by Andreas Kohlbecker over 1 year ago
- Related to feature request #8409: add nomenclatural code select to NameRelationField added
#10 Updated by Andreas Müller over 1 year ago
- Related to feature request #8410: Add nomenclatural code edition to ruleConsidered in TaxEditor added
#11 Updated by Andreas Müller over 1 year ago
- Assignee changed from Andreas Müller to Andreas Kohlbecker
As this was your (phycobank) requirement I give it to you for review.
#12 Updated by Andreas Kohlbecker over 1 year ago
excellently implemented, thanks a lot!
I extended the protected constructors in NameRelationship
and the related add* methods also in TaxonName
. (commit follows)
#13 Updated by Andreas Müller about 1 year ago
- Status changed from Resolved to Closed
- Assignee changed from Andreas Kohlbecker to Andreas Müller
- % Done changed from 50 to 100
Andreas Kohlbecker wrote:
excellently implemented, thanks a lot!
I extended the protected constructors in
NameRelationship
and the related add* methods also inTaxonName
. (commit follows)
I guess this means we can close it.
By the way extending the add* methods created many compile errors in cdmlib-app. In future we should think about keeping the old methods, too.