Open Issues Need Help
View All on GitHubFully automated blog delivering posts written by AI on the latest astronomy discoveries.
AI Summary: This issue highlights a critical need to ensure the quality of content being summarized for a blog, expressing concern that including non-peer-reviewed or poor content could undermine its credibility. It proposes implementing a verification step to ensure that only peer-reviewed papers are selected for summarization. The goal is to maintain high content standards and prevent the publication of unreliable information.
Fully automated blog delivering posts written by AI on the latest astronomy discoveries.
AI Summary: This issue suggests relocating the "Give a star" button from the homepage to the end of each individual post. The rationale is that its current placement on the homepage is disruptive, and moving it to the post's conclusion would make readers more likely to star the content after they have finished reading and potentially enjoyed it.
Fully automated blog delivering posts written by AI on the latest astronomy discoveries.
AI Summary: This issue proposes implementing a check to prevent subsequent posts from having the same emoji in their titles. The suggested approach is to compare the emoji of a new post against the emojis present in the last four posts displayed on a page.
Fully automated blog delivering posts written by AI on the latest astronomy discoveries.
AI Summary: This issue proposes refactoring the main stage functions located in the `src/stages` directory. The current functions are identified as being excessively long and lacking docstrings, which hinders clarity and maintainability. The primary goal is to enhance modularity and improve code readability by breaking down these functions and adding proper documentation.
Fully automated blog delivering posts written by AI on the latest astronomy discoveries.
AI Summary: The `used_articles.json` file, which tracks articles used for posts, is currently updated too early in the pipeline. This can lead to articles being marked as 'used' even if the post creation process fails later on. The proposed solution is to move the update of `used_articles.json` to the final `setup_post.py` stage, ensuring it's only updated when a post is successfully created.
Fully automated blog delivering posts written by AI on the latest astronomy discoveries.
Fully automated blog delivering posts written by AI on the latest astronomy discoveries.