Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Automatically feature "Transcriptions of the Week" #179

Open
TimJentzsch opened this issue Feb 8, 2022 · 0 comments
Open

Automatically feature "Transcriptions of the Week" #179

TimJentzsch opened this issue Feb 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@TimJentzsch
Copy link
Contributor

Every week, Buttercup should automatically determine the top 3 transcriptions of the week.
They should be determined by going through all the transcriptions of the week and fetching their Reddit upvotes.
The transcriptions with the most upvotes get featured.

The week that is featured should be delayed to the current week, such that the upvotes can stabilize.

This feature poses several challenges:

  • Fetching all the transcription and their upvotes would take a substantial amount of time (minutes, probably), so it must be non-blocking
  • The date of the next week must be persisted, such that the intervals still match after the bot has been restarted
  • We need a good way to present the chosen transcriptions
  • Upvotes != transcription quality
@TimJentzsch TimJentzsch added the enhancement New feature or request label Feb 8, 2022
@TimJentzsch TimJentzsch changed the title Add automated transcriptions of the week Automatically feature "Transcriptions of the Week" Feb 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant