feature request #8410
closedAdd nomenclatural code edition to ruleConsidered in TaxEditor
100%
Description
for nomenclatural status, name relation (and hybrid relation once it exists).
Make the field only available if rule considered is not empty, to indicate that these 2 belong together.
For details see #8398 and related tickets.
Related issues
Updated by Andreas Müller over 3 years ago
- Related to feature request #8398: Add nomenclatural code edition to ruleConsidered added
Updated by Andreas Müller over 3 years ago
- Subject changed from Add nomenclatural code edition to ruleConsidered to Add nomenclatural code edition to ruleConsidered in TaxEditor
- Description updated (diff)
Updated by Andreas Müller over 3 years ago
- Target version changed from Unassigned CDM tickets to Release 5.10
Maybe we can do this in 5.10 latest so it is close to the model change.
I think we should add it to configuration as in many projects in will not be needed. Same applies to rule considered I guess. But adding to configuration might be another ticket.
Updated by Katja Luther over 3 years ago
- Target version changed from Release 5.10 to Release 5.11
Updated by Katja Luther over 3 years ago
- Status changed from New to Resolved
- Assignee changed from Katja Luther to Andreas Müller
this is implemented now. Configuration is moved to new ticket (#8572).
Updated by Katja Luther over 3 years ago
- Related to feature request #8572: Rule considered configurable added
Updated by Andreas Müller over 3 years ago
- % Done changed from 0 to 80
Works!
Only some layout issues:
- Please add identation to label to make clear belongs and depends on state of "Rule considered"
- Shorten label to "Code edition"
- Use capital letter for "considered" in "Rule Considered" => this is according to handling in other parts of name details view
- use human readable labels for the code editions (#8572#note-5)
Updated by Andreas Müller over 3 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Katja Luther
Updated by Katja Luther over 3 years ago
Andreas Müller wrote:
Works!
Only some layout issues:
Please add identation to label to make clear belongs and depends on state of "Rule considered"Shorten label to "Code edition"Use capital letter for "considered" in "Rule Considered" => this is according to handling in other parts of name details viewuse human readable labels for the code editions (#8572#note-5)
Updated by Katja Luther over 3 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Katja Luther to Andreas Müller
Updated by Andreas Müller over 3 years ago
Katja Luther wrote:
Andreas Müller wrote:
Works!
Only some layout issues:
Please add identation to label to make clear belongs and depends on state of "Rule considered"Shorten label to "Code edition"Use capital letter for "considered" in "Rule Considered" => this is according to handling in other parts of name details viewuse human readable labels for the code editions (#8572#note-5)
Identation still does not exist. "Considered" still does have no capital letter.
Updated by Andreas Müller over 3 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Katja Luther
One more requirement I forgot to mention before:
The list should show only those codes which fit to the nomenclatural code of the taxon name.
You may use NomenclaturalCodeEdition.forCode(NomenclaturalCode code) for this purpose.
Updated by Andreas Kohlbecker over 3 years ago
Andreas Müller wrote:
One more requirement I forgot to mention before:
The list should show only those codes which fit to the nomenclatural code of the taxon name.
You may use NomenclaturalCodeEdition.forCode(NomenclaturalCode code) for this purpose.
I think the availability of codes should be configurable via the properties. The restriction of a project to only one code can be a too narrow constraint for some projects. (E.g. Taxon interactions between animals and plants)
Updated by Andreas Müller over 3 years ago
Andreas Kohlbecker wrote:
Andreas Müller wrote:
One more requirement I forgot to mention before:
The list should show only those codes which fit to the nomenclatural code of the taxon name.
You may use NomenclaturalCodeEdition.forCode(NomenclaturalCode code) for this purpose.I think the availability of codes should be configurable via the properties. The restriction of a project to only one code can be a too narrow constraint for some projects. (E.g. Taxon interactions between animals and plants)
My suggestion was not project but taxon name specific.
Updated by Katja Luther over 3 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Katja Luther to Andreas Müller
sorry, the last changes were not pushed, now they are available in the actual nightly build.
the combo box is filled only with code editions for the code of the name
Updated by Andreas Müller over 3 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Katja Luther
I tried to change the nom code ICNAFP to ICZN for a name but the list did not change even after reopening the taxon.
Updated by Andreas Müller over 3 years ago
The list should always show an empty entry to make it possible to delete the field.
Updated by Andreas Müller over 3 years ago
Now the indentation is for both the label and the textfield. but I think for the label it is enough. Otherwise the layout becomes very bumby.
But you could do a bit more indentation for the label.
Updated by Andreas Müller over 3 years ago
- Status changed from Feedback to Closed
- % Done changed from 80 to 100
It looks better now. I think we can close the ticket.