From 946c7de20cab78a47edbeae8fa65fe86a51511dd Mon Sep 17 00:00:00 2001 From: Caine Date: Thu, 2 Apr 2026 17:51:12 +0100 Subject: Add create-meta-recipe endpoint with nested slots/options/bases - POST /api/create-meta-recipe/ creates full meta-recipe in one call - PUT /api/create-meta-recipe/ updates existing (requires id) - Auto-resolves ingredients by name/alias, creates new if not found - Returns full nested response with _created_ingredients list - New writable serializers: MetaRecipeWriteSerializer, SlotWriteSerializer, etc. --- .../EPUB/xhtml/prh_core_assets/fonts/avenir-heavy.otf | Bin 0 -> 44464 bytes .../EPUB/xhtml/prh_core_assets/fonts/avenir-light.otf | Bin 0 -> 43372 bytes .../EPUB/xhtml/prh_core_assets/images/logo_large.png | Bin 0 -> 28602 bytes .../EPUB/xhtml/prh_core_assets/images/prh_uk_logo.jpg | Bin 0 -> 71863 bytes .../prh_core_assets/images/vintage_family_page.png | Bin 0 -> 554037 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-heavy.otf create mode 100644 cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-light.otf create mode 100644 cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/logo_large.png create mode 100644 cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/prh_uk_logo.jpg create mode 100644 cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/vintage_family_page.png (limited to 'cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets') diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-heavy.otf b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-heavy.otf new file mode 100644 index 0000000..4830c99 Binary files /dev/null and b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-heavy.otf differ diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-light.otf b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-light.otf new file mode 100644 index 0000000..888be92 Binary files /dev/null and b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-light.otf differ diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/logo_large.png b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/logo_large.png new file mode 100644 index 0000000..d712f46 Binary files /dev/null and b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/logo_large.png differ diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/prh_uk_logo.jpg b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/prh_uk_logo.jpg new file mode 100644 index 0000000..fcfa605 Binary files /dev/null and b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/prh_uk_logo.jpg differ diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/vintage_family_page.png b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/vintage_family_page.png new file mode 100644 index 0000000..73627d8 Binary files /dev/null and b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/vintage_family_page.png differ -- cgit v1.2.3