Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 5 pointless queries when viewing users
We presently do one SQL query per every activity chair category in the database (there are 6 activities with chairs at present). We can drastically simplify this by just looking up a users' groups *first*, then reporting any which have them specified as an activity chair.
- Loading branch information