In the gh-351 (ff-624), we implemented support for integration plugins for news sources that require specific handling: discovering feeds, parsing them, preparing them for display, etc.
One still-missing functionality is the ability to extract specific tags from feed items, for example, branch names for GitHub repositories.
For that, we need a specialized tag processor that either delegates tag extraction to the corresponding integration plugin or returns an empty list if no integration is found.
Notes:
- Upon implementation, extend each existing integration to support tags.
In the gh-351 (ff-624), we implemented support for integration plugins for news sources that require specific handling: discovering feeds, parsing them, preparing them for display, etc.
One still-missing functionality is the ability to extract specific tags from feed items, for example, branch names for GitHub repositories.
For that, we need a specialized tag processor that either delegates tag extraction to the corresponding integration plugin or returns an empty list if no integration is found.
Notes: