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

[refactor] Content nodes #268

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions playlet-lib/src/components/ContentNode/FeedContentNode.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!--
' TODO:P0
' FeedContentNode should contain content feed sources as children
' This means FeedContentNode has a reference to the end ContentNode fed to RowList
' Each FeedSourceContentNode should have a reference to the ContentNode it is feeding
' ContentNodes (FeedContentNode/FeedSourceContentNode/Playlist) should self contain the logic to fetch the next page
' They should also manage the threads making the fetching, and have fields to control data fetching, cancellations, etc
-->
<component name="FeedContentNode" extends="ContentNode">
<interface>
<field id="feedSources" type="array" />
Expand Down
Loading