pucrs-poli / devops-dojo

0 stars 1 forks source link

Add conceptual model #2

Open masmangan opened 1 year ago

masmangan commented 1 year ago

Using https://www.planttext.com/.

image

Draft:

` @startuml

title Conceptual Model

class Building {

id

number

}

class Room {

id

number

}

Building *-- Room

@enduml `