Open Issues Need Help
View All on GitHub Application • Management Tool
데이터 조회 로직 4 months ago
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