You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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:
The text was updated successfully, but these errors were encountered: