USE CASE AGILE (student)

🍍

TRELLO

# Exercise: Agile Project Management - Nutrition App for CPAM

Project Context

The CPAM (French Health Insurance) wants to develop a nutrition application to help its beneficiaries adopt a healthier diet and prevent nutrition-related diseases (diabetes, obesity, etc.). This application will offer personalized recommendations, meal tracking, health challenges, and food composition information.

Objective of the Exercise

Practice Agile project management principles by organizing and planning the development of the application using the Scrum methodology.

🛠 Use Trello for this exercise.


1. Team Formation and Roles


2. Definition of the Product Backlog

Each team must:

  1. Identify the key features of the application (e.g., user registration, nutritional recommendations, meal tracking, integration with connected devices, etc.).

  1. Write User Stories following this format: "As a [user], I want [action] so that [benefit]."
  1. Prioritize these User Stories based on their value to the user.
    • High Priority: Registration/authentication, nutritional recommendations, meal tracking.
    • Medium Priority: Synchronization with connected devices, health challenges.
    • Low Priority: Recipe database, detailed meal history.

3. Creating a SCRUM Board


Incremental

The incremental approach in Scrum means that the application evolves gradually with each sprint by delivering features usable by the end user. Here's how we see this incremental aspect in the exercise:

1. Defining the Increment in the Exercise

🔹 In each Sprint, the team develops a functional part of the product.

🔹 Each sprint ends with a usable deliverable (e.g., an interface, a working API).

🔹 The application progressively expands over the sprints with new features.

Each sprint adds a functional block that improves the product.

We don't build an entire product in six months, but we deliver usable parts every two weeks.

We continuously improve instead of planning everything upfront.

Iterative

Iterative → We improve existing features by incorporating user feedback.

Concrete example in our project:

  1. Sprint 1: First version of meal entry. ✅
  1. Sprint 2: Adding synchronization with connected devices (incremental). ✅
  1. Sprint 3: Improving the meal entry design and fixing bugs (iterative). ✅

3. Sprint Planning

🍍

1️⃣ Sprint Planning:

Planning Poker Estimation

What is Planning Poker?

Planning Poker is an Agile estimation method used to assess the effort required to complete a User Story. It helps the team reach a consensus on task complexity while avoiding individual biases.

1. Objective of Planning Poker

✅ Obtain a collective and consensual estimation of a User Story's complexity.

✅ Prevent a single person from influencing others with their estimation.

✅ Encourage discussion and understanding of tasks.

2. How Planning Poker Works

💡 Materials: A set of Planning Poker cards (or an online tool). Each card represents an effort value based on the Fibonacci sequence:

1, 2, 3, 5, 8, 13, 21, 34, … (sometimes including ∞ and ? for uncertainty).

📌 Step 1: Presenting the User Story

📌 Step 2: Choosing Estimations

📌 Step 3: Revealing the Cards

📌 Step 4: Discussing Discrepancies

📌 Step 5: Re-estimation (if necessary)

📌 Step 6: Assigning the Final Estimation

3. Examples of Planning Poker in Action

Example 1: Easy Estimation

🔹 User Story: "As a user, I want to change my password."

🔹 Team votes: All vote “2”.

Immediate consensus → The story is estimated at 2 points.

Example 2: Disagreement on Estimation

🔹 User Story: "As a user, I want to receive recommendations based on my meal history."

🔹 Team votes:

🔹 Discussion:

🔹 Examples of User Stories estimated using Planning Poker:

User StoryInitial EstimationDiscussionFinal Estimation
Log a meal5 - 8 - 5 - 3API already exists, simplification possible.5
Generate nutrition recommendations8 - 13 - 21Algorithm complexity needs review.13
User login and registration2 - 3 - 3 - 2Simple with Firebase.3

How Does a Break Card Work in Planning Poker?

🔹 Each team member has a Break Card in addition to number cards.

🔹 During voting, a member can play this card instead of a number.

🔹 If one or more Break Cards appear:

4. Simulation of Scrum Events

During the exercise, each team will simulate Scrum ceremonies:

Daily Stand-up (5 minutes per team)

Each member shares their progress, blockers, and goals for the day.

When to Report a Need?

Who Should Be Notified of a Technical Need?

Sprint Review

When ? How much time ?

Typical Sprint Review Flow:

  1. Presentation of completed work: Demonstration of new features or improvements.
  1. Stakeholder feedback: Discussion on alignment with user needs and expectations.
  1. Discussion on product evolution: Possible adjustments to the Product Backlog based on feedback.
  1. Preparation for the next Sprint: Adjusting priorities for the next phase of the project.

Sprint Retrospective

When ? How much time ?

Typical Sprint Retrospective Flow:

  1. What went well? 🌟
    • Identify positive aspects and Sprint successes.
  1. What could be improved? 🔍
    • Discuss difficulties and obstacles encountered.
  1. What actions should be implemented to improve?
    • Define concrete actions to apply in the next Sprint.
🍍

Different Objectives

Sprint ReviewProduct-oriented

Sprint RetrospectiveTeam and process-oriented