David Cook
David Cook
Thanks. I just tried to manually create an order as an admin in OFN, and found the following were required: * order cycle * full name * phone * address...
## Build plan (wip) New controller `engines/dfc_provider/app/controllers/dfc_provider/orders_controller.rb` with actions: * Create * Update * Delete Data (for this first round, at least). Some will be provided by request body, others...
Just noting that it would be worth waiting until the Ubuntu server upgrades](openfoodfoundation/ofn-install#157) are done, then we can upgrade Node, then Rails.
I just discovered that our current Node version is blocked until we get all servers onto Ubuntu 20 🤦 But the node version doesn't seem to be a blocker for...
I think all dependencies must be ready for Rails 7.1, because at least some CI runs succeed: https://github.com/dacook/openfoodnetwork/actions/runs/13106684816
Yes I would start with the issue description. I'm aware of one remaining deprecation warning, which I just added to the description above. So it would be great if you...
Regarding the deprecation warning, I meant: https://github.com/openfoodfoundation/openfoodnetwork/issues/13270
> I wonder if we found another deprecation [https://app.bugsnag.com/yaycode/open-food-network-rails/errors/6811fe8bf0d0ce3f5d919960?filters[error.status]=open&filters[event.since]=30d](https://app.bugsnag.com/yaycode/open-food-network-rails/errors/6811fe8bf0d0ce3f5d919960?filters%5Berror.status%5D=open&filters%5Bevent.since%5D=30d) Thanks Sigmund, yes it looks like we need to address this before the upgrade, so I've added it as a sub-issue.
I haven't looked into this, but I'm guessing we can update our config to disallow BMP images.
Editing Tracking details and Notes is actually done with jQuery: https://github.com/openfoodfoundation/openfoodnetwork/blob/9bf2dad343585b8bed6a54a8fea309f8856828d3/app/assets/javascripts/admin/spree/orders/shipments.js.erb#L28-L31 I've love to see that replaced with Stimulus, but it's not Angular so I will remove from that epic.