Open Issues Need Help
View All on GitHubSmall, single binary, fast rss reader for self-hosted systems.
AI Summary: The project currently lacks a standardized SQL database migration system, leading to issues with clarity, versioning, and reproducibility due to migrations being tightly coupled with the code. The proposed solution is to integrate `goose` to establish a proper, versioned migration system, and the author is ready to implement it.
Small, single binary, fast rss reader for self-hosted systems.
AI Summary: The project currently lacks a database seeding mechanism, forcing developers to manually populate the database for testing and development. The proposed solution is to implement a DB seeding system that automatically populates the database with demo users, RSS feeds, and refresh settings when in development mode. This task is dependent on the prior implementation of a SQL DB migrations system.
Small, single binary, fast rss reader for self-hosted systems.