-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All dashboards queries (user, assignments, courses) have to main parts: - Filtering down the data we have access too, either as an instructor or admin - Filtering down base on the dropdown selections This commit generalizes the first part to be always course based. Only select data that belongs to courses where the instructor belongs or from organizations where the user is and admin. Then we select users, assignment (or directly the courses) that belong to those courses. This allows to greatly reduce the dataset size in the first step and narrow it down in the second.
- Loading branch information
Showing
5 changed files
with
120 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.