October 2018
Beginner to intermediate
736 pages
17h 39m
English
There could have been Stories and tasks in this iteration to deal with the data persistence of Customer and Order objects, as well. Those would have probably taken the same basic shape as the stories for the Artisan and Product objects, looking something like the following Order example:
As an order manager, I need to be able to manage orders in the system, so that their statuses and information can be kept current.
To do so, I would do the following:
Design and implement an Order class for the Central Office data store that allows object data to be persisted.
Unit test the Order class.
Normally, in an Agile, iterative process, a story would have to be accepted before being included in an iteration, ...