Tom Tuddenham

Results 38 comments of Tom Tuddenham

I'm not sure if this is useful, but this is a hacky change that at least the migration runs - though without prepare statements unfortunately. ```ruby ActiveRecord::Base.connection.raw_connection.then do |conn| unless...

~~Here's a PR that at least allows the migration to run on Postgres. I haven't been able to test on MySQL or other RDBMSes~~ ~~https://github.com/fatfreecrm/fat_free_crm/pull/1135~~ ~~This may not be generally...

TL;DR "Accepting separate brand and name query parameters" makes sense. We will look to implementing that _post haste_. --- Hi Renaud Thanks for the feedback. Great timing btw. We're currently...

@rbo-corematic Changes are up on the production server. Visiting https://www.brocade.io/api/items?brand=Hasbro&name=Cluedo returns ```json [ { "gtin14": "5010994642389", "brand_name": "Hasbro", "name": "Cluedo standard", "unit_count": 1 }, { "gtin14": "0653569343547", "brand_name": "Hasbro", "name":...

@rbo-corematic I'll leave the /api/items endpoint as it is now. There's now a new `/api/prooducts` endpoint that will serve up product data in JSON-LD format. See: https://www.brocade.io/api/products?brand=Hasbro&name=Cluedo

### DEV NOTE We will also need to look terms and conditions, and licensing around data. While not always applicable, given we need to acknowledge the data models from other...

### DEV NOTE Example data from the JSONL data export. ```json { "_id": "0000105000318", "weighers_tags": [], "traces_from_user": "(en) ", "ingredients_that_may_be_from_palm_oil_tags": [], "additives_original_tags": [], "ingredients_with_unspecified_percent_n": 1, "nutriscore_2023_tags": [ "unknown" ], "informers_tags":...