feature request #9032
closedImplement Feature.availableFor in TaxEditor
90%
Description
The alternatives should be available as checkboxes in the Feature details view similar to supportsXXX.
Also the values should be evaluated when suggesting features in the factual data view for taxa, specimen and names or elsewhere where features are suggested. This will remove the current implementation which checks for certain vocabularies (which is a workaround).
For details see also #9027
Related issues
Updated by Andreas Müller over 3 years ago
- Due date set to 05/25/2020
- Start date changed from 05/26/2020 to 05/25/2020
- Follows feature request #9027: Implement Feature.availableFor added
Updated by Andreas Müller over 3 years ago
- Description updated (diff)
- Due date deleted (
05/25/2020) - Category changed from cdm to taxeditor
- Start date changed from 05/25/2020 to 05/26/2020
Updated by Katja Luther over 3 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
the details view and the featureTree creation is implemented, but the preference page needs to be adapted, because the term preference pages work with vocabularies.
Therefore the contentProvider for the treeViewer needs to be adapted.
Updated by Katja Luther over 3 years ago
Katja Luther wrote:
the details view and the featureTree creation is implemented, but the preference page needs to be adapted, because the term preference pages work with vocabularies.
Therefore the contentProvider for the treeViewer needs to be adapted.
I create a new ticket for this and close this ticket. (#9070)
Updated by Katja Luther over 3 years ago
- Related to bug #9070: Adapt preference page to feature.isAvailableFor... added
Updated by Katja Luther over 3 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Katja Luther to Andreas Müller
Updated by Katja Luther over 3 years ago
Katja Luther wrote:
No, I just found a problem.
the problem is fixed, please review.
Updated by Andreas Müller over 3 years ago
Generally it seems to work.
One issue I found:
- I changed "Orthography to be available for Taxon, not Taxon name".
- In Facts View I added an orthography fact to a taxon => the new fact was not shown in the facts view
Reopening the taxon did also no show the new fact.
Restarting the TaxEditor did finally show the fact, so it was saved but there was probably a problem with the (default) feature tree used in the facts view not being synchronized.
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 Andreas Müller over 3 years ago
A minor issue for the layout of the term details view
We should maybe better distinguish the supportsXXX and availableForXXX cases by e.g. having headers for each section. This way we could also avoid repeating "Supports" and "Available for".
It could look like
Supports
..Text Data........ x
..Quantitative Data x
...
Available for
..Taxon....... x
..Taxon Name.. 0
..Occurrence.. x
Updated by Andreas Müller over 3 years ago
Minor note: can we move Categorical Data up just below Supports Text Data? This is because features for Categorical Data and Quantitative Data are much more often created then features for the remaining subclasses.
Updated by Katja Luther over 3 years ago
- Status changed from Feedback to Resolved
Applied in changeset taxeditor|45f8176560c646e39fb6244aa33a38160a4adea9.
Updated by Katja Luther over 3 years ago
- Assignee changed from Katja Luther to Anton Güntsch
the layout issues are solved.
Updated by Andreas Müller over 3 years ago
- Assignee changed from Anton Güntsch to Andreas Müller
Updated by Andreas Müller over 3 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Katja Luther
- % Done changed from 50 to 90
Looks much better now.
I just wonder if it is not maybe better to handle Supports and Available for also as Sections (they have a title by default), same as Media and some others.
But it is up to you to decide if this makes sense. It has definetely no high priority.
Updated by Katja Luther over 3 years ago
- Related to feature request #9079: Move supported and available for parts of feature detail element to sections added
Updated by Katja Luther over 3 years ago
- Status changed from Feedback to Closed
Andreas Müller wrote:
Looks much better now.
I just wonder if it is not maybe better to handle Supports and Available for also as Sections (they have a title by default), same as Media and some others.
But it is up to you to decide if this makes sense. It has definetely no high priority.
I would move this to a new ticket (#9079) and close this ticket.