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

Component Descriptor Parser #366

Closed
8 of 9 tasks
fabianburth opened this issue Jan 10, 2025 · 1 comment
Closed
8 of 9 tasks

Component Descriptor Parser #366

fabianburth opened this issue Jan 10, 2025 · 1 comment
Assignees
Labels
area/ipcei Important Project of Common European Interest kind/task small task, normally part of feature or epic

Comments

@fabianburth
Copy link

fabianburth commented Jan 10, 2025

Description:
Create a Component Descriptor parser ( including the beginning of a plugin registration system ). Use a filepath for now, and throw an error if the plugin is not found.

Done Criteria:

  • ...
  • Code has been reviewed by other team members
  • Internal technical Documentation created/updated
  • New / changed code is documented
  • Analysis of existing tests (Unit and Integration)
  • Unit Tests created for new code or existing Unit Tests updated
  • Integration Test Suite updated (includes deletion of existing unnecessary Integration Test and/or creation of new ones if required)
  • Enduser Documentation updated (if applicable)
  • Successful demonstration in Review
@fabianburth fabianburth added the kind/task small task, normally part of feature or epic label Jan 10, 2025
@github-actions github-actions bot added the area/ipcei Important Project of Common European Interest label Jan 10, 2025
@fabianburth fabianburth self-assigned this Jan 10, 2025
@fabianburth fabianburth moved this from 🆕 ToDo to 📋 Next-UP in OCM Backlog Board Jan 16, 2025
@fabianburth fabianburth moved this from 📋 Next-UP to 🏗 In Progress in OCM Backlog Board Jan 16, 2025
@jakobmoellerdev
Copy link
Contributor

The component descriptor parser has been implemented. We now use this in all our plugin implementations.

Its working right now with a dynamic type registry, but to achieve proper results we will need to achieve normalization again, because otherwise the hash / verify command results differ in the future. (out of scope for now)

@github-project-automation github-project-automation bot moved this from 🏗 In Progress to 🍺 Done in OCM Backlog Board Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ipcei Important Project of Common European Interest kind/task small task, normally part of feature or epic
Projects
Status: 🍺 Done
Development

No branches or pull requests

2 participants