Update readme

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

View File

@@ -48,8 +48,8 @@ Having 5 poker cards, decide what is the highest hand that you have
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.
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
Both the menu options and the validations for the operations are done using chain of responssibility
* 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
2. Command pattern
------------------