dominikb1888 / progressboard

https://progressboard.vercel.app
2 stars 6 forks source link

Make heatmap filterable by semester - Ikesee #1

Open dominikb1888 opened 1 year ago

dominikb1888 commented 1 year ago

Problem Description: Understand the progress of a set of students by cohort is interesting. Currently the heatmap view shows students from all semesters and cannot be filtered based on a time frame.

Solution: Provide a filter by semester and a date range slider on the view to allow for filtering the exercises accordingly

dominikb1888 commented 1 year ago

Currently, there is no way to get the data from GitHub Classroom sensibly. There is no API unfortunately. Als using different Github Classrooms will not work, because each classroom outputs new links for the exercises. Hence all students need to stay in one classroom. In turn, this means we need to think about a way to store the information about students and their batch locally in the web app.