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
Allow user to define a local folder/repository containing additional parser classes that can be used to parse email notifications.
Use Case
Users can quickly implement parsing extensions to support providers in their environment.
These parsing updates can still be submitted back upstream to the parent project when the user can assign time to work on the upstream PR.
The text was updated successfully, but these errors were encountered:
do you have any implementation suggestion?
from the use case, I understand that you would like to define parsers and attach it to providers using a processor. does it sound accurate?
At a high-level, I believe we would need to register new parsers from a local repository and somehow import them into the environment. No definitive implementation plan just yet. I'll take a look at how network-importer and onboarding-extensions work first.
Environment
Proposed Functionality
Allow user to define a local folder/repository containing additional parser classes that can be used to parse email notifications.
Use Case
Users can quickly implement parsing extensions to support providers in their environment.
These parsing updates can still be submitted back upstream to the parent project when the user can assign time to work on the upstream PR.
The text was updated successfully, but these errors were encountered: