Open Issues Need Help
View All on GitHub Remove Unused Placeholder 2 days ago
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
Article fetching optimization 2 days ago
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