You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General Functionality of the New and Deprecated tab
Configure the vocabulary to either show new concepts, new and deprecated concepts, or no such tab
The order should be according to the latest of dct:modified and dct:created timestamps
The timestamps can be either in xsd:date or xsd:dateTime format with or without a timezone
The tab should show a fixed maximum amount of entries to begin with
If there are more entries than what fits in the list view, a scroll bar should be shown
If the user scrolls down the list, more entries should be loaded incrementally
Display and localization
The basic information shown should be a preferred label in the chosen language
If no preferred language can be shown in the chosen language, a fallback label needs to be shown with a language 1. - [ 1. - [ ] code in parentheses
The order of fallback labels can be read from the vocabulary configuration
The entries should be grouped according to year and month in order from the latest entry, with a header for each month and year that has entries
If a month or year does not have entries, it should not have a header
The month names are fetched form the translation messages
Deprecated entries
In case of deprecated entries, the list should show the dct:replacedBy resource with the label in the same entry, separated by an arrow
If the resource with the dct:isReplacedBy relation is not found in the current vocabulary, it does not need to be displayed
If the resource with the dct:isReplacedBy relation can be found in the same Skosmos dataset but not in the current vocabulary - it could be shown, but marked as an external relation?
The name of the deprecated entry should be with a strikethrough line
The text was updated successfully, but these errors were encountered:
Description of the enhancement
The text was updated successfully, but these errors were encountered: