Skip to content

When in a course, history does not limit to that course

What does this MR do?

Filter the requests when "../history/course/XX/student/YY" is visited, such that only the requests to the corresponding course are shown.

Screenshots

The only course that should be shown is Algorithms and Datastructures

Before Screenshot_2020-02-07_at_11.01.42

After Screenshot_2020-02-07_at_10.59.55

Does this MR meet the acceptance criteria?

  • does not limit history to that actual course XX
  • shows history of student ZZ even if ZZ is not in course XX (aka: privacy leaks)

Closes #184 (closed)

Merge request reports