OpenNutriTracker
OpenNutriTracker copied to clipboard
Bug: App allows saving a food item without a name
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: The app should require the food name field to be filled before allowing the user to save the food item.
Environment: Android
Possible solution: Add validation to make the food name a mandatory field before saving.