Closed calconnect-ci closed 4 years ago
In GitLab by @ribose-jeffreylau on May 13, 2020, 18:44
changed title from Adda status identifier for script converson systems to Add{+ +}a status identifier for script converson systems
In GitLab by @ribose-jeffreylau on May 13, 2020, 18:44
changed the description
In GitLab by @ribose-jeffreylau on May 13, 2020, 18:44
marked this issue as related to #71
In GitLab by @ribose-jeffreylau on May 13, 2020, 18:47
mentioned in commit 79b4a63088f473e6ebeaa021d6bf98d8d8ca7348
In GitLab by @ribose-jeffreylau on May 13, 2020, 19:06
mentioned in commit 7a2a2d2399e3289e6be6cfb3619b5dd2c81315ac
In GitLab by @ribose-jeffreylau on May 13, 2020, 19:08
Something like the following has been used to insert the extra column into the DATA
section of the csv file:
puts CSV.read('codes.csv').map{|line| line.insert(-2, nil) }.map(&:to_csv).sort
The STDOUT is then copy-pasta'd into codes.csv
by hand.
In GitLab by @ribose-jeffreylau on May 13, 2020, 19:08
closed
In GitLab by @ribose-jeffreylau on May 13, 2020, 19:09
mentioned in commit f2a359698fe99a44839d232b221f4cb4ae8ca599
In GitLab by @ribose-jeffreylau on May 13, 2020, 19:16
mentioned in commit 486158c6d5ef9d780953aecd687b45c66261c11b
In GitLab by @ribose-jeffreylau on May 13, 2020, 18:35
Add a status identifier for systems that could be either preferred or deprecated, with a date, similar to management of ISO terms.
It would involve additional attributes of the
ScriptConversionSystem
class.This is in response to collated comments DE-031 (reconsideration of deletion of script conversion system).
Related to #71