Merge branch 'master' of https://codefirst.iut.uca.fr/git/Assasymfony/Fukashitapi
continuous-integration/drone/push Build is passing Details

master
Corentin RICHARD 11 months ago
commit a638017fe0

@ -49,6 +49,7 @@ classDiagram
Post "n" <-- "1" Profil : publish Post "n" <-- "1" Profil : publish
Tags "n" --> "n" Post : Have Tags "n" --> "n" Post : Have
Profil "n" -- "n" Profil : Follow Profil "n" -- "n" Profil : Follow
Commentary "1" <-- "n" Profil : Emit
``` ```
@ -89,6 +90,7 @@ classDiagram
_id_ BIGINT _id_ BIGINT
text TEXT text TEXT
#post #post
#profil
} }
class Follow{ class Follow{
@ -102,6 +104,7 @@ classDiagram
Profil <-- Follow Profil <-- Follow
Profil <-- Follow Profil <-- Follow
Post --> Tagging Post --> Tagging
Commentary --> Profil
``` ```

Loading…
Cancel
Save