diff --git a/documentation/diagrammes/Sequence login.svg b/documentation/diagrammes/Sequence login.svg new file mode 100644 index 0000000..6f5b3e1 --- /dev/null +++ b/documentation/diagrammes/Sequence login.svg @@ -0,0 +1,4 @@ + + + +
Actor
Actor
ShopNCook
ShopNCook
LocalServices
LocalServices
Database
Database
Fills in credentials
Fills in credentials
AuthService login
with given credentials
AuthService login...
Lookup Account from given email 
Lookup Account from given email 
Return Account
Return Account
Alt
Alt
Return Account
Return Account
Open HomePage
Open HomePage
Account is found and password matches
Account is found and password matches
Account is not found
Account is not found
Return null
Return null
Return null
Return null
Toast: error wrong credentials
Toast: error wrong credentials
Account is not found but password hash does not match
Account is not found but password hash does not match
Return Account
Return Account
Return null
Return null
Toast: error wrong credentials
Toast: error wrong credentials
Text is not SVG - cannot display
\ No newline at end of file diff --git a/documentation/diagrammes/Sequence recipe search.svg b/documentation/diagrammes/Sequence recipe search.svg new file mode 100644 index 0000000..47e22c1 --- /dev/null +++ b/documentation/diagrammes/Sequence recipe search.svg @@ -0,0 +1,4 @@ + + + +
Actor
Actor
ShopNCook
ShopNCook
LocalServices
LocalServices
Search a recipe from a prompt
Search a recipe from a prompt
SearchRecipes
SearchRecipes
Database
Database
ListAllRecipes
ListAllRecipes
Returns Recipes
Returns Recipes
Recipes Information
 matching prompt
Recipes Information...
Search Page with
the found recipes
Search Page with...
Text is not SVG - cannot display
\ No newline at end of file