LawrenceHierlmeier / SchedulePlanner

0 stars 1 forks source link

Faculty/Department facing Dashboard #27

Open aswgxf opened 2 years ago

aswgxf commented 2 years ago

It'd be really cool to have a dashboard that faculty or departments could look at that displays a summary of all of the students' future schedules. Something that would let them see things like 25 students are wanting to take course CS2500 in Fall 2022, etc.

This could let them get a better idea about what courses to teach, and where each student is in their degree program.

Implementing this would require adding at a minimum a role flag to each user indicating if they are a student or faculty. If we want to get fancier, we could use a more robust permissions system, and restrict users to only seeing certain course statistics, such as the registrar or other university admins seeing everything, each department only seeing courses taught by their department, and maybe advisors seeing courses that their advisees are planning on taking.

aswgxf commented 2 years ago

Mock UI implemented