1 Open Issue Need Help Last updated: Dec 3, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue describes the implementation of a data retrieval logic to filter students by course and generate an attendance list. It involves querying a (initially temporary) Enrollment table to get member IDs for a specific course, and then using those IDs to fetch daily attendance records from the DailyAttendance table.

Complexity: 2/5
good first issue