Jim Benton
Jim Benton
Hi- Can you try to use the latest version of master and see if this fixes the issue you are having? There was [a commit](https://github.com/jim/carmen-rails/commit/4fabbfe1ff0e0287c3dac615059ca20f1b35c2bc) a week or so ago...
@kevinwmerritt I haven't used nested_forms, but I looked through its code a bit. Nothing lept out at me that would cause this to not work. If you create a form...
I like the idea of formalizing this process. Where will we store the manually-entered data? I see three options: 1. In flat files somewhere in this repo 2. In flat...
How about we extend the OCD model with a new object, `registration`: ```python { '_type': 'event', # other fields 'registration': { 'required': True, 'registration_url': 'https://domain.test/events/register', 'info': 'Info about registration requirements',...
@eads This has come up with the ward night scraper as well. What do you think of adding fields as described above?
This isn't currently an issue as we rolled back the changes that introduced the problem.
@kinduff It's all yours!
I dug into this and wasn't able to reproduce or determine if there is an issue here. I'll leave this open for now in case we see something else strange...
We want to allow staff to check out and put things on hold regardless of if a person has things that are overdue. The system currently doesn’t allow this, and...
Sounds good to me. I'll move this one out of the list of labeled things, but keep it in the list of issues for now in case we want to...