nus-cs2103-AY2021S1 / forum

20 stars 2 forks source link

what is the requirement of user story? #439

Closed davidsqf closed 3 years ago

davidsqf commented 3 years ago

We have received a bug report #1106, saying that we are missing a user story, so we got confused.

May I clarify the requirement of user story? Should user stories state all scenarios of our app or should it just be the initial blueprint of our app during the brainstorming stage?

Furthermore, IF missing a user story is really a bug, what severity level would be appropriate? It is currently labeled as medium but we find it higher than appropriate.

damithc commented 3 years ago

May I clarify the requirement of user story? Should user stories state all scenarios of our app or should it just be the initial blueprint of our app during the brainstorming stage?

Latter. Requirements are not limited to what has been implemented only, as this is supposed to be an ongoing project.

Furthermore, IF missing a user story is really a bug, what severity level would be appropriate? It is currently labeled as medium but we find it higher than appropriate.

Depends on the potential damage the omission can cause. Keep in mind that not documenting a requirement increases the risk of it not getting implemented in a timely manner as future developers might not realize that that user story needs to be catered for.

davidsqf commented 3 years ago

thank you, Prof!