Changes between Initial Version and Version 16 of Ticket #2329
- Timestamp:
- Nov 4, 2024, 8:26:02 AM (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2329
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #2329 – Description
initial v16 8 8 * All annotations in a `AnnotationTypeCategory` should be relevant for a given item. This means that existing categories should be split into several categories. 9 9 * We need to come up with a smarter way to match categories from existing items. We can't just use the names of the subtype and category. 10 11 The final solution was to create a real link from !AnnotationTypeCategory to an !ItemSubtype. We no longer have to rely on matching by name. Then, to discriminate between multiple categories that are linking to the same subtype we can use an annotation. The subtype can specify a single enumerated annotation type to use as discriminator. Categories that are linked to the subtype can then select one or more values from the enumeration that belong to the category.