James Glover

Results 57 comments of James Glover

See: https://datatables.net/extensions/responsive/ for a potential way to handle comment display. We'll still need to ensure we show a comment count though, and probably still makes sense to compact duplicate comments.

Looks like I was mistaken about the named arguments changes being delayed, and they ended up in the Ruby 3 release after all. Looks like this is blocking our migration...

Part of this is the dynamic_form gem

Have a long term desire to reimplement cherrypicking to get away from the tangled batch/pipelines/workflows stuff 1) Add the ability to form 'pick-lists' easily, without the need to go through...

CherrypickTask#can_link_directly is currently set to return false, as the current WorkflowsController tightly couples the first and second steps. This is as performing the previous action, and rendering the next are...

Batch does provide `update_batch_state` which is used in a few places where batch requests can be cancelled as part of the batch interface to automatically transition a batch once all...

If a batch contains a mixture of canceled and pending/started requests, then the pending/started request should be released back to the inbox. (I think this may be a little tricky...

# Validation and collection ## Country of origin - We already have country_of_origin in the sample metadata. It is a `varchar(255)` field. - There is ~no~ *basic* rails validation on...