Open CodingCookieRookie opened 4 years ago
The textbook did not specify that including another use case in a use case is compulsory. We separated them because we did not want the user to have to search for the included use case to view only 2 steps
Team chose [response.Rejected
]
Reason for disagreement: Repetition of 'Use case: View ingredients' steps in 'Use case: Delete an ingredient' meant that you repeated the use case for 'view ingredients' in the use case for 'delete an ingredient'. The use case for 'Delete an ingredient', in my opinion, should just contain step 3. user requests to delete a specific ingredient in the lsit and step 4. wishful shrinking deletes the ingredient. While using the app, I also did not have to view the ingredients before deleting the ingredients i.e I can do "deleteF 3 while I am in the 'Recipes' tab".
Team chose [severity.VeryLow
]
Originally [severity.High
]
Reason for disagreement: I feel that severity should be medium because reading the developer guide I was misled to think that deleting the ingredients require me to first view the ingredients in the Fridge section, which differ from how the actual functionality of the deleteF
command works in the app.