Will-Java-FS / Team5-Project1-SarahAnatoli-StephenBecker-BolaGhaly-MichaelNugent

Team 5 Project 1 Repo for SarahAnatoli, StephenBecker, BolaGhaly, and MichaelNugent.
2 stars 2 forks source link

Stories: Calorie Tracking #3

Open nugentmichael1 opened 2 months ago

nugentmichael1 commented 2 months ago

Calorie Tracking and Monitoring

  1. Calorie Logging

    • As a user, I want to log the food items I consume throughout the day so that I can track my daily calorie intake.
    • Acceptance Criteria:
      • Users can search for food items in the database and log them.
      • Users can manually add food items that are not in the database.
      • Logged items display their caloric values and contribute to the daily total.
  2. Daily Calorie Goal Setting

    • As a user, I want to set a daily calorie goal so that I can stay on track with my dietary plans.
    • Acceptance Criteria:
      • Users can set a daily calorie goal in their profile settings.
      • Users receive notifications when they are close to reaching or have exceeded their goal.
  3. Weekly Calorie Monitoring

    • As a user, I want to view a summary of my weekly calorie intake so that I can analyze my dietary habits over time.
    • Acceptance Criteria:
      • Users can view a graphical representation of their weekly calorie intake.
      • Users can compare weekly data to identify trends and make adjustments.
  4. Food and Calorie Database Integration

    • As a user, I want to access a comprehensive database of food items with calorie information so that I can easily log my meals.
    • Acceptance Criteria:
      • The app integrates with a food database API to provide calorie information.
      • Users can search for and select food items to add to their logs.