cul-2016 / quiz

11 stars 4 forks source link

group admin data #659

Closed Danwhy closed 6 years ago

Danwhy commented 6 years ago

ref #645, #644 Adds data about lecturers to group admin page: module count, student count, quiz count, response count. Adds button to group admin page that downloads csv containing data about students module scores and questions answered for all lecturers in group.

codecov-io commented 6 years ago

Codecov Report

Merging #659 into staging will increase coverage by 0.35%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           staging     #659      +/-   ##
===========================================
+ Coverage    94.48%   94.84%   +0.35%     
===========================================
  Files          132      133       +1     
  Lines         2958     3007      +49     
  Branches       519      524       +5     
===========================================
+ Hits          2795     2852      +57     
+ Misses         163      155       -8
Impacted Files Coverage Δ
src/js/actions/group-admin.js 100% <100%> (ø) :arrow_up:
server/lib/group-admin/getLecturersByGroupCode.js 100% <100%> (ø) :arrow_up:
server/plugins/group-admin.js 100% <100%> (ø) :arrow_up:
server/lib/getFullGroupData.js 100% <100%> (ø)
server/plugins/super-admin.js 100% <0%> (+11.42%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 71f7797...72ba9bd. Read the comment docs.

Danwhy commented 6 years ago

Thanks for taking a look at this @sohilpandya, I've made the parameter changes, and have asked Stian about the csv format: #645

sohilpandya commented 6 years ago

Great! Thanks for that. Let me know when they've come back and we can get this merged. 😊

Danwhy commented 6 years ago

@sohilpandya Ready for merge now

sohilpandya commented 6 years ago

Perfect! :+1: