Open Issues Need Help
View All on GitHub Validaciones de los campos de entrada para todos 2 months ago
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