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

Separate Subscription and Algorithm Functionality #74

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ebwinters
Copy link

@ebwinters ebwinters commented Dec 11, 2023

The motivation for this PR came after confusion while trying to understand the feed generation process after reading the README. I was looking in the algorithm thinking I missed some logic regarding ALF but was surprised to find it in the subscription

Currently the subscription performs the logic that should reside in the algorithm. Additionally, the current algorithm has nothing to do with text comparison, it just takes latest posts. It could just be called latest-posts.

Indexing posts is independent of generating content, and since whats-alf uses the text of the post, not other metadata, we should store text for this example

@ebwinters
Copy link
Author

ebwinters commented Dec 13, 2023

Anyone gona review this ⁉️

@ebwinters
Copy link
Author

@dholms Can I get a review on this PR or someone else who is a maintainer?

@haileyok haileyok force-pushed the main branch 2 times, most recently from d36deef to fadd462 Compare October 31, 2024 08:18
@socialatm
Copy link

@ebwinters Would subscription be a good place to filter by language?

@ebwinters
Copy link
Author

yes

@socialatm
Copy link

Thanks

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.

3 participants