You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 289 of studentAllocation.vue, below, yields a very confusing message when there are more spaces (say, 10) than there are students (say, 2). Then because ${minUnallocated} == -2, the user will get a message saying "At least -2 students will be unallocated." Easy to fix - sorry I didn't do it but I didn't manage to get the repo to compile from source on my machine (can't remember which library I had trouble with).
this.log([`***** Total effective cap is ${this.totalCap} spaces for students. At least ${minUnallocated} students will be unallocated`])
The text was updated successfully, but these errors were encountered:
Line 289 of studentAllocation.vue, below, yields a very confusing message when there are more spaces (say, 10) than there are students (say, 2). Then because ${minUnallocated} == -2, the user will get a message saying "At least -2 students will be unallocated." Easy to fix - sorry I didn't do it but I didn't manage to get the repo to compile from source on my machine (can't remember which library I had trouble with).
The text was updated successfully, but these errors were encountered: