Big-Life-Lab/PHES-ODM

version number for depreciated parts

DougManuel opened this issue · 0 comments

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