Added non registered statistic
This commit is contained in:
@ -186,4 +186,11 @@ public class UserService {
|
||||
return response;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ammount of how many users haven't created an assignment yet
|
||||
*/
|
||||
public Integer getAmmountOfUsersWithNoAssignedGroups() {
|
||||
return this.getAllStudents().size() - this.getAmmountOfUsersWithAssignedGroups();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user