Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-33855 allow students to view assignment/course grade stats (sakai…
…project#6506) * SAK-33855 add settings control for stats release to students * SAK-33855 add in the hibernate and DTO parts for storage of the assignment and course grade stats settings. Updated front end panel to use the new fields in GradebookInformation Removed boilerplate cruft from backend classes * SAK-33855 make new gradebooks get the stats enabled by default, as per upgrade scripts Refactor logging blocks to add curly braces as they were missing * SAK-33855 Added stats link in Student view for assignment statistics WIP, needs permission to access gradebook service before adding content. Also need to figure out why the icon isn't displaying, using text in the meantime. * Delete GbBasicModalWindow.java Not required * SAK-33855 wrap calls for stats in a security advisor so students can view stats. Add security advisor to gradebook settings calls so a students session could get the info. Conditionally show stats based on the settings. Wire in the assignment chart for students * Feature/sak-33855 (sakaiproject#11) * SAK-33855 Fixed styling of assignment stats icon * SAK-33855 Add course grade statistics panel to student page Display a graph icon for viewing course grade statistics if the course grade has been released to students. * Feature/sak 33855 (sakaiproject#12) * SAK-33855 Fixed styling of assignment stats icon * SAK-33855 Add course grade statistics panel to student page Display a graph icon for viewing course grade statistics if the course grade has been released to students. * SAK-33855 Remove stats from student course grade stats window to prevent students from seeing max and min grades for other students, fixed highlighting of icon, turned off the assignment stats icon for instructor view (only in student view) * SAK-33855 back out this change * SAK-33855 address accesslint issues * SAK-33855 a stack of code cleanup on GradebookFrameworkServiceImpl * SAK-33855 migrated to @DaTa * SAK-33855 fix codacy issues * SAK-33855 move inside panel * SAK-33855 make intent clearer to class members
- Loading branch information