agile-tutorial icon indicating copy to clipboard operation
agile-tutorial copied to clipboard

A tutorial for agile development of cloud applications.

Results 10 agile-tutorial issues
Sort by recently updated
recently updated
newest added

**As a** user **I need** to cube each element in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py` file with the...

enhancement

**As a** user **I need** to subtract an integer value from each element in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a...

enhancement

**As a** user **I need** to multiply each element in the list by an integer value **So that** so that calculations can be automated. **Assumptions:** * There should be a...

enhancement

**As a** user **I need** to add an integer value to each element in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a...

enhancement

**As a** user **I need** to power each element in the list by an integer value **So that** so that calculations can be automated. **Assumptions:** * There should be a...

enhancement

**As a** user **I need** to calculate the median of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py`...

enhancement

**As a** user **I need** to calculate the standard deviation of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a...

enhancement

**As a** user **I need** to calculate the variance of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py`...

enhancement

**As a** user **I need** to calculate the sum of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py`...

enhancement

**As a** user **I need** to calculate the product of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py`...

enhancement