Jonathan Kerr
Jonathan Kerr
This code introduces a check to prevent infinite loop cases. In the test case added in 'test_unsolvable', the software looped infinitely rather than raising an error. I tested this and...
Outline terraform for creating an S3 bucket and IAM role for @till to try out his auth stuff
I'm not completely happy with this yet. I've written some helper methods to grab all of the 'things' a member is attending and find them once, when the controller method...
This refactors out a Controller method to a plain ruby object. I'm doing this so that I can access it from other Controllers where we need to update attendance at...
The endpoint `/admin/announcements/new` has no limits on which chapters you can contact. We should reduce that to only those that an admin has responsibility for, ie their chapter
## Proposal We should switch to a more traditional search pattern, where a user fills in a search form, the application queries the database, and returns a small set of...