Letícia Monteiro

Results 9 issues of Letícia Monteiro

# Pull Request: Meal Name Validation ## Description This PR fixes the **“Meal Name”** field validation in OpenNutriTracker, preventing inputs made up solely of numbers or special characters, and ensuring...

I added tests for the fromString method of the UnitDropdownItem enum. These tests ensure that the conversion from a string to the enum works correctly, covering different scenarios such as...

Bug description: The app permits users to save a food item even when the nutritional information provided is illogical or inconsistent (e.g., zero calories but non-zero amounts of macronutrients). Expected...

Bug description: The app allows the user to add the same food item multiple times without any warning or differentiation. This can lead to duplicate entries and inaccurate tracking of...

**Bug description:** The app does not enforce any limit on the total quantity of a food item consumed in a single day. Users can add extremely large amounts, for example,...

Bug description: The app blocks the user from saving a food item despite all the required fields being filled out correctly. This prevents users from adding new foods and disrupts...

Bug description: The app permits users to save a food item without providing a name. This results in unnamed entries that can confuse users and affect data integrity. Expected behavior:...

Bug description: The app permits users to add a meal where the food name consists only of numbers and special characters, without any letters. This can lead to meaningless or...

**Bug description:** The app allows the user to add a meal with the quantity set to zero, which is inconsistent since it doesn’t make sense to consume zero grams of...