feature request #5575
closedDNA Sample requires CacheStrategy
100%
Description
Related issues
Updated by Andreas Müller almost 3 years ago
- Related to feature request #7612: CacheStrategy for MediaSpecimens added
Updated by Andreas Müller almost 3 years ago
- Description updated (diff)
- Private changed from Yes to No
Updated by Andreas Müller almost 3 years ago
- Status changed from New to In Progress
- Priority changed from New to Priority14
- Target version changed from Unassigned CDM tickets to Release 5.19
- % Done changed from 0 to 30
I added a very first version for DNASample cache strategy to avoid the -titleCache not availble- messages
Updated by Andreas Müller almost 3 years ago
- Target version changed from Release 5.19 to Release 5.21
As TissueSample are currently still handled as DnaSample modellwise (to allow adding of sequences directly without DnaSample intermediate) we need to distinguish the correct CacheStrategy depending on the SpecimenOrObservationType. This can only be done after constructing the object as otherwise the type has not been filled by hibernate yet for persistent objects.
Therefore I refactored the initialization of cache strategies in the way that they are only loaded when needed: 493cdee0c5
Updated by Andreas Müller almost 3 years ago
- Related to task #9455: Merge DnaSample and DerivedUnit added
Updated by Andreas Müller almost 3 years ago
- Status changed from In Progress to Resolved
Updated by Andreas Müller almost 3 years ago
- Target version changed from Release 5.21 to Release 5.20
Updated by Andreas Müller over 2 years ago
- Related to task #9595: Use DerivedUnit or DnaSample for DnaSampleGeneralDetailElement added
Updated by Andreas Müller over 2 years ago
- Target version changed from Release 5.20 to Release 5.25
Updated by Andreas Müller over 2 years ago
- Status changed from Resolved to Feedback
The initialization of the cache strategy does not seem to fully work yet. See comment in #9595#note-2
Updated by Andreas Müller over 2 years ago
- Target version changed from Release 5.25 to Release 5.23
Updated by Andreas Müller over 2 years ago
- Related to task #9678: Remove Derived- and FieldUnitFacadeCacheStrategies added
Updated by Andreas Müller over 2 years ago
- Status changed from Feedback to Closed
- % Done changed from 80 to 100
Not sure if this is already fully fixed but it needs to be adapted/tested anyway once we unify DnaSample with DerivedUnit class. Also we have an explicit DerivedUnitDefaultCacheStrategy now (#9678) which may improve the situation with cache strategy loading.
So for now I close this ticket.
Updated by Andreas Müller over 1 year ago
- Related to feature request #5573: Cache Strategy for Media Specimen required added