3 Open Issues Need Help Last updated: Feb 11, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This backend issue involves setting up Prisma models for 'store', 'products', and 'placements' in the database. The goal is to support product display functionality and allow administrators to manage product locations, reflecting an ER diagram and requiring a successful migration to Postgres.

Complexity: 2/5
good first issue Backend db auth

Finding a specific product in a store.

JavaScript

AI Summary: This backend issue requires the implementation of a new API endpoint, GET /api/products/:id. This endpoint should return detailed product information including name, price, info, category, EAN, and image URL, along with its physical location structured as Section -> Aisle -> Shelf.

Complexity: 2/5
good first issue Backend API

Finding a specific product in a store.

JavaScript

AI Summary: This backend issue requires the implementation of a search API for products, leveraging the OpenFoodFacts API. The goal is to create a GET endpoint that returns a maximum of 20 products, supports case-insensitive and partial matching, and provides clear feedback when no results are found. This is linked to functional and performance requirements.

Complexity: 3/5
good first issue Backend API

Finding a specific product in a store.

JavaScript