Update readme

This commit is contained in:
Petrutiu Mihai
2016-07-12 12:52:47 +03:00
parent b7e77e94e9
commit f0f5177e6d

View File

@@ -44,12 +44,12 @@ TransferFilesManager will try to transfer the file to the destination by trying
Starting class: PokerGame Starting class: PokerGame
Having 5 poker cards, decide what is the highest hand that you have Having 5 poker cards, decide what is the highest hand that you have
*Business logic validators * Business logic validators
Starting class: Validators.UserEntities.UserProcessor Starting class: Validators.UserEntities.UserProcessor
Allow the client through a console menu to introduce what operation wants to execute: Authenticate/CreateUser and foreach option have some validations. Allow the client through a console menu to introduce what operation wants to execute: Authenticate/CreateUser and foreach option have some validations.
For Create user: verify if the authenticated user is authorised to create a new user, and that the email is not already in the database For Create user: verify if the authenticated user is authorised to create a new user, and that the email is not already in the database
For authentication: we validate that the user exists in the database * For authentication: we validate that the user exists in the database
Both the menu options and the validations for the operations are done using chain of responssibility * Both the menu options and the validations for the operations are done using chain of responssibility
2. Command pattern 2. Command pattern
------------------ ------------------