Learning Management System (LMS) with attendance tracking, assignment management, interactive code playgrounds, real-time notifications, and many more.

1 Open Issue Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves optimizing the `/report/[course_id]` route in a Next.js application by pre-fetching the count of assignments. This will improve performance by reducing the number of database queries needed to display the assignment count in the header. The image in the issue suggests the current implementation is inefficient, requiring an additional query. The solution likely involves adding a query to fetch the assignment count alongside other data already retrieved for the report page.

Complexity: 2/5
good first issue

Learning Management System (LMS) with attendance tracking, assignment management, interactive code playgrounds, real-time notifications, and many more.

TypeScript