RSS Add Command #531
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
idea
type
incident
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#532 RSS Remove Command
RabbitLabs/vylbot-app
#533 RSS List Command
RabbitLabs/vylbot-app
#535 RSS Error Handling & Monitoring
RabbitLabs/vylbot-app
#536 RSS Testing & Documentation
RabbitLabs/vylbot-app
#530 RSS Feed Parser Service
RabbitLabs/vylbot-app
Reference
RabbitLabs/vylbot-app#531
Loading…
Add table
Add a link
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 slash command for moderators to subscribe to RSS feeds
Acceptance Criteria
GIVEN I am a moderator
WHEN I run
/rss add url:<URL> channel:<CHANNEL>THEN a new rss subscription will be added to the database for the feed url
<URL>and will be sent to the channel<CHANNEL>GIVEN I am a moderator
WHEN I run
/rss add ...AND the feed is already added to the channel
THEN an error will occur
GIVEN I am a moderator
WHEN I run
/rss add ...AND the feed can't be fetched
THEN an error will occur
Subtasks
/rss addcommand insrc/commands/Notes
/rss addparameters are:url(string, required),channel(channel, required)