Fotografie pizz v Pizza day #32

Open
opened 2026-02-04 14:28:19 +01:00 by batmanisko · 0 comments
Member

Feature: Pizza Photos in Pizza Day

FeatureRequest enum: PIZZA_PICTURES
Description: Zobrazování náhledů (fotografií) pizz v rámci Pizza day

Implementation Notes

Show pizza preview images when browsing the pizza menu during Pizza day.

Key files to modify:

  • server/src/chefie.ts – Extend the Pizza Chefie scraper to also fetch pizza image URLs
  • client/src/components/PizzaOrderList.tsx – Display pizza thumbnails/previews alongside pizza names

Approach:

  1. Update the Pizza Chefie scraper to extract image URLs from the pizza listing pages
  2. Store image URLs alongside pizza data in the database
  3. Display thumbnails in the pizza selection UI (e.g., small images next to pizza names)
  4. Consider lazy loading images for performance
  5. Add a click-to-enlarge or hover-to-preview interaction
## Feature: Pizza Photos in Pizza Day **FeatureRequest enum:** `PIZZA_PICTURES` **Description:** Zobrazování náhledů (fotografií) pizz v rámci Pizza day ### Implementation Notes Show pizza preview images when browsing the pizza menu during Pizza day. **Key files to modify:** - `server/src/chefie.ts` – Extend the Pizza Chefie scraper to also fetch pizza image URLs - `client/src/components/PizzaOrderList.tsx` – Display pizza thumbnails/previews alongside pizza names **Approach:** 1. Update the Pizza Chefie scraper to extract image URLs from the pizza listing pages 2. Store image URLs alongside pizza data in the database 3. Display thumbnails in the pizza selection UI (e.g., small images next to pizza names) 4. Consider lazy loading images for performance 5. Add a click-to-enlarge or hover-to-preview interaction
batmanisko added the Vylepšení label 2026-02-04 14:30:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Marbes/Luncher#32