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
This line makes the assumption that every single upperclassman is a required signature on every packet. This may not be the case, due to e.g. changes in membership state that don't influence earlier packets. This results in a confusing list of signature counts when an upperclassman is required on only some of the packets, since they are listed as $num_signed / $num_total in the active section. This aught to be $num_signed / $num_can_sign_as_upper
This line makes the assumption that every single upperclassman is a required signature on every packet. This may not be the case, due to e.g. changes in membership state that don't influence earlier packets. This results in a confusing list of signature counts when an upperclassman is required on only some of the packets, since they are listed as
$num_signed / $num_total
in the active section. This aught to be$num_signed / $num_can_sign_as_upper
packet/packet/templates/upperclassmen_totals.html
Line 39 in f61cd2b
This will probably require injecting more data into the upperclassmen dict here so that it's accessible in the template.
packet/packet/routes/upperclassmen.py
Lines 51 to 62 in f61cd2b
The text was updated successfully, but these errors were encountered: