Open Issues Need Help
View All on GitHub Index for lease_id references 2 months ago
enhancement good first issue
AI Summary: Improve the error message when an invalid ODRL operator is used in a policy. The current message is misleading; it should list the valid operators. This likely involves adding validation before the transformer stage or improving the error handling within the transformer to provide a more informative message.
Complexity:
3/5
good first issue bug_report
AI Summary: The task is to modify the `InMemoryAssetIndex.AssetComparator` class within the Eclipse EDC Connector project to include the `createdAt` field in the sorting logic. This will enable sorting Assets by their creation timestamp when using the in-memory persistence mechanism, resolving a bug where such sorting currently fails.
Complexity:
2/5
good first issue bug_report triage