Package app.controller.camp
Class CampStatusMonitorController
java.lang.Object
app.controller.camp.CampStatusMonitorController
-
Method Summary
Modifier and TypeMethodDescriptionGenerates a performance report for a camp by evaluating the points of students in camp committees.getAttendingStudents(Camp camp)
-
Method Details
-
getAttendingStudents
-
generatePerformanceReport
Generates a performance report for a camp by evaluating the points of students in camp committees. This method returns aMapwith student names as keys and their earned points as values. It assesses the performance of students based on their involvement and achievements in the camp's committees.
-