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 46 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

devinivy and others added 30 commits May 10, 2023 22:59
* Support .env file

* Fix default sub endpoint
* Setup migrations, misc tidy/fixes

* Simplify migration provider
* update README with instructions for the default URL

* Update README.md

---------

Co-authored-by: Daniel Holmgren <[email protected]>
* describeFeedGenerator route + multiple feeds

* tweak readme
* describeFeedGenerator route + multiple feeds

* tweak readme

* improve env
* describeFeedGenerator route + multiple feeds

* tweak readme

* improve env

* publish script

* create -> put

* readme

* handle blob encoding

* add check that feeds are available
So readers won't have to google Bluesky PDS to try to figure out what it means
@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?

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.