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

Support new IDM schema API for custom relationships and potentially other schema mods #388

Open
vscheuber opened this issue Feb 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@vscheuber
Copy link
Contributor

Frodo Library should support the new IDM schema API for custom relationships and potentially other schema mods.

@vscheuber vscheuber added enhancement New feature or request 2.0.0 Must fix for 2.0.0 labels Feb 17, 2024
@vscheuber vscheuber removed the 2.0.0 Must fix for 2.0.0 label May 14, 2024
@vscheuber
Copy link
Contributor Author

When to use the new schema API:

On export (NO NEED for new schema API):

  • managed.json contains custom relationships
    • export both:
      • managed.json
      • repo.ds
  • managed.json does not contain custom relationships
    • export only managed.json

On import (NO NEED for new schema API):

  • managed.json contains custom relationships
    • import both:
      • managed.json
      • repo.ds
  • managed.json does not contain custom relationships
    • import only managed.json

When managing (CRUD) individual custom relationship attributes:

  • use new schema API

Frodo-Lib doesn't support CRUD operations on individual MO properties, today. If that kind of functionality is added, the above should be considered and followed. Removing 2.0.0 label.

@vscheuber vscheuber reopened this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant