You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sae_2a_anglais/Project/db/mcd.md

633 B

@startuml card User [

User
id
password
email
name
surname
nickname
image
extratime
]

card Vocabulary [

Vocabulary
id
name
image
]

card Group [

Group
id
num
year
sector
]

card Role [

Role
id
name
]

usecase Create

User "0,n" -- Create Create -- "1,1" Vocabulary

usecase Practice

Group "0,n" -- Practice Practice -- "1,n" Vocabulary

usecase Belong

User "1,1" -- Belong Belong -- "1,n" Group

usecase Be

User "1,n" -- Be Be -- "1,1" Role @enduml