MonoRepo for FertiScan: FastAPI server for image uploads, OCR, and LLM-based form generation | Backend de FertiScan : serveur FastAPI pour téléversements d'images, OCR et génération de formulaires via LLM

3 stars 1 forks 3 watchers TypeScript MIT License
1 Open Issue Need Help Last updated: Jan 23, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue addresses a problem where labels can be marked as completed without being associated with a product, bypassing a required review workflow step. The proposed solution is to prevent labels from being marked complete if they lack a `product_id`, by introducing a new exception and a validation dependency that checks for product association before allowing completion.

Complexity: 2/5
good first issue backend

MonoRepo for FertiScan: FastAPI server for image uploads, OCR, and LLM-based form generation | Backend de FertiScan : serveur FastAPI pour téléversements d'images, OCR et génération de formulaires via LLM

TypeScript