From 9179a832a833806ea9f40f1eaaa4571f553baa6b Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Thu, 21 Jul 2016 14:22:43 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ed583e..5c51bdb 100644 --- a/README.md +++ b/README.md @@ -411,6 +411,7 @@ If we want to implement this using state pattern, we would need to make a new cl * AcceptanceTestsFail - move user story from state Resolved to state Active * AcceptanceTestsPassed - moves user story from state Resolved to state Closed * Motivational example class: ScrumExample.ScrumMotivationalExample + * Role based state flavor: Starting class: ScrumWithRoleStates.ScrumStateWithRoleInterfacesExample 8. Strategy pattern