Changes between Version 6 and Version 7 of Ticket #690, comment 30
- Timestamp:
- Dec 4, 2014, 9:45:52 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #690, comment 30
v6 v7 15 15 1. Several annotations that are currently stored both for a case and its children specimen items, should be set for either case or specimens:[[BR]]a. Annotations of types `MUTATION_ANALYSIS` ("`MutationAnalysis`"), `PROJECT_FOCUS` ("`ProjectFocus`"), `SITE` ("`Site`"), and `INPUT_TUBE_CONTENT_TYPE` ("`InputTubeContentType`") should be stored with the case item.[[BR]]b. Annotations of types `SPECIMEN_TYPE` ("`SpecimenType`") and `NOF_SECTIONS` ("`NofSections`"), should be stored with specimen items. 16 16 2. Unused annotations and other items in current !MeLuDi version should be removed, in order to create a minimal release. This should be done even if the item in question with high probability will be needed in a future version (it will be included in that version instead). 17 3. Annotation type `SAMPLING_DATETIME` ("`SamplingDateTime`") of type `Type.TIMESTAMP` should be exchanged for annotation type `SAMPLING_DATE` ("`SamplingDate`") of type `Type.DATE`, since the sampling daytime is unknown in !MeLuDi. 18 4. Site prefixes, which are key strings used to define options for annotation type `SITE` ("`Site`"), currently consist of the site names in lowercase letters, where if necessary the Swedish characters [`Å,Ä,Ö,å,ä,ö`] are replaced by [`A,A,O,a,a,o`], respectively. Since the prefixes are displayed when inspecting annotations in BASE, the prefixes should be changed to start with a capital letter, in order for the name to be more recognizable, e.g. "`Malmo`" instead of "`malmo`" (Swedish national letters are still exchanged for standard ASCII ones). 19