Add RSS Feed Parser Service #579
No reviewers
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
step
doing
step
review
step
testing
step
todo
step
uat
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
won't fix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
RabbitLabs/vylbot-app!579
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/530-rss-feed-parser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#530
Approved — the RSS feed helper is well-structured and ready to merge into the epic branch.
What looks good:
RssFeedHelperfollows existing helper conventions (default-export class, PascalCase static methods likeCacheHelper).FetchFeedvalidates http/https URLs before callingrss-parser, and wraps parse failures in a descriptive error.GetNewItemscorrectly assumes newest-first feed order, stops atlastGuid, and reverses to oldest-first for posting order.GetItemGuidsensibly falls back fromguidtolink.lastGuidis absent avoids flooding on first poll.lastGuid) and match the repo's GIVEN/EXPECT style.rss-parserdependency and lockfile are updated.Non-blocking notes for follow-up stories:
lastGuiddisappears from a feed (retention/rotation), all items are treated as new — callers may want a cap or reset strategy.Nice work on #530.
Follow-up stories from the review notes:
lastGuidhas rotated off the feed)FetchFeed)Both are on epic #528.