Commit 6e0bcec
committed
Remove the filtering of large courses on the course admin "Manage OTP Secrets" page.
This page loads quickly regardless of if these courses are filtered out.
Furthermore the menus are generally responsive even when these large
courses are included. The only case where something is a bit slow is in
the case that on the "Copy Single Secret" tab the selected "Source
Course ID" is one of these large courses. In that case if you click on
the "Source User ID" it takes some time for the dropdown menu to appear
and even then it has to be an astronomically large course for that to be
slow (more than 20,000 users). However, even if the large courses are
included as long as a large course is not selected the menus are quick.
It is interesting that the multiple select elements on the "Copy
Multiple Secrets" tab are still fast even with astronomically large
courses. It is just the single select elements on the "Copy Single
Secret" tab that experience a noticeable slowdown.
In any case, the point is that there is no reason to filter these
courses. Doing so just adds unnecessary steps for the user.1 parent 688fd34 commit 6e0bcec
5 files changed
Lines changed: 9 additions & 38 deletions
File tree
- lib/WeBWorK/ContentGenerator
- templates
- ContentGenerator/CourseAdmin
- HelpFiles
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2442 | 2442 | | |
2443 | 2443 | | |
2444 | 2444 | | |
2445 | | - | |
2446 | | - | |
2447 | | - | |
2448 | | - | |
| 2445 | + | |
| 2446 | + | |
2449 | 2447 | | |
2450 | 2448 | | |
2451 | 2449 | | |
2452 | 2450 | | |
2453 | | - | |
2454 | | - | |
2455 | | - | |
2456 | | - | |
2457 | | - | |
2458 | | - | |
2459 | | - | |
2460 | | - | |
2461 | | - | |
| 2451 | + | |
| 2452 | + | |
2462 | 2453 | | |
2463 | 2454 | | |
2464 | 2455 | | |
| |||
2500 | 2491 | | |
2501 | 2492 | | |
2502 | 2493 | | |
2503 | | - | |
2504 | | - | |
2505 | | - | |
2506 | | - | |
2507 | | - | |
| 2494 | + | |
2508 | 2495 | | |
2509 | 2496 | | |
2510 | 2497 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 11 | | |
23 | 12 | | |
24 | 13 | | |
| |||
147 | 136 | | |
148 | 137 | | |
149 | 138 | | |
150 | | - | |
| 139 | + | |
151 | 140 | | |
152 | 141 | | |
153 | 142 | | |
| |||
195 | 184 | | |
196 | 185 | | |
197 | 186 | | |
198 | | - | |
| 187 | + | |
199 | 188 | | |
200 | 189 | | |
201 | 190 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
0 commit comments