appsembler / figures

Reporting and data retrieval app for Open edX
MIT License
44 stars 37 forks source link

Learner metrics endpoint - Prerelease for evaluation #239

Closed johnbaldwin closed 4 years ago

johnbaldwin commented 4 years ago

This PR is for the initial evaluation version of the learner metrics endpoint for Matej's implementation on the front end and evaluation in production.

The endpoint is /figures/api/learner-metrics/

johnbaldwin commented 4 years ago

I need to fix the unit test. It is failing because it is getting all users instead of the expected users. Should still work in devsite. I'll work on that tomorrow

codecov-commenter commented 4 years ago

Codecov Report

Merging #239 into master will increase coverage by 0.15%. The diff coverage is 98.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
+ Coverage   91.62%   91.78%   +0.15%     
==========================================
  Files          41       41              
  Lines        2078     2129      +51     
==========================================
+ Hits         1904     1954      +50     
- Misses        174      175       +1     
Impacted Files Coverage Δ
figures/serializers.py 94.91% <97.22%> (+0.32%) :arrow_up:
figures/urls.py 100.00% <100.00%> (ø)
figures/views.py 92.68% <100.00%> (+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 42dddf6...1f7f714. Read the comment docs.