feature request #9258
Use Partial for date in FieldUnitDTO
Status:
Closed
Priority:
Priority14
Assignee:
Category:
cdmlib
Target version:
Start date:
10/16/2020
Due date:
% Done:
100%
Severity:
normal
Description
FieldUnitDTO contains the date as pure string this has at least two problems:
- FieldUnitDTOs can not be reliably sorted by the date, since this is format dependent, formatting may change and break the intended order.
- dates can not be formatted in the data portal and other clients
Related issues
Associated revisions
fix #9258 using Partial for date field in FieldUnitDTO
History
#1 Updated by Andreas Kohlbecker 5 months ago
- Related to task #9252: Harmonize SpecimenOrOberservationBase related DTOs added
#2 Updated by Andreas Kohlbecker 5 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|e0089f681023c823ee9424dfe2ac550065414474.
#3 Updated by Andreas Kohlbecker 5 months ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100