cul-2016 / quiz

11 stars 4 forks source link

January bugs #713

Closed Danwhy closed 5 years ago

Danwhy commented 5 years ago

703 - treats email domains as case insensitive

711 - adds more_information field to shared quizzes

712 - server replies with error if jwt fails to verify user, and as a last resort, adds a timeout to the 'app loading' screen, preventing users being stuck there if server fails to fetch user details.

codecov-io commented 5 years ago

Codecov Report

Merging #713 into staging will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           staging    #713      +/-   ##
==========================================
+ Coverage     87.1%   87.1%   +<.01%     
==========================================
  Files          155     155              
  Lines         3497    3498       +1     
  Branches       617     618       +1     
==========================================
+ Hits          3046    3047       +1     
  Misses         451     451
Impacted Files Coverage Δ
server/lib/submitImportCode.js 97.82% <100%> (ø) :arrow_up:
server/plugins/users.js 67.24% <100%> (+0.28%) :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 4a9d588...2a6fd81. Read the comment docs.