1 Open Issue Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement input validation across all entry fields in the Frutilla fast-food application. This includes checks for valid email formats, numeric values, character limits, mandatory fields, and the prevention of spaces or non-numeric characters where inappropriate. Validation should be applied consistently across the Java and C# components of the application, spanning the presentation layer (Frontend), service layer (WS), and potentially the business logic layer (FrutillaLogicaNegocio).

Complexity: 4/5
help wanted