RSS Feed Parser Service #530
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 project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
Depends on
#531 RSS Add Command
RabbitLabs/vylbot-app
#529 RSS Feed Database Schema
RabbitLabs/vylbot-app
Reference
RabbitLabs/vylbot-app#530
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Epic: #528
Story Points:
Create a service to fetch and parse RSS feeds
Acceptance Criteria
No acceptance criteria
Subtasks
RssFeedHelperinsrc/helpersfetchFeed(url: string)method usingrss-parsergetNewItems(feed, lastGuid) method to filter new entriesNotes
No notes
QA results — PASS
Tested on
feature/epic-528-rss-feeds@c52f462(PR #579 merged into the epic feature branch; not yet onrelease/3.4.0).Checks
yarn install --frozen-lockfileyarn build(tsc)yarn testSubtask coverage
RssFeedHelperinsrc/helpersFetchFeed(url)viarss-parser(^3.13.0)GetNewItems(feed, lastGuid)filters newer items, returns oldest-firsttests/helpers/RssFeedHelper.test.ts16/16 PASS (invalid URL matrix, parse errors, lastGuid edge cases, link-as-guid fallback)Note for UAT
Work currently lives on
feature/epic-528-rss-feeds, notrelease/3.4.0. Manual smoke against a live feed (if desired) is left to human UAT.Moving
step/testing→step/uatand assigning @Vylpes.