diff --git a/Project_Doc/Diagrams/er-diagram.drawio.svg b/Project_Doc/Diagrams/er-diagram.drawio.svg index 97a8c5ec..75b3169c 100644 --- a/Project_Doc/Diagrams/er-diagram.drawio.svg +++ b/Project_Doc/Diagrams/er-diagram.drawio.svg @@ -1,4 +1,4 @@ -
User
User
Recipe
Recipe
Ingredient
Ingredient
email
email
name
name
password
password
profile_picture
profile_picture
id
id
name
name
creator_email
creator_email
picture_url
picture_url
prep_time
prep_time
description
description
instruction_text
instruction_text
adventure_text
adventure_text
id
id
name
name
amount
amount
unit
unit
created by
created by
1
1
N
N
liked
liked
N
N
M
M
viewed (history)
viewed (history)
N
N
M
M
contains
contains
N
N
1
1
Authentication
Authentication
user_id
user_id
auth_token
auth_token
identify with
identify with
1
1
creation_date
creation_date
N
N
Text is not SVG - cannot display
\ No newline at end of file +
User
User
Recipe
Recipe
Ingredient
Ingredient
id
id
name
name
password_hash
password_hash
profile_picture
profile_picture
id
id
name
name
creator_id
creator_id
picture_url
picture_url
prep_time
prep_time
description
description
instruction_text
instruction_text
adventure_text
adventure_text
id
id
name
name
amount
amount
unit
unit
created by
created by
1
1
N
N
liked
liked
N
N
M
M
viewed (history)
viewed (history)
N
N
M
M
contains
contains
N
N
1
1
creation_date
creation_date
time
time
cooking_time
cooking_time
email
email
difficulty
difficulty
Text is not SVG - cannot display
\ No newline at end of file