feat(backend): implement CategorizedSummaryVisitor on RSS visitor with rich sections (#2622)#2634
Open
jcscottiii wants to merge 1 commit into
Conversation
jcscottiii
force-pushed
the
feat/all-saved-search-rss-visitor-impl
branch
from
July 21, 2026 20:05
6c9623f to
cf06012
Compare
jcscottiii
force-pushed
the
feat/all-saved-search-categorizer-interface
branch
from
July 21, 2026 20:05
7cdc1d1 to
488e7a1
Compare
jcscottiii
force-pushed
the
feat/all-saved-search-rss-visitor-impl
branch
from
July 21, 2026 20:10
cf06012 to
fd0471d
Compare
jcscottiii
force-pushed
the
feat/all-saved-search-categorizer-interface
branch
from
July 21, 2026 20:10
488e7a1 to
9813fe1
Compare
jcscottiii
force-pushed
the
feat/all-saved-search-rss-visitor-impl
branch
from
July 21, 2026 21:10
fd0471d to
60a4463
Compare
jcscottiii
force-pushed
the
feat/all-saved-search-categorizer-interface
branch
2 times, most recently
from
July 21, 2026 21:43
77e657e to
ee74103
Compare
jcscottiii
force-pushed
the
feat/all-saved-search-rss-visitor-impl
branch
2 times, most recently
from
July 22, 2026 14:01
b1995de to
ea868e5
Compare
jcscottiii
force-pushed
the
feat/all-saved-search-categorizer-interface
branch
from
July 22, 2026 14:01
ee74103 to
ad1d254
Compare
…h rich sections (#2622) Implement the CategorizedSummaryVisitor interface on rssVisitor for structured RSS feed payload generation. - Implement CategorizedSummaryVisitor on rssVisitor in backend/pkg/httpserver to handle double dispatch for all feature change categories and error banners. - Update RSSItemData and HTML templates to render dedicated sections for Changed, Moved/Renamed, Split, and Deleted features alongside Added and Removed. - Add unit test suite (TestRSSVisitor_FeatureCategories) verifying category routing and RSS description rendering. CONV=f70d8c59-6f49-4a69-bb74-5643e908f5b1 TAG=agy
jcscottiii
force-pushed
the
feat/all-saved-search-rss-visitor-impl
branch
from
July 22, 2026 14:58
ea868e5 to
dce0111
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements CategorizedSummaryVisitor on rssVisitor in backend/pkg/httpserver to handle double dispatch for all feature change categories and error banners.
Fixes #2622 (PR 2/5)
CONV=f70d8c59-6f49-4a69-bb74-5643e908f5b1
TAG=agy