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 validation of profiles extending other profiles #166

Open
Pfeil opened this issue Sep 8, 2023 · 1 comment
Open

Support validation of profiles extending other profiles #166

Pfeil opened this issue Sep 8, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Pfeil
Copy link
Member

Pfeil commented Sep 8, 2023

Is your feature request related to a problem? Please describe.
New profile shave to be copied to extend existing profiles. But the DTR allows defining an "extends" attribute, which we could consider (we most likely do not do it yet).

Describe the solution you'd like
Validation should consider the extends attribute and merge the definitions (preferred) or validate accordingly.

Describe alternatives you've considered
Let people copy profiles, as it is currently the case.

Additional context

  • "Overriding" properties is then possible to some degree (e.g. change repeatability).
  • Could also be implemented for types, if the DTR supports it.
@Pfeil Pfeil added the enhancement New feature or request label Sep 8, 2023
@Pfeil Pfeil added this to the 2.2.0 milestone Nov 15, 2023
@Pfeil
Copy link
Member Author

Pfeil commented Nov 15, 2024

Check before starting the implementation:

  • Does the EOSC DTR allow inheritence? --> no
  • Can we somehow use composition instead to avoid handling overriding issues?

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