appsembler / figures

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

Fixes to Learner Progress Overview #255

Closed grozdanowski closed 4 years ago

grozdanowski commented 4 years ago

Here's a list of items fixed:

If you select a course, you can’t add another course with the same name to the dashboard Now you can and you can easily distinguish them because:

Data is shown to a needless level of specificity, causing fields to overflow Fixed. Literally

Data that is 0 is invisible, just leaving slashes This is now fixed - checks added into code.

The page looks weird when you only have one course selected Not anymore! Now introducing - “wide view toggle”. Initially you have regular screen width. If you need more, you can toggle it.

Loading all courses initially in LPV is useless New behaviour:

Add more info to multicourse select dropdown to distinguish reruns Done.

Enable course multiselector search by course number Done.

codecov-commenter commented 4 years ago

Codecov Report

Merging #255 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #255   +/-   ##
=======================================
  Coverage   92.03%   92.03%           
=======================================
  Files          41       41           
  Lines        2134     2134           
=======================================
  Hits         1964     1964           
  Misses        170      170           

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 3a8aaf5...333fc4f. Read the comment docs.