NASA-PDS / registry-mgr

Standalone Registry Manager application responsible for managing the PDS Registry (https://github.com/NASA-PDS/registry) schemas and indexes.
https://nasa-pds.github.io/registry
Other
0 stars 2 forks source link

Update registry-mgr-elastic to support new LDD JSON version information #27

Closed jordanpadams closed 3 years ago

jordanpadams commented 3 years ago

With LDDTool 13+, the way versions are specified within LDDs has changed. We need to update registry-mgr-elastic to support both. For the newer methodology, we should use some combination of IM Version + LDD Version instead of date (if it isn't too much effort)

Old:

[
  {
    "dataDictionary": {
      "Title": "PDS4 Data Dictionary" ,
      "Version": "1.13.0.0" ,
...

New:

[
  {
    "dataDictionary": {
      "Title": "PDS4 Data Dictionary" ,
      "IM Version": "1.13.0.0" ,
      "LDD Version": "1.5.0.0" ,
jordanpadams commented 3 years ago

Closed per #28