ai cooking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

oops fix categories and fetch before deploy (#256)

Co-authored-by: paul miller <paul.miller>

authored by

Paul Miller
paul miller
and committed by
GitHub
b0e4e7b1 4b1107dd

+11
+2
deploy/deploy.sh
··· 11 11 exit 1 12 12 fi 13 13 14 + git fetch 15 + 14 16 if ! command -v kubectl >/dev/null 2>&1; then 15 17 echo "error: kubectl is required but not found in PATH" >&2 16 18 exit 1
+9
internal/recipes/generator.go
··· 232 232 Size: item.Size, 233 233 PriceRegular: item.Price.Regular, 234 234 PriceSale: item.Price.Promo, 235 + Categories: product.Categories, 236 + /*"taxonomies": [ 237 + { 238 + "department": {}, 239 + "commodity": {}, 240 + "subCommodity": {} 241 + } 242 + ],*/ 243 + //Taxonomy: product., 235 244 // CountryOrigin: product.CountryOrigin, 236 245 // AisleNumber: product.AisleLocations[0].Number, 237 246 // Favorite: item.Favorite,