nus-cs2113-AY2223S1 / forum

4 stars 0 forks source link

Regards to managing of user stories and milestones #21

Closed wilsonngja closed 1 year ago

wilsonngja commented 2 years ago

With regards to the creation of user stories and milestones, the one that will be creating these would be the one that is allocated to this task right? So for example if my role is to maintain the workflow, while my teammate's role is to maintain the documentation, then I would be the one assigning the issues, and approving the PR etc right?

okkhoy commented 2 years ago

Thanks @wilsonngja for asking here again. I hope the question and responses help the rest of the class.

I suggest each of you do the part of updating the issue tracker and managing it as and when the items are cleared.

the one that will be creating these would be the one that is allocated to this task right

If you follow the above suggestion, yes. You create relevant issues (user story, task, bug**) before you work on something. Assign the issue to yourself, set the milestone and labels appropriately Fix the issue (using Fixes #\<num>) when PR is created. So on merging the PR, the issue is automatically closed.

** if it is a bug in a different part of the codebase, you are still encouraged to record it and assign the concerned team member.

if my role is to maintain the workflow, while my teammate's role is to maintain the documentation, then I would be the one assigning the issues, and approving the PR etc right

Did I answer your questions? Did I miss anything?