Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/feeder custom feed crud #18

Merged
merged 3 commits into from
Aug 22, 2024
Merged

Conversation

radical-ube
Copy link
Contributor

resolves #4 and will conclude this initial chunk of feeder acceptance tests assigned to me. there is one more test suggestion listed in the ticket that @cavis made in a Slack thread, however if it is not urgent i would like to move that into its own ticket or bundle that with other relevant acceptance-test work in favor of closing this year old ticket.

This PR adds a new test file for testing CRUD actions for a custom feed, focusing on the following steps:

  1. create a podcast
  2. create a new custom feed for that podcast
  3. update the feed with some new attributes
  4. delete the feed
  5. delete the podcast

if there are other steps specific to feeds that should be included, please let me know.

tagging @cavis or @farski for code review, no preference on who takes it.

Copy link
Member

@farski farski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All seems pretty reasonable to me

@radical-ube radical-ube merged commit 0574692 into main Aug 22, 2024
3 checks passed
@radical-ube radical-ube deleted the feat/feeder_custom_feed_crud branch August 22, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write more Feeder UI acceptance tests
2 participants