2 Open Issues Need Help Last updated: Oct 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests the removal of an unused skeleton placeholder that is currently located within the footer section of the application. It is a cleanup task aimed at removing redundant code.

Complexity: 1/5
good first issue frontend

AI Summary: The current API for fetching articles by category is inefficient. It repetitively connects to the database and makes a separate API call for each category, leading to performance bottlenecks. The goal is to optimize this process to reduce redundant operations and improve data retrieval speed.

Complexity: 3/5
help wanted backend