Big-Life-Lab / PHES-ODM

The Public Health Environmental Surveillance Open Data Model (PHES-ODM, or ODM). A data model, dictionary and support tools for environmental surveillance.
Creative Commons Attribution Share Alike 4.0 International
54 stars 18 forks source link

version number for depreciated parts #229

Closed DougManuel closed 2 years ago

DougManuel commented 2 years ago

Here is suggested clarification that when a part is depreciated, then the 'lastUp' (version last updated) is the version when the part was depreciated.

For example, if a part is introduced in version 1.0 and depreciated in version 2.0, then:

Version 1 of the dictionary reads firstRel = 1.0 lastUp = 1.0 status = active changes = added in version 1.0

Version 1.1 firstRel = 1.0 lastUp = 1.0 status = active changes = added in version 1.0

Version 2.0 firstRel = 1.0 lastUp = 2.0 status = depreciated changes = depreciated in version 2.0

version 2.1 firstRel = 1.0 lastUp = 2.0 status = depreciated changes = depreciated in version 2.0