Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jordanpadams opened this issue Jul 12, 2021 · 1 comment
Assignees
Labels
B12.0 enhancement New feature or request i&t.skip

Comments

@jordanpadams
Copy link
Member

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
Copy link
Member Author

Closed per #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B12.0 enhancement New feature or request i&t.skip
Projects
None yet
Development

No branches or pull requests

3 participants