Sprint Planner Helper – Session 16
March 3, 2009
I am now almost ready with the first user story of my own backlog.
- As a user, I can create a product that describes the product and the product owner so that the purpose of the product is known.
Each product has a product backlog that describes what is left to do.
Each product backlog item requires at least a Number (1.2.1), description, and initial priority.
Other properties are story points (how big is this compared to others) and a document with additional business rules.
The one thing that is left is to be able to create new backlog items.
My GUI for editing a product right now looks like this:
As I said before, I will not put too much effort into the design of the GUI, but I have noticed that the MVC-pattern opens up for GUI-design...